1. 9d468f4 doc/articles/wiki: use correct variable name in closures guide by HowJMay · 5 years ago
  2. 635a830 runtime/race: test that close synchronizes with read by Ian Lance Taylor · 5 years ago
  3. 65367df internal/poll: update Windows Server Performance URL in comment by Ian Lance Taylor · 5 years ago
  4. d55e0c1 net: merge common Unix/Windows methods by Ian Lance Taylor · 5 years ago
  5. a3a9901 net/http: update bundled x/net/http2 by Emmanuel T Odeke · 5 years ago
  6. a0917eb internal/poll: merge a couple of common definitions by Ian Lance Taylor · 5 years ago
  7. 7f3ca5d os: merge common Unix/Windows methods by Ian Lance Taylor · 5 years ago
  8. 965f456 crypto/x509: bump minimum macOS version to 10.11 by Tobias Klauser · 5 years ago
  9. b816cb2 cmd/go: update 'go help modules' for automatic vendoring by Jay Conrod · 5 years ago
  10. 16822a2 crypto/tls: update the MITM reference to "machine-in-the-middle" by Chris Le Roy · 5 years ago
  11. 93a9561 testing: fix data race between parallel subtests by Changkun Ou · 5 years ago
  12. a4c48d6 sync/atomic: remove panic64 by Daniel Martí · 5 years ago
  13. cbd421f runtime: improve memmove for short moves on ppc64 by Lynn Boger · 5 years ago
  14. f9f57c4 database/sql: add method Err on sql.Row by Tim Möhlmann · 5 years ago
  15. b3b174f runtime: minor updates to netpoll comments by Ian Lance Taylor · 5 years ago
  16. 019421d1 database/sql: fix variable name in example by Harmen · 5 years ago
  17. 0205790 context: prevent creation of invalid contexts by Kyle Nusbaum · 5 years ago
  18. 61ce82a cmd/go: skip the cmd/cgo staleness check on darwin builders by Bryan C. Mills · 5 years ago
  19. f1f947a runtime: don't hold worldsema across mark phase by Michael Anthony Knyszek · 6 years ago
  20. e39de05 doc/go1.14: mention Windows change for Open permissions by Ian Lance Taylor · 5 years ago
  21. 3b76bed cmd/internal/moddeps: skip GOROOT/pkg when locating modules by Bryan C. Mills · 5 years ago
  22. 7cfb814 runtime: add ReadMemStats latency benchmark by Michael Anthony Knyszek · 5 years ago
  23. 79b43fa runtime: preempt dedicated background mark workers for STW by Michael Anthony Knyszek · 5 years ago
  24. 6197104 cmd/go/internal/modfetch/zip_sum_test: remove dead versions by Jay Conrod · 5 years ago
  25. 42dfac6 cmd/go: add a "don't care about success" operator to script_test by Bryan C. Mills · 5 years ago
  26. 0c0e8f2 runtime: don't send preemption signal if there is a signal pending by Cherry Zhang · 5 years ago
  27. 6412750 cmd/go: add a missing curly-brace in the 'stale' command format string by Bryan C. Mills · 5 years ago
  28. 971f8a2 database/sql: process all Session Resets synchronously by Daniel Theophanes · 6 years ago
  29. 0eeec4f testing: use "exit code" in documentation consistently by Rodolfo Carvalho · 5 years ago
  30. f4ddc00 runtime: don't report a pointer alignment error for pointer-free base type by Keith Randall · 5 years ago
  31. 14d20dc cmd/go: replace TestCgoDependsOnSyscall with a simpler script test by Bryan C. Mills · 5 years ago
  32. fb1cd94 runtime/pprof: export max rss when saving memory profiles. by Jeremy Faller · 6 years ago
  33. 2e918c3 cmd/compile: provide Load8/Store8 atomic intrinsics on riscv64 by Joel Sing · 5 years ago
  34. 7ec4adb cmd/internal/obj/riscv: add comments for Go registers by Joel Sing · 5 years ago
  35. 0e44c69 cmd/compile: use NOT pseudo-instruction for riscv64 Slicemask by Joel Sing · 5 years ago
  36. 2f54081 testing: do not require os.Exit in TestMain by Changkun Ou · 5 years ago
  37. 2fbca94 runtime: add goroutines returned by poller to local run queue by Ian Lance Taylor · 5 years ago
  38. ff1eb42 time: fix time.Before to reuse t.sec(), u.sec() by Paschalis Tsilias · 5 years ago
  39. 26154f3 cmd/compile: use NEG/NEGW pseudo-instructions on riscv64 by Joel Sing · 5 years ago
  40. 7b2f0ba cmd/compile: use NOT pseudo-instruction on riscv64 by Joel Sing · 5 years ago
  41. 25da2ea cmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions by Joel Sing · 5 years ago
  42. dc32553 cmd/internal/obj/riscv: add NOT pseudo-instruction by Joel Sing · 5 years ago
  43. 32dbccd cmd/internal/obj/riscv: add FCLASSS/FCLASSD instructions by Joel Sing · 5 years ago
  44. 1063592 cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions by Joel Sing · 5 years ago
  45. 85a8526 cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions by Joel Sing · 5 years ago
  46. 2a08f3c cmd/internal/obj/riscv: add FENCE instruction by Joel Sing · 5 years ago
  47. 3e00061 cmd/internal/obj/riscv: rework instruction generation by Joel Sing · 5 years ago
  48. 2b920cb cmd/internal/obj/riscv: store relocation details in obj.Prog.RestArgs by Joel Sing · 5 years ago
  49. dad94e7 net/http: use atomicBool for inShutdown by Robert Kuska · 5 years ago
  50. d774d97 math/cmplx: disable TanHuge test on s390x by Brian Kessler · 5 years ago
  51. 70dc28f math/cmplx: implement Payne-Hanek range reduction by Brian Kessler · 6 years ago
  52. e8ecda8 context: deflake time-sensitive tests by Bryan C. Mills · 5 years ago
  53. b851e51 runtime: don't crash on mlock failure by Ian Lance Taylor · 5 years ago
  54. dcc5c24 Revert "misc/spectre: add spectre index test" by Bryan C. Mills · 5 years ago
  55. e2a9ea0 cmd/go/internal/modload: suppress the 'go mod init' hint for GOROOT more aggressively by Bryan C. Mills · 5 years ago
  56. cbcb031 cmd/compile: more minor cleanup in shortcircuitBlock by Josh Bleecher Snyder · 5 years ago
  57. 4ad643d cmd/compile: remove loop in shortcircuit by Josh Bleecher Snyder · 5 years ago
  58. 74bc90a cmd/compile: rename a local variable in shortcircuitBlock by Josh Bleecher Snyder · 5 years ago
  59. be72e3c misc/spectre: add spectre index test by Russ Cox · 5 years ago
  60. fc8a633 cmd/asm, cmd/compile, runtime: add -spectre=ret mode by Russ Cox · 5 years ago
  61. 877ef86 cmd/compile: add spectre mitigation mode enabled by -spectre by Russ Cox · 5 years ago
  62. d84cbec cmd/compile: convert 386 port to use addressing modes pass by Keith Randall · 5 years ago
  63. c3b9042 cmd/cover: skip function declarations with blank names by zikaeroh · 5 years ago
  64. c6bcdea cmd/go: check for 'svn' binary in PATH in TestAccidentalGitCheckout by zikaeroh · 5 years ago
  65. 9d67a94 cmd/internal/obj/ppc64: clean up some opcodes by Lynn Boger · 5 years ago
  66. 85e87f9 time: stop referring to timerproc in comment by Ian Lance Taylor · 5 years ago
  67. 1f231d7 runtime: emit more specific errors from checkptr by Johan Jansson · 5 years ago
  68. 5d70cb0 runtime: leave cleantimers early if G is being preempted by Ian Lance Taylor · 5 years ago
  69. 29b36a8 cmd/objdump: guard against out-of-range lines from directives. by David Chase · 5 years ago
  70. e221a75 cmd/go: improve pseudo-version timestamp error by Walt Della · 5 years ago
  71. c4113b6 cmd/go: fix test failures with -count=2 by Bryan C. Mills · 5 years ago
  72. 040855e test: restore no-gogcflags build shortcut, save time by David Chase · 5 years ago
  73. 938ad55 cmd/go: add missing newline to "go" line in cache key by Bryan C. Mills · 5 years ago
  74. c957084 cmd/go: include the go language version in cache keys by Bryan C. Mills · 5 years ago
  75. 139a79d cmd/go/internal/auth: fix .netrc lookup for URLs with specified port by David Howden · 5 years ago
  76. 65bd076 io: add a comment about how to turn a Reader into ByteReader by Rob Pike · 5 years ago
  77. 67d93cf cmd/internal/objabi: rerun stringer for sym kind by Than McIntosh · 5 years ago
  78. 251f3e5 runtime/pprof: document that debug=0 emits proto by Tamir Duberstein · 5 years ago
  79. 235a7c5 cmd/compile: remove guard for OCOMPLEX in evconst by Cuong Manh Le · 5 years ago
  80. efc832b crypto/tls: add {SignatureScheme,CurveID,ClientAuthType}.String() by Filippo Valsorda · 5 years ago
  81. f6a0d72 cmd/compile/internal/syntax: various cleanups following CL 221603 by Robert Griesemer · 5 years ago
  82. eafb4d8 cmd/internal/moddeps: set GO111MODULE explicitly for moddeps_test 'go' commands by Bryan C. Mills · 5 years ago
  83. 576fa69 cmd/go: extract module zip files in place by Jay Conrod · 5 years ago
  84. 093049b cmd/go: make module zip extraction more robust by Jay Conrod · 5 years ago
  85. cf82fea net: use t.Deadline instead of an arbitrary read deadline in TestDialParallelSpuriousConnection by Bryan C. Mills · 5 years ago
  86. 211ee9f cmd/compile: use a bytes.Buffer to format symbols by Josh Bleecher Snyder · 5 years ago
  87. b136f0c cmd/compile: fix buggy AMD64 rewrite from CL 213058 by Russ Cox · 5 years ago
  88. 96dc044 test/run: handle asmcheck -gcflags= commands better by Russ Cox · 5 years ago
  89. 801a9d9 test/codegen: mention in README that tests only run on Linux without -all_codegen by Russ Cox · 5 years ago
  90. 0e3ace4 net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnState by Bryan C. Mills · 5 years ago
  91. 035c018 runtime: skip TestSignalIgnoreSIGTRAP on known-flaky OpenBSD builders by Bryan C. Mills · 5 years ago
  92. c6fef1f cmd/compile: improve CFG size in ssa.html by Josh Bleecher Snyder · 5 years ago
  93. 6bed304 test: fix issue 15992 test wrong function call by Cuong Manh Le · 5 years ago
  94. 3af92ac strings, bytes: improve IndexAny and LastIndexAny performance by erifan01 · 6 years ago
  95. fae87a2 runtime: fix problem with repeated panic/recover/re-panics and open-coded defers by Dan Scales · 5 years ago
  96. 5db3c8f cmd/link: fix for package name attr testpoint in dwarf_test.go by Than McIntosh · 5 years ago
  97. c6f678b cmd/go/internal/lockedfile: use a retry loop to suppress EDEADLK on AIX and Solaris by Bryan C. Mills · 5 years ago
  98. 2b8e60d runtime: make typehash match compiler generated hashes exactly by Keith Randall · 5 years ago
  99. 9f74f0a cmd/compile: remove special handling for OpRISCV64SUBW in markUnsafePoints by Joel Sing · 5 years ago
  100. da07c59 debug/pe: copy some consts from cmd/link/internal/ld by Alex Brainman · 5 years ago