1. 387d5b8 runtime: remove debugging print in cgoCheckTypedBlock by Ian Lance Taylor · 9 years ago
  2. 76cb265 net/http: update bundled http2 to fix gzip crash on Read after NewReader error by Brad Fitzpatrick · 9 years ago
  3. e3033fc cmd/compile: add write barrier to type switch by Keith Randall · 9 years ago
  4. c93193a runtime: return errno value from Solaris mmap as expected by Ian Lance Taylor · 9 years ago
  5. 68aa7fb cmd/link: fix padding for dwarf aranges on 32 bit platforms. by Ryan Brown · 9 years ago
  6. cc0a04d runtime: fix errno sign for some mmap and mincore cases by Ian Lance Taylor · 9 years ago
  7. 70418eb runtime: add test for mincore's return value sign on Linux by Brad Fitzpatrick · 9 years ago
  8. 53b6661 net/http/httptest: make Server.CloseClientConnections wait for conns to close by Brad Fitzpatrick · 9 years ago
  9. 7ebf653 go/internal/gcimporter: interpret relative srcDir relative to cwd by Robert Griesemer · 9 years ago
  10. 811b785 net: make getmac based tests on windows more robust by Volker Dobler · 9 years ago
  11. 79d9f48 net/http: be more conservative about enabling http2 on Transports by Brad Fitzpatrick · 9 years ago
  12. ee45177 cmd/go: use GOPATH order for compile -I and link -L options by Russ Cox · 9 years ago
  13. 558a213 build: mv cmd/vendor cmd/internal/unvendor by Russ Cox · 9 years ago
  14. 97572d5 cmd/go: silence standard imports non-standard error for non-existent import target by Russ Cox · 9 years ago
  15. 6a208ef net/http: make ListenAndServeTLS treat GetCertificate as a set cert too by Brad Fitzpatrick · 9 years ago
  16. 41191e1 go/constant: fix String() implementation by Robert Griesemer · 9 years ago
  17. 77b4c8d runtime: fix comment by Brad Fitzpatrick · 9 years ago
  18. 33a9a98 go/types: make sure constants valid in integer operations are in integer form by Robert Griesemer · 9 years ago
  19. fa5e547 runtime: don't call testing.Fatal from worker goroutines by Mikio Hara · 9 years ago
  20. 54b4b94 net/http: deflake TestCloseNotifierPipelined by Ian Lance Taylor · 9 years ago
  21. fd9fd4c net/http: fix doc typo by Brad Fitzpatrick · 9 years ago
  22. dc89b5b net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  23. 107a6ef net/http: document Request.Header and Request.Close more by Brad Fitzpatrick · 9 years ago
  24. 4d02b12 runtime: don't expose stack buffer in stringto{byte,rune}slice by Keith Randall · 9 years ago
  25. 1f7e3cf runtime: skip TestSignalExitStatus on Solaris by Ian Lance Taylor · 9 years ago
  26. 91911e3 net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header by Brad Fitzpatrick · 9 years ago
  27. 03f42ee sync: deflake TestWaitGroupMisuse3 by Brad Fitzpatrick · 9 years ago
  28. 0ed70ef cmd/go: fix rebuild after installation of new Go release by Russ Cox · 9 years ago
  29. 182a9db cmd/vet: don't crash in cgo checker if type is unknown by Ian Lance Taylor · 9 years ago
  30. 2248886 cmd/go: document that -msan requires clang by Russ Cox · 9 years ago
  31. beceea7 runtime/pprof: mark dragonfly and solaris as bad at pprof by Brad Fitzpatrick · 9 years ago
  32. 2639498f net/http/httputil: fix spelling of Trailer hop-by-hop header per errata by Brad Fitzpatrick · 9 years ago
  33. eb5bfa7 net/http: mark TestTLSServerClosesConnection as flaky on all systems by Brad Fitzpatrick · 9 years ago
  34. b6c5eda archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content by Russ Cox · 9 years ago
  35. 8de7563 cmd/go: avoid use of git -C, which does not exist in RHEL 7 by Russ Cox · 9 years ago
  36. 1c6a35b runtime: deflake TestGoroutineProfileTrivial by Russ Cox · 9 years ago
  37. f309bf3 runtime: start an M when handing off a P when there's GC work by Austin Clements · 9 years ago
  38. 125f52d net/http: update bundled http2, fix Transport memory leak by Brad Fitzpatrick · 9 years ago
  39. b3c05f0 runtime: avoid write barrier in cgo mmap code by Ian Lance Taylor · 9 years ago
  40. d37d76a cmd/compile: fix parsing of inlined interface types with unexported methods by Robert Griesemer · 9 years ago
  41. af15bee os: document that FindProcess always succeeds on Unix by Brad Fitzpatrick · 9 years ago
  42. 9f58bf5 cmd/go: avoid a few symlink-induced errors in internal and vendor checks by Russ Cox · 9 years ago
  43. 0f89efa cmd/vet: report uncalled functions in Printf %v by Russ Cox · 9 years ago
  44. 2e08694 net: deflake TestListenerClose by Mikio Hara · 9 years ago
  45. f5e3090 unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversions by Rahul Chaudhry · 9 years ago
  46. 2d916be runtime: align stack in sigfwd for darwin/386 by Ian Lance Taylor · 9 years ago
  47. e970966 runtime: handle kindString in cgoCheckArg by Ian Lance Taylor · 9 years ago
  48. a3c1a3f runtime: deflake TestNumGoroutine by Russ Cox · 9 years ago
  49. 3a21f0a runtime/cgo: more +build cgo tags by Russ Cox · 9 years ago
  50. b460d1d cmd/internal/obj/x86: skip test when GOHOSTARCH is set by Brad Fitzpatrick · 9 years ago
  51. e3f3f94 runtime/cgo: add cgo build tag to C files by Russ Cox · 9 years ago
  52. 572f766 runtime/race: run tests with GOMAXPROCS=1 by Dmitry Vyukov · 9 years ago
  53. d326a96 runtime: remove redundant empty function call from Breakpoint on arm by Richard Miller · 9 years ago
  54. 4223675 cmd/go: refine definition of 'standard' import paths to include vendored code by Russ Cox · 9 years ago
  55. 1023d63 unsafe: clarify wording in recent Alignof changes by Ian Lance Taylor · 9 years ago
  56. 9b67a5d net/http: add protections against misuse of ServeFile by Brad Fitzpatrick · 9 years ago
  57. 158f19b cmd/go: recognise plan9_arm object files by Richard Miller · 9 years ago
  58. bd7e084 cmd/link: correct byte ordering in plan9_arm object header by Richard Miller · 9 years ago
  59. f49a757 unsafe: clarify that Alignof returns required alignment by Ian Lance Taylor · 9 years ago
  60. 867bef9 database/sql: implement Scan of time.Time, document, clarify Scan error text by Brad Fitzpatrick · 9 years ago
  61. 26397f1 runtime: fix upper bound on out-of-memory print by Russ Cox · 9 years ago
  62. d9fdbf4 runtime: guard against array out of bounds in GoroutineProfile by Russ Cox · 9 years ago
  63. 313fd1c runtime: fix crash in GoroutineProfile by Russ Cox · 9 years ago
  64. 4ec2fd3 cmd/go: disable broken test for code.google.com by Russ Cox · 9 years ago
  65. 9202e9e runtime: add more debug info to flaky TestNumGoroutine by Brad Fitzpatrick · 9 years ago
  66. 09940b9 runtime: make p.gcBgMarkWorker a guintptr by Austin Clements · 9 years ago
  67. 08594ac runtime: acquire stack lock in traceEvent by Austin Clements · 9 years ago
  68. eb3b183 runtime: attach mark workers to P after they park by Austin Clements · 9 years ago
  69. 73d590b cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enlargement by Russ Cox · 9 years ago
  70. c736280 archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressor by Joe Tsai · 9 years ago
  71. 1d901f5 cmd/compile: remove -h spam by Russ Cox · 9 years ago
  72. 8437452 crypto/rsa: expand on documentation and add some examples. by Adam Langley · 9 years ago
  73. 7037c15 runtime/pprof: retry failed tests with longer duration by Austin Clements · 9 years ago
  74. aff6aa0 net/http: quiet http2 log spam by Brad Fitzpatrick · 9 years ago
  75. 2c12b81 net/http: document TimeFormat more by Brad Fitzpatrick · 9 years ago
  76. 1aab7b9 cmd/link: add -extar option to set ar program for c-archive by Ian Lance Taylor · 9 years ago
  77. c2b4080 net/http: fix nit in test by Mikio Hara · 9 years ago
  78. b4c9d01 crypto: document that Signer.Sign does not hash by Russ Cox · 9 years ago
  79. 038b813 net/url: allow spaces in IPv6 zone identifier for Windows by Russ Cox · 9 years ago
  80. 980364b crypto/cipher: Add AES-GCM encryption and decryption example by Kevin Kirsche · 9 years ago
  81. 830143f time: fix comment about use of Location.cacheEnd by Ian Lance Taylor · 9 years ago
  82. e634765 cmd/asm: add amd64 HADDPD/HADDPS by Russ Cox · 9 years ago
  83. 295ec4f cmd/go/testdata: fix nits in test by Mikio Hara · 9 years ago
  84. 0408ca7 runtime: don't check sigaltstack on darwin/{arm,arm64} by Ian Lance Taylor · 9 years ago
  85. 99fa8c3 net/http: don't retain *http.Request in Transport's HTTP/2 path by Brad Fitzpatrick · 9 years ago
  86. 071fcd1 net/http/httputil: clarify docs on the Dump functions by Brad Fitzpatrick · 9 years ago
  87. db5cb1d net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  88. 7688ffe runtime/pprof: document SetCPUProfile with c-archive/c-shared by Ian Lance Taylor · 9 years ago
  89. cedbbfa runtime: update heap dumper header to 1.6. by Keith Randall · 9 years ago
  90. 3caf4e0 net/http: check max size of HTTP chunks by Brad Fitzpatrick · 9 years ago
  91. 801bebe runtime: always install new signal stack on NetBSD and DragonFly by Ian Lance Taylor · 9 years ago
  92. 3415d0c cmd/go: fix handling of asm files for -compiler=gccgo by Ian Lance Taylor · 9 years ago
  93. 9d6427d cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB) by Russ Cox · 9 years ago
  94. 970ce1c encoding/xml: update docs for Token by Russ Cox · 9 years ago
  95. 0bae38e cmd/asm: add amd64 PDEP, PEXT, and related integer VEX instructions by Russ Cox · 9 years ago
  96. 863d9b6 cmd/asm: add requested amd64 instructions by Russ Cox · 9 years ago
  97. 8d881b8 cmd/asm: correct, complete newly added AVX instructions by Russ Cox · 9 years ago
  98. 7f620a5 cmd/asm: add x86 POPCNTW, POPCNTL by Russ Cox · 9 years ago
  99. 659c632 cmd/asm: add generated test of amd64 instruction encodings by Russ Cox · 9 years ago
  100. 2eb8d94 cmd/asm: add test for verification of instruction encodings by Russ Cox · 9 years ago