1. 336f951 cmd/compile: add ORESULT, remove OINDREGSP by Josh Bleecher Snyder · 5 years ago
  2. e4665da cmd/go/internal/work: make toolchain builds reproducible when buildmode=pie by Elias Naur · 5 years ago
  3. f18c31a runtime,runtime/cgo: set up TLS storage for Android Q without cgo by Elias Naur · 5 years ago
  4. 973c031 doc: correct link in 1.12.3 notes by Andrew Bonventre · 5 years ago
  5. 6f512c8 doc: correct link in 1.11.8 notes by Andrew Bonventre · 5 years ago
  6. 739a78f doc: document Go 1.11.8 by Andrew Bonventre · 5 years ago
  7. 8759b4d doc: document Go 1.12.3 by Andrew Bonventre · 5 years ago
  8. bec67e1 runtime: follow Windows calling convention for _cgo_sys_thread_create by Jingnan Si · 5 years ago
  9. 81c7beb cmd/dist: set buildmode=pie on Android by Elias Naur · 5 years ago
  10. 0053091 misc/cgo/testcshared: use adb exec-out instead of adb shell by Elias Naur · 5 years ago
  11. 081bc62 cmd/go: do not write output when -o is not specified, but folder with same name exists by Daniel Theophanes · 5 years ago
  12. c46ebec cmd/compile: get rid of unnecessary inline marks by Keith Randall · 5 years ago
  13. 7bb8fc1 runtime: use iterator instead of raw node for treap find by Michael Anthony Knyszek · 5 years ago
  14. 23d4c6c runtime: merge codepaths in scavengeLargest by Michael Anthony Knyszek · 5 years ago
  15. f70d457 strings: unindent Fields by Tobias Klauser · 5 years ago
  16. 20995f6 archive/zip: use Modified in FileHeader.FileInfo by Jannis Andrija Schnitzer · 5 years ago
  17. 9017b61 misc/cgo/test: skip Setgid test on Android by Elias Naur · 5 years ago
  18. ef38e21 net: pass TMPDIR to test client process by Elias Naur · 5 years ago
  19. 7331edc os/exec: skip unsupported test on Android by Elias Naur · 5 years ago
  20. 71371d8 os: skip Open("/") on Android by Elias Naur · 5 years ago
  21. 1cff98d bootstrap.bash: remove exec wrappers by Elias Naur · 5 years ago
  22. 1c00dee image: deprecate ZP and ZR by Nigel Tao · 5 years ago
  23. ad6c691 cmd/compile: remove AUNDEF opcode by Keith Randall · 5 years ago
  24. cb66462 encoding/json: use SetBytes in UnmarshalReuse benchmark by Daniel Martí · 5 years ago
  25. 06cff11 syscall: use openat instead of dup to make a really new file descriptor by Keith Randall · 5 years ago
  26. 68d89bb runtime: separate stack freeing from stack shrinking by Austin Clements · 5 years ago
  27. ea9859f runtime: use acquirem/releasem more widely by Austin Clements · 5 years ago
  28. ac40a7f runtime: fix sanity check in notetsleep by Austin Clements · 5 years ago
  29. 2dcbf8b sync: smooth out Pool behavior over GC with a victim cache by Austin Clements · 5 years ago
  30. d5fd2dd sync: use lock-free structure for Pool stealing by Austin Clements · 5 years ago
  31. 59f2704 sync: add Pool benchmarks to stress STW and reuse by Austin Clements · 5 years ago
  32. 57bb7be sync: internal dynamically sized lock-free queue for sync.Pool by Austin Clements · 5 years ago
  33. 2b60567 sync: internal fixed size lock-free queue for sync.Pool by Austin Clements · 5 years ago
  34. e47ced7 doc: document Go 1.11.7 by Andrew Bonventre · 5 years ago
  35. 5ec938c doc: document Go 1.12.2 by Andrew Bonventre · 5 years ago
  36. d47da94 database/sql: add NullTime by Daniel Theophanes · 5 years ago
  37. c7a4099 syscall: dup the argument to fdopendir by Keith Randall · 5 years ago
  38. db0c524 syscall: allow empty string argument to SetsockoptString by Tobias Klauser · 5 years ago
  39. cea4471 runtime: fix typo in debuglog comment by Austin Clements · 5 years ago
  40. f947c4d builtin: spec correction for panic() by Darren Grant · 5 years ago
  41. cebc4e5 cmd/go: parallelize package loading by Jay Conrod · 5 years ago
  42. ead8956 math/big: do not panic in Exp when y < 0 and x doesn't have an inverse by Filippo Valsorda · 5 years ago
  43. a8e83d2 syscall: don't use INODE64 for fdopendir on darwin/386 by Keith Randall · 5 years ago
  44. 3ebb1ad runtime: ring buffer for binary debug logging by Austin Clements · 5 years ago
  45. f6b42a5 net: use libSystem bindings for DNS resolution on macos if cgo is unavailable by grant · 5 years ago
  46. bead358 math/bits: add gccgo-friendly code for compiler bootstrap by Than McIntosh · 5 years ago
  47. cf8cc7f cmd/compile: add saturating conversions on wasm by Richard Musiol · 5 years ago
  48. 1abf3aa net: add KeepAlive field to ListenConfig by Leo Antunes · 5 years ago
  49. 964fe4b math/big: simplify shlVU_g and shrVU_g by Neven Sajko · 5 years ago
  50. 4145c5d cmd/compile: better recovery after := (rather than =) in declarations by Robert Griesemer · 5 years ago
  51. 9da6530 syscall: avoid _getdirentries64 on darwin by Keith Randall · 5 years ago
  52. 48ef010 cmd/compile: handle new panicindex/slice names in optimizations by Keith Randall · 5 years ago
  53. 6073673 cmd/compile: return assignment mismatch error in var declarations by smasher164 · 5 years ago
  54. e9d1273 cmd/go/internal/web: reject insecure redirects from secure origins by Bryan C. Mills · 5 years ago
  55. a8b4bee cmd/go/internal/modfetch: replace nanomsg.org with vcs-test in TestCodeRepo by Bryan C. Mills · 5 years ago
  56. 61e0cac strings: document that NewReplacer can panic by Brad Fitzpatrick · 5 years ago
  57. f33b67b reflect: document that method sets are lexicographically sorted by Romain Baugue · 5 years ago
  58. ce17481 mime: add .jpeg for builtin by Kenichi Tsunokawa · 5 years ago
  59. 1e3cdd1 cmd/go: print require chains in build list errors by Jay Conrod · 5 years ago
  60. 8c896aa cmd/go/internal/lockedfile: add a sync.Mutex to lockedfile.Mutex by Bryan C. Mills · 5 years ago
  61. b0bcd7a cmd/go: add a note in help buildmode for c-archive on AIX by Clément Chigot · 5 years ago
  62. 2cc17bc encoding/json: speed up tokenization of literals by Daniel Martí · 5 years ago
  63. 556b3f5 test: add regress tests for unsafe.Pointer rules by Matthew Dempsky · 5 years ago
  64. 17436af cmd/go/internal/modload: fix aliasing bug in (*mvsReqs).Required with -mod=vendor by Bryan C. Mills · 5 years ago
  65. 94507d2 bytes: merge explodetests into splittests by Tobias Klauser · 5 years ago
  66. e014184 syscall: on AIX use nsendmsg and nrecvmsg, define SockaddrDatalink by Clément Chigot · 5 years ago
  67. 64f22e4 image/jpeg: reduce bound checks from idct and fdct by Agniva De Sarker · 5 years ago
  68. 2da9659 misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64 by Ian Lance Taylor · 5 years ago
  69. fc7ac2e runtime/cgo: look for android_get_device_api_level in libc.so by Elias Naur · 5 years ago
  70. 814c97b runtime/internal/atomic: fix wasm's StorepNoWB implementation by Matthew Dempsky · 5 years ago
  71. 2038955 crypto/tls: simplify intermediate certificate handling by Joel Sing · 5 years ago
  72. 2d68380 cmd/go/internal/web2: make netrc parsing more robust by Bryan C. Mills · 5 years ago
  73. 131eb8f cmd/compile: trim more unnecessary escape analysis messages by Matthew Dempsky · 5 years ago
  74. e29f74e compile,link: export package name in debug_info by Alessandro Arzilli · 5 years ago
  75. abefcac cmd/compile: skip escape analysis diagnostics for OADDR by Matthew Dempsky · 5 years ago
  76. 4ebc651 cmd/asm: Fix EVEX RIP-relative addressing by Mark Ryan · 5 years ago
  77. 3aacfce runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 by Clément Chigot · 5 years ago
  78. 5651721 internal/bytealg: fix function reference in comments by Tobias Klauser · 5 years ago
  79. 46c3e21 runtime: skip broken TestLldbPython by Brad Fitzpatrick · 5 years ago
  80. 726a939 cmd/compile/internal/gc: minor cleanup of slicing by Michael Munday · 5 years ago
  81. 5fc55b3 cmd/compile: use FmtLeft to generate symbol name for unexported interface methods by LE Manh Cuong · 5 years ago
  82. a7fc710 cmd/go/internal/modget: support the suffix '@patch' in 'go get' by Bryan C. Mills · 5 years ago
  83. d6b2b35 cmd/go: refactor load.LoadPackage into other functions by Jay Conrod · 5 years ago
  84. 4091cf9 cmd/doc: correctly indent pre-formatted blocks by Segev Finer · 5 years ago
  85. c178389 cmd/compile: update stale comment in prove by zdjones · 5 years ago
  86. 7b62e98 runtime: always mask shift amount regardless of architecture by Michael Munday · 5 years ago
  87. e6ad619 cmd/go: further reduce init work by Daniel Martí · 5 years ago
  88. 2d41444 cmd/compile: make prove learn index >= 0 from successful bounds checks by zdjones · 5 years ago
  89. 637f34f cmd/link: allow duplicated weak symbols on Mach-O by Cherry Zhang · 5 years ago
  90. 6e37e3a runtime: use raceprocctx in race_arm64 by Ian Lance Taylor · 5 years ago
  91. 576442b2 cmd/compile: preempt repeated checks for the zero constant in prove by zdjones · 5 years ago
  92. ee780d4 cmd/go: clarify error when package is removed in a module by Jay Conrod · 5 years ago
  93. d8f60eea cmd/compile: enhance induction variable detection for unrolled loops by David Chase · 6 years ago
  94. c90f6dd cmd/link: permit duplicate weak symbols by Joel Sing · 5 years ago
  95. 6966b67 cmd/asm: add 'insert program mask' instruction for s390x by Michael Munday · 5 years ago
  96. 95f1875 runtime/cgo: use free TLS slot on Android Q by Elias Naur · 5 years ago
  97. 1d10b17 cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic by Elias Naur · 5 years ago
  98. 2cc3473 net/http/httputil: make ReverseProxy flush headers on FlushInterval by Jordan Liggitt · 5 years ago
  99. 70ea70e runtime: rename p racectx field to raceprocctx by Ian Lance Taylor · 5 years ago
  100. 154e5ab bytes, strings: add tests for TrimLeftFunc and TrimRightFunc by Ben Hoyt · 5 years ago