1. bb91a7e test/bench/shootout: delete by Russ Cox · 9 years ago
  2. 91ba9f4 Revert "cmd/dist: improve isGitRepo to handle git "worktree"s" by Russ Cox · 9 years ago
  3. 7f0b4a8 crypto/dsa: adjust GenerateParameters comment by Russ Cox · 9 years ago
  4. a8f8d55 internal/syscall/windows/registry: adjust TestGetMUIStringValue by Alex Brainman · 9 years ago
  5. ab096d587 cmd/dist: improve isGitRepo to handle git "worktree"s by Tamir Duberstein · 9 years ago
  6. be20948 cmd/compile: recognize bool(true) as a constant expression by Matthew Dempsky · 9 years ago
  7. e24b244 os/signal: Stop restores original signal handling by Ian Lance Taylor · 9 years ago
  8. 91f997b net/http: better documentation for Transport by Andrew Gerrand · 9 years ago
  9. c799e4a net/http/pprof: stop profiling if client's connection closes by Brad Fitzpatrick · 9 years ago
  10. a4f27c4 net/http: update bundled copied of x/net/http2 to git rev 961116aee by Brad Fitzpatrick · 9 years ago
  11. ed52e55 doc: note the net/http CloseNotifier changes in go1.6.html by Brad Fitzpatrick · 9 years ago
  12. 2a756625 doc: mention new SIGPIPE behavior in 1.6 release notes by Ian Lance Taylor · 9 years ago
  13. 934e055 runtime: call msanwrite on object passed to runtime/cgo by Ian Lance Taylor · 9 years ago
  14. 17ce037 crypto/hmac: update link to FIPS HMAC spec by Brad Fitzpatrick · 9 years ago
  15. 9338f39 crypto/x509: handle ECC private keys with the wrong length. by Adam Langley · 9 years ago
  16. aaabe3d cmd/compile/internal/gc: fix initialization logic by Kevin Vu · 9 years ago
  17. 7e24e89 cmd/dist: correct run's comment by Tamir Duberstein · 9 years ago
  18. ae8e558 cmd/go: special case shared library name when passed "$prefix/..." by Michael Hudson-Doyle · 9 years ago
  19. 7f96e26 encoding/asn1: fix off-by-one in parseBase128Int. by David Benjamin · 9 years ago
  20. ace1738 A+C: automated update by Brad Fitzpatrick · 9 years ago
  21. ddc2508 log/syslog: document that syslog is frozen by Brad Fitzpatrick · 9 years ago
  22. 7de71c8 net/http: make Client use Request.Cancel for timeouts instead of CancelRequest by Brad Fitzpatrick · 9 years ago
  23. 212bdd9 spec: New year, new spec update (to refer to Unicode 8.0). by Robert Griesemer · 9 years ago
  24. 7fa9846 net/http: tighten protocol between Transport.roundTrip and persistConn.readLoop by Brad Fitzpatrick · 9 years ago
  25. 59ca878 runtime/pprof: skip TestStackBarrierProfiling by Austin Clements · 9 years ago
  26. 2c67c8c runtime: fix exit status when killed by signal by Ian Lance Taylor · 9 years ago
  27. 81b3511 runtime: set SIGCONT to _SigNotify + _SigDefault by Ian Lance Taylor · 9 years ago
  28. ab5d2bf cmd/compile: suppress export of Note field within exported bodies by David Chase · 9 years ago
  29. d731315 net: run all timeout tests in parallel by Russ Cox · 9 years ago
  30. f2c36df misc/cgo/testcshared: print a little more about GOROOT on failure by Russ Cox · 9 years ago
  31. 906f979 cmd/dist: wait for pending tests before exiting by Russ Cox · 9 years ago
  32. 4b0bc7c net/http: relax recently-updated rules and behavior of CloseNotifier by Brad Fitzpatrick · 9 years ago
  33. 66f1f89 cmd/internal/obj: fix PCSP table at runtime.morestack calls by Matthew Dempsky · 9 years ago
  34. b80ea53 os: remove unused import to fix build by Ian Lance Taylor · 9 years ago
  35. 58c73de os, runtime: better EPIPE behavior for command line programs by Ian Lance Taylor · 9 years ago
  36. a7d2b4d runtime: disable a signal by restoring the original disposition by Ian Lance Taylor · 9 years ago
  37. 6c8a141 cmd/go: update out of date help text about vendoring by Aaron Jacobs · 9 years ago
  38. 7f4443d testing: add clear panic for duplicate call to t.Parallel by Russ Cox · 9 years ago
  39. 9d549b5 runtime/pprof: shorten a few tests by Russ Cox · 9 years ago
  40. 83746fd cmd/link: use current GOROOT for source file paths for standard library by Russ Cox · 9 years ago
  41. dc5315c build: prevent the entire repo to be wiped out by cgo test scripts by Didier Spezia · 9 years ago
  42. 28b95ed net/http: deflake tests in full mode after t.Parallel additions by Brad Fitzpatrick · 9 years ago
  43. fa8384d runtime: remove now-unused test string constants by Ian Lance Taylor · 9 years ago
  44. 956535f runtime: implement setsigstack for Solaris by Ian Lance Taylor · 9 years ago
  45. e2093cd doc: fix typo in install-source.html. by Benny Siegert · 9 years ago
  46. 3fd19fd runtime: treat SIGTSTP/SIGCANCEL on Solaris as we do on GNU/Linux by Ian Lance Taylor · 9 years ago
  47. ca9876d doc: fix typo by Shenghou Ma · 9 years ago
  48. 043ae50 doc: 2016 is the Year of the Gopher. by David Symonds · 9 years ago
  49. ca47157 os: change Open(`C:`) to open current directory on C: by Alex Brainman · 9 years ago
  50. e35901f database/sql: fix doc typos by Evan Shaw · 9 years ago
  51. 46017769 os: fix race condition between (*os.File).Stat and os.Chdir on windows by Hiroshi Ioka · 9 years ago
  52. 8d5ff2e runtime: move test programs out of source code, coalesce by Russ Cox · 9 years ago
  53. a699320 net/http: update docs on Request.Proto, ProtoMajor, ProtoMinor by Brad Fitzpatrick · 9 years ago
  54. f034ee8 cmd/dist: apply final edits from CL 18199. by Russ Cox · 9 years ago
  55. d513ee7 cmd/dist: run shards of test dir in parallel by Russ Cox · 9 years ago
  56. b6473ff cmd/dist: run wiki, shootout etc tests only on builders by Russ Cox · 9 years ago
  57. baa928a cmd/dist: run various one-off tests in parallel by Russ Cox · 9 years ago
  58. f41378e cmd/dist: run limited tests in race and libgcc=none modes by Russ Cox · 9 years ago
  59. 04d732b build: shorten a few packages with long tests by Russ Cox · 9 years ago
  60. acc1500 api/go1.6.txt: add debug.SetTraceback, build.Package.InvalidGoFiles by Russ Cox · 9 years ago
  61. f70f277 cmd/dist: make test default to --no-rebuild by Russ Cox · 9 years ago
  62. 6766a29 os: add missing copyright notice by Mikio Hara · 9 years ago
  63. c7c7c70 runtime: fix, simplify, and improve scan state in goroutine header by Austin Clements · 9 years ago
  64. 0f3c229 runtime: fix sigaltstack test Skipf format string by Dan Peterson · 9 years ago
  65. f7e51c1 runtime: adjust gsignal stack to current signal stack by Ian Lance Taylor · 9 years ago
  66. e4dcf5c image/color: have NYCbCrA.RGBA work in 16-bit color. by Nigel Tao · 9 years ago
  67. 5b5e19e net/http: fix typo in docstring by Jonathan Boulle · 9 years ago
  68. 5464181 crypto/cipher: fix typo from last change by Rob Pike · 9 years ago
  69. 4e6750a crypto/cipher: improve documentation for AEAD by Rob Pike · 9 years ago
  70. 94ff479 misc/cgo/testcarchive: skip test4 on darwin/{arm,arm64} by Ian Lance Taylor · 9 years ago
  71. 11ac72a net: fix race in TestTCPStress by Mikio Hara · 9 years ago
  72. f80f6e4 net/internal/socktest: simplify log message format by Mikio Hara · 9 years ago
  73. 8567fb7 net/http: add new HTTP 451 status code, Unavailable For Legal Reasons. by David Symonds · 9 years ago
  74. bbb88f9 test: add test that gccgo miscompiled by Ian Lance Taylor · 9 years ago
  75. d6a203e cmd/compile: const name and label name may match by Robert Griesemer · 9 years ago
  76. 97f854c net: make use of IPv4 for parsing routing information on windows by Mikio Hara · 9 years ago
  77. 2cf5f04 net: adjust TestInterfaceHardwareAddrWithGetmac by Alex Brainman · 9 years ago
  78. 471b6ec api: fix typo in README by Shenghou Ma · 9 years ago
  79. fbdfa99 runtime: for c-archive/c-shared, don't install unnecessary signal handlers by Ian Lance Taylor · 9 years ago
  80. 32cf985 doc: change go1.6 http heading by Brad Fitzpatrick · 9 years ago
  81. f40c05e runtime: write sigsetstack for Darwin, fix sigaction arg by Ian Lance Taylor · 9 years ago
  82. e5ef5d4 doc: add mention of debug.SetTraceback by Russ Cox · 9 years ago
  83. 57337da testing: use debug.SetTraceback("all") to show all goroutines at test timeout by Russ Cox · 9 years ago
  84. bb0567b runtime/debug: add SetTraceback by Russ Cox · 9 years ago
  85. ea5b9d5 debug/elf: rename Chdr64.Reserved to _ by Austin Clements · 9 years ago
  86. 5b08548 cmd/go: ignore XML errors after Go <meta> tags by Russ Cox · 9 years ago
  87. 5270b57 bytes: document that buffer is reused in Truncate and Reset by Joe Tsai · 9 years ago
  88. b73e247 net/http: document that Server.TLSNextProto has automatic HTTP/2 also by Brad Fitzpatrick · 9 years ago
  89. ab74f59 cmd/go: do not skip dirs with syntax errors in wildcard matching (like ./...) by Russ Cox · 9 years ago
  90. d446ba9 runtime: document stack barrier synchronization rules by Austin Clements · 9 years ago
  91. f90b48e runtime: require the stack barrier lock to traceback cgo and libcalls by Austin Clements · 9 years ago
  92. a4a57bb runtime: prevent race between setNextBarrierPC and sigprof by Austin Clements · 9 years ago
  93. 90a6893 doc: fix typo in go1.6.html by Emmanuel Odeke · 9 years ago
  94. ebf64bc cmd/vet: add some checks for invalid pointer passing using cgo by Ian Lance Taylor · 9 years ago
  95. 63f0aac test: fix linkmain test by Shenghou Ma · 9 years ago
  96. a750149 go/types: add link to tutorial by Alan Donovan · 9 years ago
  97. 8db371b api: create go1.6.txt by Brad Fitzpatrick · 9 years ago go1.6beta1
  98. 4577cfc src: remove reference to since-deleted dist -s flag by Brad Fitzpatrick · 9 years ago
  99. 41af93f doc: change go1.6 http heading by Brad Fitzpatrick · 9 years ago
  100. a12ba4b doc: Americanise spelling of wilful by Brad Fitzpatrick · 9 years ago