1. b3a8b05 runtime: abort on fatal errors and panics in c-shared and c-archive modes by Elias Naur · 10 years ago
  2. d5004ee runtime: use AddVectoredContinueHandler on Windows XP amd64 by Alex Brainman · 10 years ago
  3. 8b22109 math: Expm1 returns -1 with large negative argument. by Charlie Dorian · 10 years ago
  4. 1082e23 cmd/link/internal/ld: stricter object file decoding by Matthew Dempsky · 10 years ago
  5. 6a90b1d runtime, cmd/go: fix tests to work when GOROOT_FINAL is set by Ian Lance Taylor · 10 years ago
  6. 2de67e9 runtime: clarify that NumCPU returns only available CPUs by Ian Lance Taylor · 10 years ago
  7. 91ba0ab net: fix misidentification of link-local, global unicast IP addresses by Mikio Hara · 10 years ago
  8. 7b5d536 net: ensure that ResolveIPAddr(addr.String()) reproduces addr by Mikio Hara · 10 years ago
  9. a625b91 cmd/doc: submit to the punched card tyranny by Rob Pike · 10 years ago
  10. 315e5c9 debug/pe: truncate pe sections to their size in memory by Alex Brainman · 10 years ago
  11. b615ad8 net: add mechanisms to force go or cgo lookup, and to debug default strategy by Brad Fitzpatrick · 10 years ago
  12. 4c33250 CONTRIBUTORS: add Ross Light's google.com email by Ross Light · 10 years ago
  13. 4b2774f runtime: make sysmon-triggered GC concurrent by Austin Clements · 10 years ago
  14. 012917a doc: document the machine-independent changes to the assembler by Rob Pike · 10 years ago
  15. 2e6ed61 doc: R13 is stack pointer on ARM, not 386 by Rob Pike · 10 years ago
  16. e71276c doc: add -test.count and get -insecure to go1.5.html by Rob Pike · 10 years ago
  17. 91976aa cmd/doc: suppress symbols for commands when showing package docs by Rob Pike · 10 years ago
  18. 1b74c71 cmd/asm: add copyright notices to tests by Rob Pike · 10 years ago
  19. bd45bce doc/go1.5: mention net/http.Request.Cancel by Aaron Jacobs · 10 years ago
  20. b6ead9f cmd/go: disable vendoredImportPath for code outside $GOPATH by Russ Cox · 10 years ago go1.5beta1
  21. 9f90f31 cmd/compile: allow static init for unsafe.Pointer(&x) where x is global by Russ Cox · 10 years ago
  22. d6e6baa net/http: fix MaxBytesReader at EOF by Brad Fitzpatrick · 10 years ago
  23. 1438225 net/http: revert overly-strict part of earlier smuggling defense by Brad Fitzpatrick · 10 years ago
  24. 7929a0d cmd/compile: initialize line number properly for temporaries by David Chase · 10 years ago
  25. 2028077 runtime: randomize scheduling in -race mode by Russ Cox · 10 years ago
  26. 0409158 cmd/go: ignore volume name case when checking vendor path by Daniel Theophanes · 10 years ago
  27. 11a19ae cmd/go: create executable when installing to working directory by Ross Light · 10 years ago
  28. 06b2802 cmd/go: do not panic on invalid import path containing "/vendor/" by Daniel Theophanes · 10 years ago
  29. 72970f7 net/http/httputil: make ReverseProxy support Trailers by Brad Fitzpatrick · 10 years ago
  30. ef37184 doc: tools for go1.5.html by Rob Pike · 10 years ago
  31. d5994f4 doc/go1.5.html: fix typo by Elias Naur · 10 years ago
  32. 173fa1d cmd/go: delete references to old tools (5a etc.) from cmd/go docs by Rob Pike · 10 years ago
  33. 71832ff math/rand: improve NewZipf documentation by Josh Bleecher Snyder · 10 years ago
  34. 40a1516 image/draw: fix double-draw when the dst is paletted. by Nigel Tao · 10 years ago
  35. 09b5463 doc: finish the small library changes in go1.5.html; start work on tools by Rob Pike · 10 years ago
  36. 11f50f4 cmd/trace: log errors to console in AJAX handler by Dmitry Vyukov · 10 years ago
  37. 2a0fc9e Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn" by Mikio Hara · 10 years ago
  38. 8593871 mime/multipart: fix bug when body contains prefix of the boundary by Brad Fitzpatrick · 10 years ago
  39. 1b96091 internal/trace: add comment for stable sort by Dmitry Vyukov · 10 years ago
  40. d16c7f8 crypto: fix non-sentence in documentation for Decrypter by Rob Pike · 10 years ago
  41. 64e48bb internal/trace: stable sort events by Dmitry Vyukov · 10 years ago
  42. cd2e2f6 doc: add most major changes and most net changes to go1.5.html by Rob Pike · 10 years ago
  43. 5ae822b encoding/xml: minor changes by Roger Peppe · 10 years ago
  44. 1cbbd7f cmd/trace: fix time scale by Dmitry Vyukov · 10 years ago
  45. 6fe9c4a doc: more library in go1.5.html by Rob Pike · 10 years ago
  46. fc2eee8 database/sql: make Register safe for concurrent use by Brad Fitzpatrick · 10 years ago
  47. 300d9a2 net/http: harden Server against request smuggling by Brad Fitzpatrick · 10 years ago
  48. 2714005 internal/singleflight: deflake test by Brad Fitzpatrick · 10 years ago
  49. f11109f go/types: change {Type,Object,Selection}String to accept a Qualifier function by Alan Donovan · 10 years ago
  50. 6f80e5e cmd/link: reject data size > 2 GB by Russ Cox · 10 years ago
  51. e8f2eb4 cmd/compile: allow linker to drop string headers when not needed by Russ Cox · 10 years ago
  52. 3b6e86f cmd/compile: fix race detector handling of OBLOCK nodes by Russ Cox · 10 years ago
  53. 117ddcb net/textproto: don't treat spaces as hyphens in header keys by Brad Fitzpatrick · 10 years ago
  54. 8884fa7 cmd/trace: sort procs by Dmitry Vyukov · 10 years ago
  55. 9462bce net/http: harden, document func SetCookie and type Cookie by Brad Fitzpatrick · 10 years ago
  56. 8e6dc76 net/url: only record RawPath when it is needed by Russ Cox · 10 years ago
  57. 19b8aa3 cmd/compile/internal/gc: give OASWB name by Dmitry Vyukov · 10 years ago
  58. bb7e665 encoding/xml: fix xmlns= behavior by Roger Peppe · 10 years ago
  59. ab9c25f cmd/go: use GOOS and GOARCH from build context for "go generate" by Andrew Gerrand · 10 years ago
  60. b8d2d6b image/gif: accept LZW encodings that do not have an explicit end marker. by Nigel Tao · 10 years ago
  61. fea18f5 compress/lzw: return the partial decoding for a truncated input. by Nigel Tao · 10 years ago
  62. 53eb478 archive/tar: move round-trip reading into common os file by Alex Brainman · 10 years ago
  63. 8b4278f net/http: add a Request.Cancel channel. by Aaron Jacobs · 10 years ago
  64. 1122836 cmd/compile: reject large floating point exponents without math/big by Russ Cox · 10 years ago
  65. 643ef15 io: tweak Reader comment by Russ Cox · 10 years ago
  66. 4df6b1e path/filepath: document and test behavior of SkipDir on files by Russ Cox · 10 years ago
  67. 69f0d4c cmd/link: detect -X setting non-string variable by Russ Cox · 10 years ago
  68. c418fe7 doc: finish listing the non-crypto non-net small API changes by Rob Pike · 10 years ago
  69. c77809e go/types: go/types: add an API test of the Scope type by Alan Donovan · 10 years ago
  70. 34846ae cmd/link: fix -s with external linking by Russ Cox · 10 years ago
  71. 27edd72 cmd/compile: enable PAUTO capture variables on arch != 6 by Russ Cox · 10 years ago
  72. 2814906 crypto/rsa: check for primes ≤ 1 in Validate by Adam Langley · 10 years ago
  73. 9b2d84e net/http/httptest: increase test Server's key size by Brad Fitzpatrick · 10 years ago
  74. 162d2c1 cmd/go: 'go env' print GO15VENDOREXPERIMENT in Go1.5 by Tom Heng · 10 years ago
  75. 7749a9a sync: disable flaky WaitGroup misuse test in short mode by Brad Fitzpatrick · 10 years ago
  76. 5267bf0 cmd/go: disable TestIssue10952 without external network by Russ Cox · 10 years ago
  77. 55203c7 cmd/compile: allow unnamed constants to set line number by Russ Cox · 10 years ago
  78. 8b99bb7 runtime: fix broken arm builds by Russ Cox · 10 years ago
  79. 434e0bc cmd/link: record missing pcdata tables correctly by Russ Cox · 10 years ago
  80. 1b91748 runtime: reset mark state before checkmark and gctrace=2 mark by Austin Clements · 10 years ago
  81. d57056b runtime: don't free stack spans during GC by Austin Clements · 10 years ago
  82. f73b2fca runtime: remove unused _GCsweep state by Austin Clements · 10 years ago
  83. 4e61c51 cmd/cgo: fix a problem with 'go build -compiler gccgo' by Russ Cox · 10 years ago
  84. 840965f runtime: always clear stack barriers on G exit by Austin Clements · 10 years ago
  85. fac7b86a encoding/binary: update protobuf documentation link by Dmitry Savintsev · 10 years ago
  86. a76c1a5 fmt: restore padding for %x on byte slices and strings by Rob Pike · 10 years ago
  87. c97e73d doc: fix typo in faq by Rob Pike · 10 years ago
  88. 694b244 doc: update FAQ for Go 1.5 by Rob Pike · 10 years ago
  89. 1bab3a1 net/http: fix now-flaky TransportAndServerSharedBodyRace test by Brad Fitzpatrick · 10 years ago
  90. 0bafe0e syscall: return error instead of panicking in windows StartProcess by Alex Brainman · 10 years ago
  91. 214c7a2 cmd/link/internal/ld: exclude only real container symbols from symtab by Keith Randall · 10 years ago
  92. 0a6df4a encoding/asn1: don't parse invalid UTF-8. by Adam Langley · 10 years ago
  93. fdd921c encoding/asn1: be stricter by reserialising parsed times. by Adam Langley · 10 years ago
  94. 85d4d46 runtime: store syscall parameters in m not on stack by Alex Brainman · 10 years ago
  95. 3b7841b cmd/go: reset read-only flag during TestIssue10952 by Alex Brainman · 10 years ago
  96. d0ed87d builtin: remove errant space in hyphenated adjective phrase by Brad Fitzpatrick · 10 years ago
  97. 7511806 net/http: fix race on postPendingDial test hook by Todd Neal · 10 years ago
  98. ca91de7 html/template: prevent panic while escaping pipelines by Didier Spezia · 10 years ago
  99. 58578de cmd/link: no dwarf on darwin/arm by David Crawshaw · 10 years ago
  100. 64078bf cmd/go: ignore custom import check when there is no import comment by Ross Light · 10 years ago