1. 1125cd4 cmd/compile: define func value symbols at declaration by Michael Hudson-Doyle · 10 years ago
  2. 4db0746 net/http: add example for setting trailers in an Handler by Brad Fitzpatrick · 10 years ago
  3. 1942e38 runtime: clarify runtime.GC blocking behavior by Austin Clements · 10 years ago
  4. 692054e runtime: check for findmoduledatap returning nil by Ian Lance Taylor · 10 years ago
  5. e1ee314 internal/trace: fix fuzzer crashers by Dmitry Vyukov · 10 years ago
  6. c4bfd2d bufio: Remove unneeded error initialization by Silvan Jegen · 10 years ago
  7. dabb268 cmd/compile: ignore carriage return in magic comments by Ian Lance Taylor · 10 years ago
  8. aadd84e net: classify site-local unicast in address selection by Mikio Hara · 10 years ago
  9. 90c668d os: remove stuttering return value names by Brad Fitzpatrick · 10 years ago
  10. 4a0d958 runtime: skip TestReturnAfterStackGrowInCallback if gcc is not found by Alex Brainman · 10 years ago
  11. 6031500 doc: document GODEBUG=netdns=X and netcgo in go1.5.txt by Brad Fitzpatrick · 10 years ago
  12. e28a679 runtime: make the GC message less committal. by Rob Pike · 10 years ago
  13. c4f18d5 cmd/go: ignore import of "C" when fetching dependencies by Ian Lance Taylor · 10 years ago
  14. 955c0fd os: add test to ensure Rename returns *LinkError by Dave Cheney · 10 years ago
  15. ed9a4c9 runtime: document that GC blocks the whole program by Rob Pike · 10 years ago
  16. 3549178 doc: fix typo by Paolo Martini · 10 years ago
  17. a81c656 androidtest.bash: robust cleanup in case of failure. by Hyang-Ah (Hana) Kim · 10 years ago
  18. ebb6783 doc: document ios build tag for crypto/x509 by David Crawshaw · 10 years ago
  19. e33d6b3 runtime: remove out-of-date comment by Austin Clements · 10 years ago
  20. fb90f4c os: improve documentation on Rename by Jeff R. Allen · 10 years ago
  21. 2899be8 net: avoid unnecessary conversion in address selection by Mikio Hara · 10 years ago
  22. cc8f544 runtime: don't free large spans until heapBitsSweepSpan returns by Austin Clements · 10 years ago go1.5beta2
  23. 5c62e5f cmd/fix: add gotypes module by Rob Pike · 10 years ago
  24. 29ffa4b cmd/go: don't put mycmd in wrong directory by Mikio Hara · 10 years ago
  25. 9f70cd8 net/mail: add example to package by Carlos C · 10 years ago
  26. f04c506 A+C: more updates by Brad Fitzpatrick · 10 years ago
  27. adb1e03 net: RFC 6724 address selection by Brad Fitzpatrick · 10 years ago
  28. 29eb7d1 crypto/x509: iOS build tag by David Crawshaw · 10 years ago
  29. 6094b88 net/url: add example to URL.ResolveReference by Carlos C · 10 years ago
  30. 6163cf8 doc: describe tracing, mention go fix by Rob Pike · 10 years ago
  31. b0834b5 flag: add comment stating that Set is called in sequence across the command line by Rob Pike · 10 years ago
  32. 19916e4 test/fixedbugs: disable issue11656.go on arm64 by Russ Cox · 10 years ago
  33. a93e5b4 Revert "runtime: diagnose invalid pointers during GC" by Russ Cox · 10 years ago
  34. 816222d image/color: fix format typo in the tests. by Nigel Tao · 10 years ago
  35. 2072fc3 A+C: Add missing entries, full names. by Chris Broadfoot · 10 years ago
  36. 08dbd8a Revert "cmd/internal/obj: fix pc/sp information for prologue" by Russ Cox · 10 years ago
  37. 88fc358 net/http: don't reuse conns after incomplete 100-continue requests by Brad Fitzpatrick · 10 years ago
  38. 2b9e5a7 A+C: more updates, including Medium corporate CLA by Brad Fitzpatrick · 10 years ago
  39. 5cd2944 cmd/go: fix parsing of Git SCP-like remotes by Andrew Gerrand · 10 years ago
  40. e42413c runtime: fix saved PC/SP after safe-point function in syscall by Austin Clements · 10 years ago
  41. edfc979 runtime: run safe-point function before entering _Psyscall by Austin Clements · 10 years ago
  42. 64e5333 runtime: fix go:nowritebarrier annotation on gcmarkwb_m by Matthew Dempsky · 10 years ago
  43. 2e4b659 cmd/compile: recognize embedded field in inlined function by Ian Lance Taylor · 10 years ago
  44. 749b391 encoding/json: document and test overwrite of slice, map during Unmarshal by Russ Cox · 10 years ago
  45. 2d25318 asm: fix error messages and comments for "register pair" by Rob Pike · 10 years ago
  46. 38d9b2a runtime: diagnose invalid pointers during GC by Russ Cox · 10 years ago
  47. 7feb424 cmd/compile: fix PtrTo(t) for unnamed t with embedded fields by Russ Cox · 10 years ago
  48. bed6326 math: fix Log2 test failures on ppc64 (and s390) by Russ Cox · 10 years ago
  49. 671bddf encoding/json: fix out of phase error unmarshaling non-string into TextUnmarshaler by Russ Cox · 10 years ago
  50. 29f03a3 net/smtp: give example addrs in docs by Russ Cox · 10 years ago
  51. 307d691 cmd/go: print all test flags in "go test -h" by Russ Cox · 10 years ago
  52. ef6d3a9 cmd/dist: diagnose lack of gcc earlier in build by Russ Cox · 10 years ago
  53. c2023a0 image/color: tweak the YCbCr to RGBA conversion formula. by Nigel Tao · 10 years ago
  54. 5a4cc60 cmd/go: fix nocgo builder by Russ Cox · 10 years ago
  55. 47f22ab time: make it clearer how to format a fractional second by Rob Pike · 10 years ago
  56. d000e87 os/exec: document that Cmd.Wait waits for stdin I/O by Russ Cox · 10 years ago
  57. 3d3a016 reflect: wait longer before declaring select test stuck by Russ Cox · 10 years ago
  58. 238a395 cmd/go: add test for issue 3652 by Russ Cox · 10 years ago
  59. 7126da2 cmd/go: fix build by Russ Cox · 10 years ago
  60. 2f54de0 cmd/go: accept go get domain.root by Russ Cox · 10 years ago
  61. af96030 cmd/go: fix go get -u handling of changing dependencies by Russ Cox · 10 years ago
  62. 8df0bcc cmd/go: disable password prompt when running git by Russ Cox · 10 years ago
  63. 3c9f60c database/sql: document closing requirements for Stmts by Russ Cox · 10 years ago
  64. f8c97ab crypto/x509: add /etc/ssl/cacert.pem to OmniOS cert search list by Russ Cox · 10 years ago
  65. 505f6e3 cmd/pprof: store temporary files in temporary directory by Russ Cox · 10 years ago
  66. 2bd1e5e cmd/pprof: run $BROWSER and system browser before Chrome by Russ Cox · 10 years ago
  67. 9adf684 cmd/go: fix TestVendorRun when $GOROOT is inside a symlinked path by Russ Cox · 10 years ago
  68. 4325a9e cmd/go: reject missing source code in go get -d, same as go get -d -u by Russ Cox · 10 years ago
  69. f849f6b cmd/go: give full import stack for errors in dependencies of test dependencies by Russ Cox · 10 years ago
  70. 6ab582a cmd/go: go test -race -i runtime/race must not install race-enabled cmd/cgo by Russ Cox · 10 years ago
  71. 91a480c doc: add cmd/go's -pkgdir build option by Russ Cox · 10 years ago
  72. b2cb3b4 cmd/go: add -pkgdir build flag by Russ Cox · 10 years ago
  73. b5bc87c cmd/go: remove duplication of build flag info in testflag.go by Russ Cox · 10 years ago
  74. 3585f21 cmd/go: fix error for go run with files in different directories by Russ Cox · 10 years ago
  75. 687925f cmd/go: document that <meta> tags should be early in the HTML for go get by Russ Cox · 10 years ago
  76. 023047d cmd/go: diagnose trivial test import cycle by Russ Cox · 10 years ago
  77. ea918ef Revert "cmd/compile: define func value symbols at declaration" by Russ Cox · 10 years ago
  78. fa1ea49 cmd/compile: define func value symbols at declaration by Russ Cox · 10 years ago
  79. 0a3c991 cmd/internal/obj: fix pc/sp information for prologue by Russ Cox · 10 years ago
  80. 0c72eeb net/http: do not allow space or slash in Host headers by Jeff R. Allen · 10 years ago
  81. e6a0c21 net: fix setKeepAlivePeriod on Plan 9 by David du Colombier · 10 years ago
  82. df9423f doc: add a few more details about arm and ppc64 to asm.html by Rob Pike · 10 years ago
  83. e7a10a9 go/types: fix internal inInteger operand predicate by Robert Griesemer · 10 years ago
  84. 8b6527b encoding/xml: improve marshaller sanity checks of directives by Didier Spezia · 10 years ago
  85. aed74b9 doc/go1.5.html: fix and expand crypto/tls changes by Jonathan Rudenberg · 10 years ago
  86. 6c848c6 A+C: more updates before release by Brad Fitzpatrick · 10 years ago
  87. 1a4e177 encoding/json: Only allow string option for valid types by Larz Conwell · 10 years ago
  88. e66d04e A+C: update for release by Brad Fitzpatrick · 10 years ago
  89. f4b4c88 doc/go1.5.html: fix typo by Jonathan Rudenberg · 10 years ago
  90. 9e88f79 doc/go1.5.html: fix typo by Jonathan Rudenberg · 10 years ago
  91. 1fff4bb crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4 by Nevins Bartolomeo · 10 years ago
  92. e3c67dd cmd/go: do not create subdirs of $GOBIN by David Crawshaw · 10 years ago
  93. a6dc541 cmd/go: warn on get from code.google.com that it is shutting down by Ian Lance Taylor · 10 years ago
  94. 443ec4f doc/go1.5.html: fix typo. by Ian Lance Taylor · 10 years ago
  95. 60b7d27 image/jpeg: don't unread a byte if we've already taken bits from it. by Nigel Tao · 10 years ago
  96. 902345e doc: document behavior change in image/color in release notes by Rob Pike · 10 years ago
  97. a74d030 os/exec: fix plan9 build by Brad Fitzpatrick · 10 years ago
  98. c218a07 cmd/go: mark ssh:// URLs as secure by Ross Light · 10 years ago
  99. 3290e9c runtime: fix build on non-x86 machines by Russ Cox · 10 years ago
  100. 73ca459 os/exec: ignore pipe write errors when command completes successfully by Brad Fitzpatrick · 10 years ago