1. 90010f8 build: re-enable some broken tests in run.bash Updates #2982. by Shenghou Ma · 13 years ago
  2. 5c4d6eb cmd/go: support -compiler for go list, fix isStale for gccgo. by Rémy Oudompheng · 13 years ago
  3. c8b1f85 encoding/gob: fix memory corruption Fixes #3175. by Dmitriy Vyukov · 13 years ago
  4. b0beeb1 runtime: fix freebsd crash by Russ Cox · 13 years ago
  5. c8981c7 go/parser: better error synchronization by Robert Griesemer · 13 years ago
  6. 6b770f0 doc/go_mem: init-created goroutine behavior changes for Go 1 by Shenghou Ma · 13 years ago
  7. babbf94 net, net/rpc, reflect, time: document concurrency guarantees by Russ Cox · 13 years ago
  8. 291636b testing: do not print 'no tests' when there are examples by Russ Cox · 13 years ago
  9. 3dcedb6 runtime: try extending arena size in 32-bit allocator. by Rémy Oudompheng · 13 years ago
  10. b514f0b test: enable method expression tests in ddd.go by Ian Lance Taylor · 13 years ago
  11. 72faa03 test: fix testlib to not pass an empty argument to 6g by Ian Lance Taylor · 13 years ago
  12. a6ce691 doc: give up on OS X Leopard by Russ Cox · 13 years ago
  13. 0210f41 io: more docs on WriterAt by Brad Fitzpatrick · 13 years ago
  14. 4aab880 deps: allow crypto/x509 to use syscall by Mikkel Krautz · 13 years ago
  15. 9e8e4a9 go/parser: better error sync. if commas are missing by Robert Griesemer · 13 years ago
  16. 3a065c5 godoc: update documentation by Robert Griesemer · 13 years ago
  17. a324a5a crypto/x509: new home for root fetchers; build chains using Windows API by Mikkel Krautz · 13 years ago
  18. 807aadc cmd/go: fix go test -compiler by Russ Cox · 13 years ago
  19. a385f38 net: delete usableLocalPort from test by Russ Cox · 13 years ago
  20. 562bccf doc: update effective_go.tmpl by Russ Cox · 13 years ago
  21. b37841c runtime/pprof: disable test on Leopard 64-bit by Russ Cox · 13 years ago
  22. f4b40d9 cmd/cgo: document CGO_LDFLAGS and CGO_CFLAGS by Russ Cox · 13 years ago
  23. e8d1852 doc: update Effective Go init section by Russ Cox · 13 years ago
  24. 318465b make.bash: fix old builds by Russ Cox · 13 years ago
  25. 4080728 doc: delete faq question about 6g by Russ Cox · 13 years ago
  26. e54ad64 test: add inherited interface test to ddd.go by Ian Lance Taylor · 13 years ago
  27. 08854b0 test: fix typo by Russ Cox · 13 years ago
  28. afb1b0e undo CL 5754063 / e23b66fcfc94 by Russ Cox · 13 years ago
  29. ae7a843 net: use IANA reserved port to test dial timeout by Mikio Hara · 13 years ago
  30. 4267974 cmd/gc: unnamed struct types can have methods by Russ Cox · 13 years ago
  31. 7124736 test/run: fix builders by Russ Cox · 13 years ago
  32. 987a580 cmd/gc: do not confuse unexported methods of same name by Russ Cox · 13 years ago
  33. 105c5fa test: invoke go command in run.go by Russ Cox · 13 years ago
  34. 5aee1f3 exp/wingui: getting relocated to by Alex Brainman · 13 years ago
  35. 6a42616 cmd/go: always provide .exe suffix on windows Fixes #3190. by Shenghou Ma · 13 years ago
  36. c086bc1 cmd/dist: fix build for Linux/ARM find() returns -1 when not found. by Shenghou Ma · 13 years ago
  37. ca21b12 hgignore: ignore run.out generated by misc/cgo/stdio/test.bash by Francisco Souza · 13 years ago
  38. e2b207bc sync/atomic: disable store and load test on a single processor machine by Mikio Hara · 13 years ago
  39. c804efb net: fix TestDialTimeout on windows builder by Russ Cox · 13 years ago
  40. 152a1aa misc/cgo: re-enable testso by Francisco Souza · 13 years ago
  41. c106509 net: disable another external network test by Russ Cox · 13 years ago
  42. 85ae6a1 cmd/go: fix run errors by Russ Cox · 13 years ago
  43. 47ee982 test/run: use all available cores on ARM system by Shenghou Ma · 13 years ago
  44. 881966d cmd/go, cmd/godoc, net: fix typo by Shenghou Ma · 13 years ago
  45. fc98f28 misc/cgo/test: fix build by Russ Cox · 13 years ago
  46. 7c7966a net: disable use of external listen along with other external network uses by Russ Cox · 13 years ago
  47. 0130a31 go_faq: a simple binary is a little smaller now by Rob Pike · 13 years ago
  48. c3f4319 misc/cgo: re-enable some tests by Russ Cox · 13 years ago
  49. 0bc1881 fmt, log: stop using unicode by Russ Cox · 13 years ago
  50. 8f61631 go/build: delete Makefile We can write syslist.go by hand. by Rob Pike · 13 years ago
  51. 2632d75 .hgignore: delete references to Make.inc and syslist.go by Rob Pike · 13 years ago
  52. 544a72c exp/wingui: remove reference to Make.inc by Rob Pike · 13 years ago
  53. 905cb48 all: remove some references to Make.inc etc. by Rob Pike · 13 years ago
  54. f91326b strconv: remove dependence on unicode and strings by Rob Pike · 13 years ago
  55. 7db4384 misc/dist: fix glob pattern under windows by Andrew Gerrand · 13 years ago
  56. 243ac16 misc/dist: prepare source archives by Andrew Gerrand · 13 years ago
  57. 25f15d5 doc: add note about import . to Go 1 compatibility notes by Ian Lance Taylor · 13 years ago
  58. 502e29f database/sql: add docs about connection state, pooling by Brad Fitzpatrick · 13 years ago
  59. 26dc17c doc: fix typos in laws_of_reflection article, add copyright notice. by Johan Euphrosine · 13 years ago
  60. 7a3c6c9 os: fix SameFile to work for directories on windows by Alex Brainman · 13 years ago
  61. 3ea3a7c deps: allow crypto/x509 cgo and io/ioutil. by Adam Langley · 13 years ago
  62. 48eacd9 database/sql: fix typo bug resulting in double-Prepare by Brad Fitzpatrick · 13 years ago
  63. 97b13ac doc: update links by Shenghou Ma · 13 years ago
  64. aeefe0f path/filepath: disable AbsTest on windows SameFile has a bug. by Rob Pike · 13 years ago
  65. efbd79c doc: remove unsued progs and makehtml script, update progs/run by Shenghou Ma · 13 years ago
  66. 2184137 path/filepath/path_test.go: repair and enable TestAbs by Rob Pike · 13 years ago
  67. 73b8ccb doc: add "The go command" article based on Russ' mail by Andrew Gerrand · 13 years ago
  68. 39b186d go/parser: fix build (temporarily disable recent change) by Robert Griesemer · 13 years ago
  69. 67cbe94 go/parser: better error sync. if commas are missing by Robert Griesemer · 13 years ago
  70. 4f25e4b crypto/tls: make the package description more accurate and less aspirational. by Adam Langley · 13 years ago
  71. db80edd time: during short test, do not bother tickers take longer than expected by Shenghou Ma · 13 years ago
  72. aabbcda runtime: remove unused runtime·signame and runtime·newError by Ian Lance Taylor · 13 years ago
  73. eb2163f cmd/go: honour buildflags in go run by Maxim Pimenov · 13 years ago
  74. 9eda2b9 net: do not use reflect for DNS messages. by Rémy Oudompheng · 13 years ago
  75. 9442c44 net: add skip message to test by Mikio Hara · 13 years ago
  76. 932c8dd cmd/go: allow go get with arbitrary URLs by Brad Fitzpatrick · 13 years ago
  77. 36708a4 cmd/dist: use correct hg tag for go version by Alex Brainman · 13 years ago
  78. f35fa85 doc/gopher: flip frontpage gopher's eyes by Andrew Gerrand · 13 years ago
  79. 347cc98 cmd/go: add -compiler go/build: add Context.Compiler by Russ Cox · 13 years ago
  80. e9d5a64 strconv: add table-based isPrint by Russ Cox · 13 years ago
  81. 9ff00c8 go/build: fix windows and plan9 builds by Brad Fitzpatrick · 13 years ago
  82. eab4261 strconv: remove dependency on bytes by Rob Pike · 13 years ago
  83. 4191ff2 godoc: switch on +1 buttons by Andrew Gerrand · 13 years ago
  84. d70627e doc: update install docs for Windows and Go 1, add golang-announce to /project by Andrew Gerrand · 13 years ago
  85. 88e8693 go/build: add dependency test by Russ Cox · 13 years ago
  86. 98c1baf unicode/utf16: delete dependence on package unicode by Rob Pike · 13 years ago
  87. 866317a cmd/godoc: fixes by Russ Cox · 13 years ago
  88. 5e41fe0 build: use run.go for running tests by Russ Cox · 13 years ago
  89. 4e110af runtime: add Compiler by Russ Cox · 13 years ago
  90. 0a6fdcf net: silence another epoll print by Russ Cox · 13 years ago
  91. f200b72 doc: add more gophers by Andrew Gerrand · 13 years ago
  92. 195ccd5 net: fix windows build by Mikio Hara · 13 years ago
  93. d4e1383 net: improve server and file tests by Mikio Hara · 13 years ago
  94. 06b7024 test: match gccgo error messages for bug388.go by Ian Lance Taylor · 13 years ago
  95. d983298 unicode/utf8: remove dependence on unicode. by Rob Pike · 13 years ago
  96. 4603140 reflect: fix comment spacing by Ian Lance Taylor · 13 years ago
  97. 6b2586d misc/xcode: fix typos by Robert Griesemer · 13 years ago
  98. 4863980 Xcode: Example install of language specification for Xcode 4.x. by Emil Hessman · 13 years ago
  99. 286fb69 C+A: adding c.emil.hessman@gmail.com by Robert Griesemer · 13 years ago
  100. 63e383c expvar: add locking to String, and use RWMutex properly throughout. by David Symonds · 13 years ago