1. bd486c3 doc/go1.15: add release notes for database/sql and database/sql/driver by Ainar Garipov · 3 years, 10 months ago
  2. b05b254 doc/go1.15: sort debug/pe entry alphabetically by Ian Lance Taylor · 3 years, 10 months ago
  3. 8dae539 runtime: raise alert threshold on window smhasher test by Keith Randall · 3 years, 10 months ago
  4. 7d975ae A+C: change email address for Meng Zhuo by Meng Zhuo · 3 years, 10 months ago
  5. cc3b303 cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386 by Dmitri Shuralyov · 3 years, 10 months ago
  6. 95848fc [dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in interface by Cherry Zhang · 3 years, 10 months ago
  7. 509ee70 doc/go1.15: add code tags by Toshihiro Shiino · 3 years, 10 months ago
  8. 7495a42 doc/go1.15: replace tab indentation with spaces by Toshihiro Shiino · 3 years, 10 months ago
  9. a5a9a06 cmd/cgo: in -godefs mode, don't change constant to type by Ian Lance Taylor · 3 years, 10 months ago
  10. 3187b05 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 10 months ago
  11. f7ba82d cmd/go/internal/web: don't follow an infinite number of redirects by Baokun Lee · 3 years, 10 months ago
  12. 5adaa129 A+C: add Vee Zhang (individual CLA) by Vee Zhang · 3 years, 10 months ago
  13. 6aadfcd go/types: rename UsesCgo to go115UsesCgo by Matthew Dempsky · 3 years, 10 months ago
  14. ec177e4 cmd/internal/objabi: enable frame-pointer for iOS arm64 by Gawen Arab · 3 years, 10 months ago
  15. 5beb39b [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Filippo Valsorda · 3 years, 10 months ago
  16. e92be18 runtime: fix typo in FuncForPC doc by Rodolfo Carvalho · 3 years, 10 months ago go1.15beta1
  17. ac743de cmd/compile: always tighten and de-duplicate tuple selectors by Michael Munday · 3 years, 10 months ago
  18. 2a4e71c run.bat: do not unset GOROOT_FINAL before running tests by Bryan C. Mills · 3 years, 10 months ago
  19. b9332ed3 doc: document encoding/xml change in CL 203417 by Russ Cox · 3 years, 11 months ago
  20. 7b872b6 crypto/tls: restore OCSP and SCTs during session resumption by Roland Shoemaker · 4 years ago
  21. c4f77b1 api: promote next to go1.15 by Alexander Rakoczy · 3 years, 10 months ago
  22. 619072b runtime: fix typo in comment (object -> objects) by Brad Fitzpatrick · 3 years, 10 months ago
  23. 281f0ed internal/poll: correct function name in comment by Vee Zhang · 3 years, 10 months ago
  24. cd8f802 doc/go1.15: add remaining release notes for net/http and net/http/httputil by Filippo Valsorda · 3 years, 10 months ago
  25. e5e3869 cmd/asm: fix the encoding error of VCNT instruction for arm64 by eric fang · 3 years, 10 months ago
  26. e031318 cmd/compile: ARM comparisons with 0 incorrect on overflow by Xiangdong Ji · 3 years, 11 months ago
  27. bdcf33f doc/go1.15: remove TODO in minor library changes section by Dmitri Shuralyov · 3 years, 10 months ago
  28. cacac8b cmd/dist: do not unset GOROOT_FINAL prior to running tests by Bryan C. Mills · 3 years, 11 months ago
  29. e64675a os: always check for EINTR in calls to open by Ian Lance Taylor · 3 years, 10 months ago
  30. 2cd2ff6 all: avoid awkward wording from CL 236857 by Russ Cox · 3 years, 10 months ago
  31. bddf75d doc/go1.15: add more release notes for crypto/tls by Filippo Valsorda · 3 years, 10 months ago
  32. 8891b82 cmd/go: remove a bogus assertion in mod_convert_dep by Bryan C. Mills · 3 years, 11 months ago
  33. 2603d9a doc/go1.15: add release notes for crypto and math/big by Filippo Valsorda · 3 years, 10 months ago
  34. 063ce0f doc/go1.15: add release notes for crypto/x509 by Filippo Valsorda · 3 years, 11 months ago
  35. 5716ae6 doc/go1.15: add release notes for crypto/tls by Katie Hockman · 3 years, 11 months ago
  36. 886caba runtime: always mark span when marking an object by Austin Clements · 3 years, 11 months ago
  37. 5b9304e crypto/x509: match RFC suggested SKID generation method by Roland Shoemaker · 3 years, 11 months ago
  38. bb89014 cmd/internal/moddeps: don't skip directories if there are unusual files by Dmitri Shuralyov · 3 years, 11 months ago
  39. ee379d2 all: treat all files as binary, but check in .bat with CRLF by Dmitri Shuralyov · 3 years, 11 months ago
  40. 5c6b2b1 doc/go1.15: document two noteworthy json changes by Daniel Martí · 3 years, 11 months ago
  41. 608cdca all: replace usages of whitelist/blacklist and master/slave by Filippo Valsorda · 3 years, 11 months ago
  42. 666448a doc/go1.15: rationalize runtime sections by Austin Clements · 3 years, 11 months ago
  43. acdd111 doc/go1.15: document toolchain changes by Austin Clements · 3 years, 11 months ago
  44. fca286b doc/go1.15: remove TODO intended for the Core library section by Carlos Amedee · 3 years, 11 months ago
  45. 813c952 doc/go1.15: add release notes for fmt by shaquilleq · 3 years, 11 months ago
  46. 6bf51c3 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 11 months ago
  47. d282b0f doc/go1.15: add release notes for regexp by Michael Matloob · 3 years, 11 months ago
  48. 3c35eec runtime: clarify wording/grammar on GODEBUG=invalidptr by Brad Fitzpatrick · 3 years, 11 months ago
  49. 3255409 doc: update contribution guide to make it friendlier for x/ repos by Rebecca Stambler · 4 years ago
  50. b44bf98 doc/go1.15: mention new debug/pe constants by Ian Lance Taylor · 3 years, 11 months ago
  51. 890707f doc/go1.15: add release notes for io/ioutil by Dominik Honnef · 3 years, 11 months ago
  52. b6faed1 cmd/asm, cmd/compile, doc: document -spectre flags by Russ Cox · 3 years, 11 months ago
  53. 76f233f doc/go1.15: exclude spaces from <code> block by Austin Clements · 3 years, 11 months ago
  54. 60cbff6 crypto/x509: match cgo and Apple behavior in domain fallback of macOS roots by Roland Shoemaker · 4 years ago
  55. a38f29a doc/go1.15: add release notes for RISC-V port by Cherry Zhang · 3 years, 11 months ago
  56. 4489f4b cmd/compile/internal: gofmt by Tobias Klauser · 3 years, 11 months ago
  57. fb86c70 crypto/tls: set CipherSuite for VerifyConnection by Katie Hockman · 3 years, 11 months ago
  58. 78b96db [dev.link] cmd/link: reuse slice memory in deadcode pass by Cherry Zhang · 3 years, 11 months ago
  59. 7179e42 [dev.link] cmd/link: rewrite heap algorithm by Cherry Zhang · 3 years, 11 months ago
  60. e4d6bfd [dev.link] cmd/link: compare type descriptors for interface satisfaction analysis by Cherry Zhang · 3 years, 11 months ago
  61. 07ced37 syscall: document float arguments and results on windows/amd64 by Austin Clements · 3 years, 11 months ago
  62. 7e47757 syscall: hide internal comment from Syscall documentation by Austin Clements · 3 years, 11 months ago
  63. 9d715e0 doc/go1.15: 1.15 supports OpenBSD 6.7 on arm and arm64 by Austin Clements · 3 years, 11 months ago
  64. 7bc3b6e [dev.link] cmd/link: use fingerprint as package hash by Cherry Zhang · 3 years, 11 months ago
  65. 7795523 [dev.link] cmd/compile: use hash of export data as fingerprint by Cherry Zhang · 3 years, 11 months ago
  66. 4cc043d [dev.link] cmd/link: remove safe mode by Cherry Zhang · 3 years, 11 months ago
  67. b371f18 io/ioutil: update WriteFile to clarify it does not change permissions if the file exists. by joshuabezaleel · 4 years, 2 months ago
  68. bffb881 all: fix dead links to inferno-os bitbucket repository by Tobias Klauser · 3 years, 11 months ago
  69. f72d7cf cmd/compile: add interface equality tests by Keith Randall · 3 years, 11 months ago
  70. bdf76ca doc/go1.15: add release notes for time by Julie Qiu · 3 years, 11 months ago
  71. cb5fad7 doc/go1.15: add release notes for strconv by Julie Qiu · 3 years, 11 months ago
  72. 429d2c5 runtime: make runtime-gdb.py tolerant of creatively-named gdb versions by David Chase · 3 years, 11 months ago
  73. 23dcee6 crypto/tls: test that Clone copies session ticket key fields by Katie Hockman · 3 years, 11 months ago
  74. 73dd74a cmd/internal/goobj2: add referenced symbol names to object file by Cherry Zhang · 3 years, 11 months ago
  75. b7717e46 Revert "cmd/internal/goobj: add index to symbol name for indexed symbols" by Cherry Zhang · 3 years, 11 months ago
  76. 9984ef8 cmd/compile: test that equality is evaluated in order by Keith Randall · 3 years, 11 months ago
  77. 66e35c9 crypto/tls: fix duplicate calls to VerifyConnection by Katie Hockman · 4 years ago
  78. 09e791f cmd/link: new DWARF line table test case by Than McIntosh · 3 years, 11 months ago
  79. f98b9ae Revert "cmd/compile: improve equality algs for arrays of interfaces" by Keith Randall · 3 years, 11 months ago
  80. 7f349e8 Revert "cmd/compile: improve generated eq algs for structs containing interfaces" by Keith Randall · 3 years, 11 months ago
  81. 7a2632e doc/go1.15: add release notes for plugin by Than McIntosh · 3 years, 11 months ago
  82. 3949cae runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 by David Chase · 3 years, 11 months ago
  83. 9e56bcb doc/go1.15: runtime release notes by Austin Clements · 3 years, 11 months ago
  84. 086828a [dev.link] cmd/link: make addgotsym architecture agnostic by Jeremy Faller · 3 years, 11 months ago
  85. 5aaeda1 cmd/internal/obj/arm64: fix typos in document by fanzha02 · 3 years, 11 months ago
  86. 58f017b cmd/{compile,link}: fix problem with DWARF end_sequence ops by Than McIntosh · 3 years, 11 months ago
  87. 9326d71 doc/go1.15: add release notes for new linker by Than McIntosh · 3 years, 11 months ago
  88. 9b90491 runtime: steal timers from running P's by Ian Lance Taylor · 4 years ago
  89. 9bbe899 cmd/go: add -Wl,-wrap,symbol to linker flag whitelist by Andrew G. Morgan · 3 years, 11 months ago
  90. ba6ccf3 testing: capture testname on --- PASS and --- FAIL lines by Jean de Klerk · 3 years, 11 months ago
  91. a9cc105 time: note that formats may parse invalid strings by David Golden · 4 years ago
  92. ee776b4 runtime: repair slice, string, and channel printing in gdb by David Chase · 3 years, 11 months ago
  93. 1193958 cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99 by Ian Lance Taylor · 3 years, 11 months ago
  94. c082c1f doc/go1.15: remove TODOs for tools and go command sections by Jay Conrod · 3 years, 11 months ago
  95. ed2996b crypto/x509: document support for leading periods in DNS constraints by Roland Shoemaker · 4 years ago
  96. e05695e runtime: add three new partial orders for lock ranking by Dan Scales · 3 years, 11 months ago
  97. d17aebf internal/poll: add mutex to prevent SetDeadline race in Plan 9 by Richard Miller · 3 years, 11 months ago
  98. 0eb9767 misc/cgo/testplugin: fix typo in comment by Cherry Zhang · 3 years, 11 months ago
  99. 612da6b doc: document the new Cgo EGLConfig special case by Elias Naur · 3 years, 11 months ago
  100. ff795a8 doc: document new Android default linker by Elias Naur · 3 years, 11 months ago