- 1250f94 runtime: runtime.usleep() bugfix on darwin/amd64 and linux/arm by Shenghou Ma · 13 years ago
- 8fe7701 os: work around inlining bug (issue 2678) by Russ Cox · 13 years ago
- 091ef25 go: rely on exit code to tell if test passed by Russ Cox · 13 years ago
- 4a6b07f gc: enable inlining by default by Russ Cox · 13 years ago
- d03bfa8 net: fix windows build by Alex Brainman · 13 years ago
- a6d8b48 runtime: make garbage collector faster by deleting code by Russ Cox · 13 years ago
- 2b62881 go/scanner: fix documentation by Robert Griesemer · 13 years ago
- 0900491 go/ast: predeclared objects have the Universe/Unsafe scope as Decl by Robert Griesemer · 13 years ago
- b06514b syscall: fix windows build by Mikio Hara · 13 years ago
- 415f15b image: rename image.Tiled to image.Repeated. by Nigel Tao · 13 years ago
- cbdbdc4 net: add IP-level socket option helpers for Unix variants by Mikio Hara · 13 years ago
- aa033c2 html: propagate foreign namespaces only when adding foreign content. by Nigel Tao · 13 years ago
- dcdc309 runtime: fix typo in comment by Maxim Pimenov · 13 years ago
- 4435c8b exp/sql: close Rows on EOF by Brad Fitzpatrick · 13 years ago
- 97fd7d5 gc: inlining fixes by Luuk van Dijk · 13 years ago
- 5032a7d runtime: distinct panic message for call of nil func value by Russ Cox · 13 years ago
- bc1f4c1 runtime: regenerate defs_darwin_{386,amd64}.h by Dave Cheney · 13 years ago
- 800c498 go: fix typo in comment by Maxim Pimenov · 13 years ago
- a6c4909 gc: Nicer errors before miscompiling. by Luuk van Dijk · 13 years ago
- 4bcc9c6 gc: disallow declaration of variables outside package. by Luuk van Dijk · 13 years ago
- 556258e gc: fix stray %#N in error message by Luuk van Dijk · 13 years ago
- ba25778 gc: omit runtime.closure wrap for closures without closure variables by Luuk van Dijk · 13 years ago
- ad3e82e undo CL 5530063 / 1d7295fdf62e by Mikio Hara · 13 years ago
- 12bf000 runtime: enable runtime.ncpu on FreeBSD by Devon H. O'Dell · 13 years ago
- 8cad925 cmd/go: fix freebsd build by Mikio Hara · 13 years ago
- 8d8829c cmd/go: add -p flag for parallelism (like make -j) by Russ Cox · 13 years ago
- 6dfdd4c runtime: add NumCPU by Russ Cox · 13 years ago
- cbf4f4b strconv: return ErrSyntax when unquoting illegal octal sequences. This by Sameer Ajmani · 13 years ago
- 024952f syscall: make Environ return original order by Brad Fitzpatrick · 13 years ago
- 146a703 cmd/go: add -v flag to build and install by Russ Cox · 13 years ago
- b8615a0 go: add ... patterns in import path arguments by Russ Cox · 13 years ago
- 22dfc77 go/doc: first steps towards cleaning up go/doc by Robert Griesemer · 13 years ago
- 748fab9d html: foreign element HTML integration points, tag name adjustment, by Nigel Tao · 13 years ago
- 0ad241d cmd/go: fix import directory list for compilation by Russ Cox · 13 years ago
- 1421b4c syscall: ignore godefs input when building on Plan 9 by Anthony Martin · 13 years ago
- cc02ef0 os: add ModeCharDevice by Russ Cox · 13 years ago
- f942736 crypto/openpgp: truncate hashes before checking DSA signatures. by Adam Langley · 13 years ago
- f5d024a text/template: handle panic values that are not errors. by Rémy Oudompheng · 13 years ago
- 793768e encoding/gob: fix panic when decoding []byte to incompatible slice types by Alexey Borzenkov · 13 years ago
- 41806ec gc: remove now redundant typecheck of ->ninit on switches. by Luuk van Dijk · 13 years ago
- 900b8be cgo: if value for constant did not parse, get it from DWARF info by Ian Lance Taylor · 13 years ago
- b4be65b math/big: simplify fast string conversion by Robert Griesemer · 13 years ago
- 8a4bd09 undo CL 5504108 / 0edee03791f4 by Russ Cox · 13 years ago
- aa63a92 gc: put limit on size of exported recursive interface by Lorenzo Stoakes · 13 years ago
- 2cb6fcf syscall: Linux-only support for parent death signal by Albert Strasheim · 13 years ago
- c7e9172 go/build: handle and warn of duplicate GOPATH entries by Andrew Gerrand · 13 years ago
- 9569c67 windows: use ArbitraryUserPointer as TLS slot by Wei Guangjing · 13 years ago
- 0448ce1 encoding/asn1: document support for *big.Int Also add basic tests. by Florian Weimer · 13 years ago
- 1379d90 time: fix godoc for After and NewTicker. by Sameer Ajmani · 13 years ago
- a15448d gc: improve unsafe.Pointer type-check error messages by Ryan Hitchman · 13 years ago
- e36acdf sort: eliminate extra Len() call by Robert Griesemer · 13 years ago
- a3bacce various: fix prints by Robert Hencke · 13 years ago
- 2c459f1 goinstall: fix test data by Andrew Gerrand · 13 years ago
- fd13228 cmd/go: Pass arguments to command for run by Eric Eisner · 13 years ago
- c2ea412 goinstall: use correct checkout URL for Google Code svn repos by Andrew Gerrand · 13 years ago
- 5f5a7eb go test: don't try to print package with error message. by Roger Peppe · 13 years ago
- 149d3f0 math: fix typo in all_test.go by Charles L. Dorian · 13 years ago
- bab56ec net: fix incorrect mode on ListenIP, ListenUDP by Mikio Hara · 13 years ago
- c581ec4 crypto/tls: Improve TLS Client Authentication by Jeff R. Allen · 13 years ago
- 2469a81 net: update DialIP comments to mention protocols by Andrew Gerrand · 13 years ago
- b682da3 make.bash: remove old dregs by Alex Brainman · 13 years ago
- 2693232 cmd/go: include external test files in the files sent to gofmt, govet, and gofix by Sanjay Menakuru · 13 years ago
- 3f1eb94 runtime: fix typo in comment by Robert Griesemer · 13 years ago
- d5e6b8d crypto/tls: update generate_cert.go for new time package by Adam Langley · 13 years ago
- 424f53f exp/ssh: fix two flow control bugs in chanWriter by Dave Cheney · 13 years ago
- 9d92676 unsafe: refer to correct reflect functions by Andrew Gerrand · 13 years ago
- 99fed2b html: parse <frameset> inside body by Andrew Balholm · 13 years ago
- 7ccd505 cmd/go: include test files in the files sent to gofmt, govet, and gofix by Sanjay Menakuru · 13 years ago
- c20c092 encoding/json: don't marshal special float values by Evan Shaw · 13 years ago
- 38ff98b encoding/xml: use strings.Reader in tests. by Michael Shields · 13 years ago
- a274798 cmd/go: refer to the right command in the doc description. by Christoph Hack · 13 years ago
- 8e9e75f gotest: make _testmain.go conform to gofmt rules by Benny Siegert · 13 years ago
- 7f20bcb exp/ssh: various small fixes by Dave Cheney · 13 years ago
- 6a88f1c bytes.Buffer: read of 0 bytes at EOF shouldn't be an EOF by Rob Pike · 13 years ago
- f71c03a log/syslog: add Alert method by Vadim Vygonets · 13 years ago
- 98b9047 flag: change Set method Value interface to return error instead of bool. by David Symonds · 13 years ago
- 57c9bb4 testing: use flag.Duration for -timeout flag. by David Symonds · 13 years ago
- d5e45e3 html: adjust foreign attributes. by Nigel Tao · 13 years ago
- b28f017 html: "in select in table" insertion mode. by Andrew Balholm · 13 years ago
- cadbd3e exp/norm: fixed two unrelated bugs in normalization library. by Marcel van Lohuizen · 13 years ago
- 335c5db net/rpc: trivial test cleanup by Robert Hencke · 13 years ago
- cf506f6 flag: add Duration flag type. by David Symonds · 13 years ago
- f298d0c time: add ParseDuration. by David Symonds · 13 years ago
- eef7184 cmd/go: two testing fixes by Russ Cox · 13 years ago
- 3800b14 runtime: delete old asm_*.h if still around by Russ Cox · 13 years ago
- e8ae295 cmd/go: update "go help remote" to use correct Google Code urls by Andrew Gerrand · 13 years ago
- 5962ef2 path/filepath: implement Base and Dir for windows by Alex Brainman · 13 years ago
- 416afcb testing: add wrapper methods so the godoc output lists all methods by Rob Pike · 13 years ago
- 4a8ea4a html: Don't ignore whitespace in "after after frameset" mode. by Andrew Balholm · 13 years ago
- fcd877e fix build: correct build scripts by Robert Griesemer · 13 years ago
- dea9f41 fix build: updated build scripts by Robert Griesemer · 13 years ago
- 198936f go/doc, godoc: move export filtering into go/doc by Robert Griesemer · 13 years ago
- 07db252 fmt: make the malloc test check its counts by Rob Pike · 13 years ago
- 102c1a7 go/build: (*Tree).BinDir should not return path with / in it on windows by Alex Brainman · 13 years ago
- 2afebbd strconv: fix bug in extended-float based conversion. by Rémy Oudompheng · 13 years ago
- fc78c5a math/big: Rand shouldn't hang if argument is also receiver. by Robert Griesemer · 13 years ago
- b6122b0 path: Dir by Rob Pike · 13 years ago
- c0589a2 go/doc: s/typeDoc/typeInfo/ by Robert Griesemer · 13 years ago
- dd1a34b path/filepath: Dir by Rob Pike · 13 years ago
- 7ea92dd go/doc, godoc: show methods of anonymous fields by Robert Griesemer · 13 years ago