1. 1fb5961 cmd/compile: don't bother compiling functions named "_" by Keith Randall · 5 years ago
  2. ef82ecd crypto/subtle: normalize constant time ops docs by Filippo Valsorda · 5 years ago
  3. 8d2e65d cmd/go: copy missing bit of documentation about code generated comment by Dmitri Shuralyov · 5 years ago
  4. cad6d1f doc/go1.12.html: document rejection of mangled C names by Elias Naur · 5 years ago
  5. 8e50e48 cmd/cgo: remove duplicate entry from gofmtLineReplacer by Tobias Klauser · 5 years ago
  6. e308807 flag: improve docs for PrintDefaults; clarify how to change output destination by Aaron Cannon · 6 years ago
  7. 6718bb2 crypto/tls: send a "handshake failure" alert if the RSA key is too small by Filippo Valsorda · 5 years ago
  8. a15a013 cmd/cgo: print the right error if mangling detection gccgo fails by Ian Lance Taylor · 5 years ago
  9. 5538a9a doc/go1.12: mention small RSA keys will cause some TLS handshakes to fail by Filippo Valsorda · 5 years ago
  10. 6f93f86 crypto/tls: expand Config.CipherSuites docs by Filippo Valsorda · 5 years ago
  11. 1e49021 doc/go1.12: mention heap sampling change by Hana (Hyang-Ah) Kim · 5 years ago
  12. bcd3a58d A+C: add author, rename contributor to a real name by tkivisik · 5 years ago
  13. dc88902 runtime: sample large heap allocations correctly by Raul Silvera · 5 years ago
  14. c077c74 cmd/go: don't modify GOROOT in TestNewReleaseRebuildsStalePackagesInGOPATH by Ian Lance Taylor · 5 years ago
  15. dd1889c cmd/cgo: don't replace newlines with semicolons in expressions by Ian Lance Taylor · 5 years ago
  16. 246e6ce net/http: clarify Transport connection reuse docs a bit by Brad Fitzpatrick · 5 years ago
  17. 33caf3b math/big: document that Rat.SetString accepts _decimal_ float representations by Robert Griesemer · 5 years ago
  18. 6e9f664 runtime: don't coalesce scavenged spans with unscavenged spans by Michael Anthony Knyszek · 5 years ago
  19. 2f99e88 runtime: de-duplicate coalescing code by Michael Anthony Knyszek · 5 years ago
  20. 79ac638 runtime: refactor coalescing into its own method by Michael Anthony Knyszek · 5 years ago
  21. e2ff732 doc/go1.12: link to ABIInternal design document by Austin Clements · 5 years ago
  22. 006a5e7 testing: report the failing test in a late log panic by Ian Lance Taylor · 5 years ago
  23. 0456036 net: increase TestNotTemporaryRead server sleep by Clément Chigot · 5 years ago
  24. 34817dd cmd/go/internal/clean: fix clean -testcache does not clean test cache by Baokun Lee · 5 years ago
  25. 5fae09b encoding/json: add comment for mashalererror struct by GuilhermeCaruso · 5 years ago
  26. 55715c1 cmd/go: fix wording issue in comment by Daniel Martí · 5 years ago
  27. 76e8ca4 cmd/cgo: don't replace newlines with semicolons in composite literals by Ian Lance Taylor · 5 years ago
  28. 3e9c3cf cmd/go: remove init() to fix precedence issue when setting debug mod info by Viacheslav Poturaev · 5 years ago
  29. d82c9a1 path/filepath: skip part of TestNTNamespaceSymlink by Alex Brainman · 5 years ago
  30. 462e902 runtime: keep FuncForPC from crashing for PCs between functions by Keith Randall · 5 years ago
  31. e1d20ce misc/sortac: delete sortac command by Dmitri Shuralyov · 5 years ago
  32. 7502ed3 cmd/compile: when merging instructions, prefer line number of faulting insn by Keith Randall · 5 years ago
  33. 70931c0 database/sql: fix logic for pulling a Conn from DB by Daniel Theophanes · 5 years ago
  34. 4e8aaf6 net: skip TestLookupGmailTXT on Plan 9 by David du Colombier · 5 years ago
  35. 7cbfa55 net: pass if at least one matching entry in TestLookupGmailTXT by Ian Lance Taylor · 5 years ago
  36. a2bb68d cmd/go: remove note about GOCACHE=off in docs by Sebastiaan van Stijn · 5 years ago
  37. a2e7957 cmd/compile: separate data and function LSyms by Austin Clements · 5 years ago
  38. 5f699e4 doc: add Go 1.12 release note for trigonometric reductions in math by Ian Lance Taylor · 5 years ago
  39. 4b3f04c runtime: make mTreap iterator bidirectional by Michael Anthony Knyszek · 5 years ago go1.12beta2
  40. 44cf595 path/filepath: return special error from EvalSymlinks by Alex Brainman · 5 years ago
  41. 94d9a20 net: drop confusing comment by Mikio Hara · 5 years ago
  42. 9aa2c06 net: update BUG sections for go1.12 by Mikio Hara · 5 years ago
  43. 20ac64a cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 by Clément Chigot · 5 years ago
  44. a5318bf os: always treat files as unpollable on FreeBSD by Ian Lance Taylor · 5 years ago
  45. 9a5a504 cmd/go: skip tests using Git on Plan 9 by David du Colombier · 5 years ago
  46. 52cae27 cmd/internal/obj/wasm: increment PC by 2 at sigpanic by Cherry Zhang · 5 years ago
  47. 8765a78 go/types: don't create new context string for each argument of each call by Robert Griesemer · 5 years ago
  48. a14ed2a net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgrades by Brad Fitzpatrick · 5 years ago
  49. 99ea99e net/http/httputil: fix typo in ReverseProxy godoc by Tobias Klauser · 5 years ago
  50. dd7d6c2 debug/gosym: remove outdated comment by LE Manh Cuong · 5 years ago
  51. 5efe9a8 runtime: follow convention for generated code comment in fastlog2table by Tobias Klauser · 5 years ago
  52. 79c50c4 os: disable the use of netpoll on regular files on *BSDs. by Yuval Pavel Zholkover · 5 years ago
  53. 9473c04 bufio: document relationship between UnreadByte/UnreadRune and Peek by Brad Fitzpatrick · 5 years ago
  54. 1d2e548 doc: go1.12: mention os.File.SyscallConn by Ian Lance Taylor · 5 years ago
  55. 956879d runtime: make FuncForPC return the innermost inlined frame by Keith Randall · 5 years ago
  56. 033b650 doc: update tzdata version in 1.12 release notes by Alberto Donizetti · 5 years ago
  57. 8712562 doc: make link relative in 1.12 cgo release notes by Alberto Donizetti · 5 years ago
  58. 232c979 runtime: store incremented PC in result of runtime.Callers by Keith Randall · 5 years ago
  59. a1d5e8a cmd/go: fix typo in output of go help importpath by Mark Rushakoff · 5 years ago
  60. e3eb2ff runtime: disable GDB tests on freebsd on all GOARCH values by Yuval Pavel Zholkover · 5 years ago
  61. 5a0743b cmd/go: improve error message for names forbidden by Windows by Ian Lance Taylor · 5 years ago
  62. 902b1f6 runtime/pprof: add a test for gccgo bug #29448 by Cherry Zhang · 5 years ago
  63. af3c480 lib/time: update tzdata to 2018i by Ian Lance Taylor · 5 years ago
  64. 649294d0 math: fix ternary correction statement in Log1p by Brian Kessler · 5 years ago
  65. 55dec44 crypto/md5: fix casting of d.nx in UnmarshalBinary by Jason LeBrun · 5 years ago
  66. 857b339 crypto/sha1: fix casting of d.nx in UnmarshalBinary by Jason LeBrun · 5 years ago
  67. e1b9037 cmd/go: deflake TestScript/gcflags_patterns by Jay Conrod · 5 years ago
  68. 73fb3c3 doc: remove incorrect space in %T and %v output examples by Gabriel Aszalos · 5 years ago
  69. f7248ba archive/zip: fix casting overflow on 32-bit arch by LE Manh Cuong · 5 years ago
  70. 11847cb cmd: vendor x/sys/unix into the stdlib by Keith Randall · 5 years ago
  71. fd752d5 cmd/vendor: update to golang.org/x/tools@3ef68632 by Daniel Martí · 5 years ago
  72. 35f4ec1 crypto/x509: ignore harmless edge case in TestSystemRoots by Filippo Valsorda · 5 years ago
  73. 303a596 crypto/x509: ignore 5 phantom 1024-bit roots in TestSystemRoots by Filippo Valsorda · 5 years ago
  74. 28fb8c6 cmd/compile: modify swt.go to skip repeated walks of switch by David Chase · 5 years ago
  75. 86e31bc doc/go1.12: remove known issue note by Filippo Valsorda · 5 years ago
  76. 4c3b4df CONTRIBUTORS: first round of automated updates for Go 1.12 by Dmitri Shuralyov · 5 years ago
  77. 0dc7a1d doc/go1.12: document RSA-PSS support in crypto/tls by Filippo Valsorda · 5 years ago
  78. d15ffca doc/go1.12: mention Conn.SetDeadline improvements, GODEBUG=madvdontneed=1 by Brad Fitzpatrick · 5 years ago
  79. 23c22ca crypto/sha512: fix casting of d.nx in UnmarshalBinary by Jason LeBrun · 5 years ago
  80. 0d6a2d5 runtime: skip writes to persistent memory in cgo checker by Ian Lance Taylor · 5 years ago
  81. 95a6f11 runtime: work around "P has cached GC work" failures by Austin Clements · 5 years ago
  82. 9a7278a cmd/go: fix failure in TestScript/build_runtime_gcflags by Jay Conrod · 5 years ago
  83. af134b1 runtime: proper panic tracebacks with mid-stack inlining by Keith Randall · 5 years ago
  84. 6886677 runtime: don't scan go'd function args past length of ptr bitmap by Keith Randall · 5 years ago
  85. 5073bf3 crypto/sha256: fix casting of d.nx in UnmarshalBinary by Jason LeBrun · 5 years ago
  86. af43203 runtime: add test for go function argument scanning by Keith Randall · 5 years ago
  87. 5372257 runtime: skip stack barrier copy when there are no pointers by Inada Naoki · 5 years ago
  88. 30c0a0d runtime: remove redundant slicing by Stepan Shabalin · 5 years ago
  89. 374546d cmd/go: respect gcflags, ldflags in 'go test' by Alessandro Arzilli · 6 years ago
  90. abd1dde cmd/compile: fix no-op instruction used by s390x by Keith Randall · 5 years ago
  91. 0175064 net: skip TestUDPZeroBytePayload on Darwin by Ian Lance Taylor · 5 years ago
  92. 5de0c37 doc: go1.12: clarify use of MADV_FREE by Ian Lance Taylor · 5 years ago
  93. ae68cf4 cmd/compile: Update ssa/debug_test reference files for delve and gdb by David Chase · 5 years ago
  94. 57879fe cmd/compile: fix format test by Cherry Zhang · 5 years ago
  95. 64096db api: add os.(*File).SyscallConn to go1.12.txt by Brad Fitzpatrick · 5 years ago
  96. 22738f0 runtime: add GODEBUG=madvdontneed=1 by Brad Fitzpatrick · 5 years ago
  97. 8e63961 runtime: don't spin in checkPut if non-preemptible by Austin Clements · 5 years ago
  98. 5ec5c57 cmd/dist: list only supported platforms by Tobias Klauser · 5 years ago
  99. 2e217fa cmd/compile: fix deriving from x+d >= w on overflow in prove pass by Cherry Zhang · 5 years ago
  100. 1f035d0 runtime: disable GDB tests on freebsd/arm for now by Brad Fitzpatrick · 5 years ago