1. 755b509 cmd/compile/internal/ssa: skip TestNexting/gdb-dbg-i22558 by Bryan C. Mills · 5 years ago
  2. dbc1703 net: support single-request resolv.conf option in pure Go resolver by jfbus · 5 years ago
  3. 33e5da4 internal/poll: avoid unnecessary memory allocation in Writev by Matthew Dempsky · 5 years ago
  4. d7df9de crypto/tls: fix a minor MAC vs padding leak by David Benjamin · 5 years ago
  5. 850844e cmd/link/internal/ld: inline dosymtab by Sergey Yanykin · 5 years ago
  6. 431b5c6 crypto/tls, crypto/x509: update spelling of marshal* by Brad Fitzpatrick · 5 years ago
  7. 7cdacf5 test: add regress test for issue 28369 by Ainar Garipov · 5 years ago
  8. 5781df4 all: s/cancelation/cancellation/ by Josh Bleecher Snyder · 5 years ago
  9. 34b1f21 cmd/go/internal/renameio: mask spurious "Access is denied" errors on Windows by Bryan C. Mills · 5 years ago
  10. 13b7c04 runtime/internal/atomic: fix s390x's StorepNoWB implementation by Matthew Dempsky · 5 years ago
  11. 644543d cmd/compile: fix const declaration group broken with closure by LE Manh Cuong · 5 years ago
  12. 2bdbc94 cmd/go: print package import chains for some build list errors by Jay Conrod · 5 years ago
  13. f7c9672 cmd/go: describe dependencies in build list error messages by Jay Conrod · 5 years ago
  14. 6997671 cmd/go: handle wildcards for unknown modules in "go get" by Jay Conrod · 5 years ago
  15. 75308c9 cmd/go: remove auto-deriving module path for github.com by Constantin Konstantinidis · 5 years ago
  16. 996a687 cmd/compile: enable -newescape by default by Matthew Dempsky · 5 years ago
  17. a16dcc0 cmd/go: report non-Go files as package error by Gergely Brautigam · 5 years ago
  18. 56b8ee2 cmd/go: retry RemoveAll(workdir) for up to 500ms by Bryan C. Mills · 5 years ago
  19. 518ee55 expvar: improve Map.addKey for large number of keys by ShiKaiWi · 5 years ago
  20. 2a931ba net/http: rename DialerAndTLSConfigSupportsHTTP2 to ForceAttemptHTTP2 by Kunpei Sakai · 5 years ago
  21. 8285c85 syscall: skip DirentRepeat test on freebsd by Keith Randall · 5 years ago
  22. a983163 cmd/compile: update escape analysis tests for newescape by Matthew Dempsky · 5 years ago
  23. 94e7200 net/http: introduce DialerAndTLSConfigSupportsHTTP2 in Transport by Kunpei Sakai · 6 years ago
  24. 1eed2a5 cmd/go: PackageVetx in vet.cfg should list only immediate dependencies. by Fedor Korotkiy · 5 years ago
  25. 64dc4ba math: use new mnemonics for 'rotate then insert' on s390x by Michael Munday · 5 years ago
  26. c4953a6 context: simplify stringify with a type switch by 喜欢兰花山丘 · 5 years ago
  27. 4ee85e6 misc/cgo/testcshared: support testing on self-hosted android by Elias Naur · 5 years ago
  28. ae85ae5 runtime: avoid getg in preinit on Android by Elias Naur · 5 years ago
  29. 460f9c6 runtime, cmd/link: optimize memory allocation on wasm by Richard Musiol · 5 years ago
  30. e47090a doc: fix typo in go1.12 release notes by Dmitry Savintsev · 5 years ago
  31. 9b968df all: clean up code with token.IsExported by Daniel Martí · 5 years ago
  32. b39d0ea syscall: move helper handler before AIX handler in TestPassFD by Clément Chigot · 5 years ago
  33. 36b0593 crypto/sha256: Use bits.RotateLeft32 instead of ad-hoc implementation by Ivan Osadchiy · 5 years ago
  34. 0f79510 cmd/asm: add s390x 'rotate then ... selected bits' instructions by Michael Munday · 5 years ago
  35. 9c843f0 cmd/internal/obj/s390x: handle RestArgs in s390x assembler by Michael Munday · 5 years ago
  36. e619854 cmd/internal/obj/s390x: remove param field from optab by Michael Munday · 5 years ago
  37. f248cd3 runtime: print more information when testCgoPprof fails by Josh Bleecher Snyder · 5 years ago
  38. a337cb2 cmd/go/internal/modget: s/prerelease/pre-release/ by Ross Light · 5 years ago
  39. 09b2b6e9 net/http: remove unnecessary string replace operation in Cookie.String by bronze1man · 5 years ago
  40. 6b7114b net/http: speed up parsing of Cookie headers by sergey · 5 years ago
  41. 2c802e9 net/http: add Server BaseContext & ConnContext fields to control early context by Brad Fitzpatrick · 5 years ago
  42. dec5d99 cmd/compile: remove outdate comment of treecopy by LE Manh Cuong · 5 years ago
  43. ad83228 runtime: remove some unused fields in m and p by Austin Clements · 5 years ago
  44. d79aea6 cmd/link: deduplicate pctab info in pclntab by Josh Bleecher Snyder · 5 years ago
  45. d3a2387 cmd/link: clean up pclntab by Josh Bleecher Snyder · 5 years ago
  46. 3ebd952 os: don't treat RemoveAll("/x") as RemoveAll("x") by Ian Lance Taylor · 5 years ago
  47. 827044e crypto/sha512: use math/bits.RotateLeft64 instead of ad-hoc implementation by Udalov Max · 5 years ago
  48. f8c6f98 math/big: don't clobber shared underlying array in pow5 computation by Robert Griesemer · 5 years ago
  49. 97c4ad4 cmd/compile: add new escape analysis implementation by Matthew Dempsky · 5 years ago
  50. d91f7e6 runtime: fix GDB tests on s390x running Ubuntu 18.04 by Michael Munday · 5 years ago
  51. aafe257 cmd/link, runtime: mark goexit as the top of the call stack by Michael Munday · 5 years ago
  52. 0bd101c cmd/dist: enable cgo for freebsd/arm by Yuval Pavel Zholkover · 5 years ago
  53. 60a8dbf go/token: add IsIdentifier, IsKeyword, and IsExported by Daniel Martí · 5 years ago
  54. a01d108 strings: remove "a copy of the string" from ToUpper/ToLower comments by Максадбек Ахмедов · 5 years ago
  55. a6e892d cmd/dist: enable VFPv3 on freebsd/arm by Yuval Pavel Zholkover · 5 years ago
  56. f125b32 cmd/compile/internal/arm: merge cases in ssaGenValue by Tobias Klauser · 5 years ago
  57. 7cd39de crypto/sha1: use math/bits.RotateLeft32 instead of ad-hoc implementation. by Udalov Max · 5 years ago
  58. ab2f83c encoding/json: remove a bounds check in readValue by Daniel Martí · 5 years ago
  59. ee64b35 cmd/go/internal/test: pass default timeout to test programs if not given from command line by OkamotoYuki · 5 years ago
  60. c40bffd reflect: add Value.IsZero by Romain Baugue · 5 years ago
  61. 6d64dd7 cmd/link: make Pciter more idiomatic by Josh Bleecher Snyder · 5 years ago
  62. 134ef17 cmd/link, cmd/internal/obj: use encoding/binary for varint by Josh Bleecher Snyder · 5 years ago
  63. c70a784 cmd/internal/obj: stop plist flushing early on error by Josh Bleecher Snyder · 5 years ago
  64. 8c7564d runtime: add //go:cgo_unsafe_args to AIX syscallX functions by Clément Chigot · 5 years ago
  65. 480df2c runtime: remove debug prints in netpoll_aix.go by Clément Chigot · 5 years ago
  66. 63cad96 syscall: add aix to syscall_unix_test.go by Clément Chigot · 5 years ago
  67. 77fa11d net: retrieve if unix network is available only once for AIX by Clément Chigot · 5 years ago
  68. 90458ec doc/go_faq: fix grammar by Daniel Langner · 5 years ago
  69. f448c21 runtime: delete unused isscanstatus function by Austin Clements · 5 years ago
  70. df1cdbf bootstrap.bash: fix build if no exec wrapper exists by Tobias Klauser · 5 years ago
  71. 7f9e022 cmd/link: fix off-by-one in ftabaddstring by Josh Bleecher Snyder · 5 years ago
  72. 4e2b4d7 runtime: move libcall to stack for syscall package on aix/ppc64 by Clément Chigot · 5 years ago
  73. a5032bc os: don't leak file in ExampleOpenFile_append failure path by james · 5 years ago
  74. ccaa491 cmd/go: log failures to remove workdir by Bryan C. Mills · 5 years ago
  75. ab2a080 doc: document Go 1.12.4 and Go 1.11.9 by Brad Fitzpatrick · 5 years ago
  76. 9d088fb runtime: abstract initializing and destroying Ps out of procresize by Austin Clements · 5 years ago
  77. 0188cb0 runtime: note about improved _Gscan bit handling by Austin Clements · 5 years ago
  78. d86c35e test: add testcases for gccgo bug by Than McIntosh · 5 years ago
  79. 2ebdb5e os: fix aliasing bug in RemoveAllTestHook restoration by Bryan C. Mills · 5 years ago
  80. 8d86ef2 runtime: set itab.fun[0] only on successful conversion by Cherry Zhang · 5 years ago
  81. 770f2a1 syscall: enforce minimum buffer size to call ReadDirent by Keith Randall · 5 years ago
  82. 3cb92fc cmd/link/internal/ld: fix c-archive mach-o compatibility by Aman Gupta · 5 years ago
  83. 7b33b62 runtime: introduce treapForSpan to reduce code duplication by Michael Anthony Knyszek · 5 years ago
  84. d13a931 runtime: add tests for runtime mTreap by Michael Anthony Knyszek · 5 years ago
  85. 2ab6d01 runtime: throw if scavenge necessary during coalescing by Michael Anthony Knyszek · 5 years ago
  86. 512b3c6 cmd/dist: add BOOT_GO_LDFLAGS - counterpart of BOOT_GO_GCFLAGS by Mihai Moldovan · 5 years ago
  87. c349505 os: fix RemoveAll hangs on large directory by LE Manh Cuong · 5 years ago
  88. a6af104 syscall: store skip count in file descriptor offset by Keith Randall · 5 years ago
  89. fda5e6d errors: return false if nil error is passed to As by Ahsun Ahmed · 5 years ago
  90. 607493b cmd/asm/internal/arch: improve the comment of function IsMIPSMUL by smileeye · 5 years ago
  91. eddb41e runtime: correct the TLS base offset on Android by Elias Naur · 5 years ago
  92. 9a0a150 all: spell "Deprecated: Use etc" consistently by Nigel Tao · 5 years ago
  93. 68c6641 cmd/internal/obj/x86: allow non-zero offset in TLS reference by Cherry Zhang · 5 years ago
  94. 016625c strings: add TestIndexByte by Tobias Klauser · 5 years ago
  95. 7817547 strings: use Go style character range comparison in ToUpper/ToLower by Tobias Klauser · 5 years ago
  96. 4166ff4 runtime: preempt a goroutine which calls a lot of short system calls by Andrei Vagin · 5 years ago
  97. 08e1823 bytes: optimize ToLower and ToUpper for ASCII-only case by Tobias Klauser · 5 years ago
  98. 2ab75c0 syscall: gofmt -w -s by Mikio Hara · 5 years ago
  99. 7ea4cd3 cmd/cover: rename temporary directory prefix for consistency by Mikio Hara · 5 years ago
  100. 7756a72 all: change the old assembly style AX:CX to CX, AX by Neven Sajko · 5 years ago