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