1. 2f54de0 cmd/go: accept go get domain.root by Russ Cox · 10 years ago
  2. af96030 cmd/go: fix go get -u handling of changing dependencies by Russ Cox · 10 years ago
  3. 8df0bcc cmd/go: disable password prompt when running git by Russ Cox · 10 years ago
  4. 3c9f60c database/sql: document closing requirements for Stmts by Russ Cox · 10 years ago
  5. f8c97ab crypto/x509: add /etc/ssl/cacert.pem to OmniOS cert search list by Russ Cox · 10 years ago
  6. 505f6e3 cmd/pprof: store temporary files in temporary directory by Russ Cox · 10 years ago
  7. 2bd1e5e cmd/pprof: run $BROWSER and system browser before Chrome by Russ Cox · 10 years ago
  8. 9adf684 cmd/go: fix TestVendorRun when $GOROOT is inside a symlinked path by Russ Cox · 10 years ago
  9. 4325a9e cmd/go: reject missing source code in go get -d, same as go get -d -u by Russ Cox · 10 years ago
  10. f849f6b cmd/go: give full import stack for errors in dependencies of test dependencies by Russ Cox · 10 years ago
  11. 6ab582a cmd/go: go test -race -i runtime/race must not install race-enabled cmd/cgo by Russ Cox · 10 years ago
  12. 91a480c doc: add cmd/go's -pkgdir build option by Russ Cox · 10 years ago
  13. b2cb3b4 cmd/go: add -pkgdir build flag by Russ Cox · 10 years ago
  14. b5bc87c cmd/go: remove duplication of build flag info in testflag.go by Russ Cox · 10 years ago
  15. 3585f21 cmd/go: fix error for go run with files in different directories by Russ Cox · 10 years ago
  16. 687925f cmd/go: document that <meta> tags should be early in the HTML for go get by Russ Cox · 10 years ago
  17. 023047d cmd/go: diagnose trivial test import cycle by Russ Cox · 10 years ago
  18. ea918ef Revert "cmd/compile: define func value symbols at declaration" by Russ Cox · 10 years ago
  19. fa1ea49 cmd/compile: define func value symbols at declaration by Russ Cox · 10 years ago
  20. 0a3c991 cmd/internal/obj: fix pc/sp information for prologue by Russ Cox · 10 years ago
  21. 0c72eeb net/http: do not allow space or slash in Host headers by Jeff R. Allen · 10 years ago
  22. e6a0c21 net: fix setKeepAlivePeriod on Plan 9 by David du Colombier · 10 years ago
  23. df9423f doc: add a few more details about arm and ppc64 to asm.html by Rob Pike · 10 years ago
  24. e7a10a9 go/types: fix internal inInteger operand predicate by Robert Griesemer · 10 years ago
  25. 8b6527b encoding/xml: improve marshaller sanity checks of directives by Didier Spezia · 10 years ago
  26. aed74b9 doc/go1.5.html: fix and expand crypto/tls changes by Jonathan Rudenberg · 10 years ago
  27. 6c848c6 A+C: more updates before release by Brad Fitzpatrick · 10 years ago
  28. 1a4e177 encoding/json: Only allow string option for valid types by Larz Conwell · 10 years ago
  29. e66d04e A+C: update for release by Brad Fitzpatrick · 10 years ago
  30. f4b4c88 doc/go1.5.html: fix typo by Jonathan Rudenberg · 10 years ago
  31. 9e88f79 doc/go1.5.html: fix typo by Jonathan Rudenberg · 10 years ago
  32. 1fff4bb crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4 by Nevins Bartolomeo · 10 years ago
  33. e3c67dd cmd/go: do not create subdirs of $GOBIN by David Crawshaw · 10 years ago
  34. a6dc541 cmd/go: warn on get from code.google.com that it is shutting down by Ian Lance Taylor · 10 years ago
  35. 443ec4f doc/go1.5.html: fix typo. by Ian Lance Taylor · 10 years ago
  36. 60b7d27 image/jpeg: don't unread a byte if we've already taken bits from it. by Nigel Tao · 10 years ago
  37. 902345e doc: document behavior change in image/color in release notes by Rob Pike · 10 years ago
  38. a74d030 os/exec: fix plan9 build by Brad Fitzpatrick · 10 years ago
  39. c218a07 cmd/go: mark ssh:// URLs as secure by Ross Light · 10 years ago
  40. 3290e9c runtime: fix build on non-x86 machines by Russ Cox · 10 years ago
  41. 73ca459 os/exec: ignore pipe write errors when command completes successfully by Brad Fitzpatrick · 10 years ago
  42. 3c5eb96 doc: update the architecture-specific information in asm.html by Rob Pike · 10 years ago
  43. 1bd1880 cmd/internal/obj: rename *.out.go to a.out.go by Rob Pike · 10 years ago
  44. 777ab5c runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC} by Austin Clements · 10 years ago
  45. ad60cd8 runtime: report MemStats.PauseEnd in UNIX time by Austin Clements · 10 years ago
  46. 0bcdffe runtime: fix x86 stack trace for call to heap memory by Russ Cox · 10 years ago
  47. 6833111 runtime: fix race in TestChanSendBarrier by Russ Cox · 10 years ago
  48. 7ef6a9f net: clean up builtin DNS stub resolver, fix tests by Mikio Hara · 10 years ago
  49. d7a8d3e cmd/go: fix go get -u with internal by Russ Cox · 10 years ago
  50. 8c3533c runtime: add memory barrier for sync send in select by Russ Cox · 10 years ago
  51. 242ec16 go/internal/gcimporter: populate (*types.Package).Imports by Alan Donovan · 10 years ago
  52. ca6ba49 image/png: don't read filter bytes for empty interlace passes. by Nigel Tao · 10 years ago
  53. 616cb3c cmd/dist: actually disable testso and testsovar on ppc64 by Michael Hudson-Doyle · 10 years ago
  54. 8a28242 doc: add section about standard library to the FAQ by Brad Fitzpatrick · 10 years ago
  55. a3985e4 time: document that time.Tick creates an unrecoverable resource by Rob Pike · 10 years ago
  56. 7c767fd misc/cgo/testshared: unset GOBIN during test by Ian Lance Taylor · 10 years ago
  57. 4ef836f cmd/dist: disable misc/scgo/testsovar on netbsd by Alex Brainman · 10 years ago
  58. 783297a all: link to https for golang subdomains too by Brad Fitzpatrick · 10 years ago
  59. 4735002 flag: Clarifies docs for Arg(int) and FlagSet.Arg(int) by Hariharan Srinath · 10 years ago
  60. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  61. f96fa06d net/http/fcgi: fix race between serveRequest and cleanUp by Brad Fitzpatrick · 10 years ago
  62. b3a8b05 runtime: abort on fatal errors and panics in c-shared and c-archive modes by Elias Naur · 10 years ago
  63. d5004ee runtime: use AddVectoredContinueHandler on Windows XP amd64 by Alex Brainman · 10 years ago
  64. 8b22109 math: Expm1 returns -1 with large negative argument. by Charlie Dorian · 10 years ago
  65. 1082e23 cmd/link/internal/ld: stricter object file decoding by Matthew Dempsky · 10 years ago
  66. 6a90b1d runtime, cmd/go: fix tests to work when GOROOT_FINAL is set by Ian Lance Taylor · 10 years ago
  67. 2de67e9 runtime: clarify that NumCPU returns only available CPUs by Ian Lance Taylor · 10 years ago
  68. 91ba0ab net: fix misidentification of link-local, global unicast IP addresses by Mikio Hara · 10 years ago
  69. 7b5d536 net: ensure that ResolveIPAddr(addr.String()) reproduces addr by Mikio Hara · 10 years ago
  70. a625b91 cmd/doc: submit to the punched card tyranny by Rob Pike · 10 years ago
  71. 315e5c9 debug/pe: truncate pe sections to their size in memory by Alex Brainman · 10 years ago
  72. b615ad8 net: add mechanisms to force go or cgo lookup, and to debug default strategy by Brad Fitzpatrick · 10 years ago
  73. 4c33250 CONTRIBUTORS: add Ross Light's google.com email by Ross Light · 10 years ago
  74. 4b2774f runtime: make sysmon-triggered GC concurrent by Austin Clements · 10 years ago
  75. 012917a doc: document the machine-independent changes to the assembler by Rob Pike · 10 years ago
  76. 2e6ed61 doc: R13 is stack pointer on ARM, not 386 by Rob Pike · 10 years ago
  77. e71276c doc: add -test.count and get -insecure to go1.5.html by Rob Pike · 10 years ago
  78. 91976aa cmd/doc: suppress symbols for commands when showing package docs by Rob Pike · 10 years ago
  79. 1b74c71 cmd/asm: add copyright notices to tests by Rob Pike · 10 years ago
  80. bd45bce doc/go1.5: mention net/http.Request.Cancel by Aaron Jacobs · 10 years ago
  81. b6ead9f cmd/go: disable vendoredImportPath for code outside $GOPATH by Russ Cox · 10 years ago go1.5beta1
  82. 9f90f31 cmd/compile: allow static init for unsafe.Pointer(&x) where x is global by Russ Cox · 10 years ago
  83. d6e6baa net/http: fix MaxBytesReader at EOF by Brad Fitzpatrick · 10 years ago
  84. 1438225 net/http: revert overly-strict part of earlier smuggling defense by Brad Fitzpatrick · 10 years ago
  85. 7929a0d cmd/compile: initialize line number properly for temporaries by David Chase · 10 years ago
  86. 2028077 runtime: randomize scheduling in -race mode by Russ Cox · 10 years ago
  87. 0409158 cmd/go: ignore volume name case when checking vendor path by Daniel Theophanes · 10 years ago
  88. 11a19ae cmd/go: create executable when installing to working directory by Ross Light · 10 years ago
  89. 06b2802 cmd/go: do not panic on invalid import path containing "/vendor/" by Daniel Theophanes · 10 years ago
  90. 72970f7 net/http/httputil: make ReverseProxy support Trailers by Brad Fitzpatrick · 10 years ago
  91. ef37184 doc: tools for go1.5.html by Rob Pike · 10 years ago
  92. d5994f4 doc/go1.5.html: fix typo by Elias Naur · 10 years ago
  93. 173fa1d cmd/go: delete references to old tools (5a etc.) from cmd/go docs by Rob Pike · 10 years ago
  94. 71832ff math/rand: improve NewZipf documentation by Josh Bleecher Snyder · 10 years ago
  95. 40a1516 image/draw: fix double-draw when the dst is paletted. by Nigel Tao · 10 years ago
  96. 09b5463 doc: finish the small library changes in go1.5.html; start work on tools by Rob Pike · 10 years ago
  97. 11f50f4 cmd/trace: log errors to console in AJAX handler by Dmitry Vyukov · 10 years ago
  98. 2a0fc9e Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn" by Mikio Hara · 10 years ago
  99. 8593871 mime/multipart: fix bug when body contains prefix of the boundary by Brad Fitzpatrick · 10 years ago
  100. 1b96091 internal/trace: add comment for stable sort by Dmitry Vyukov · 10 years ago