1. 93a9561 testing: fix data race between parallel subtests by Changkun Ou · 4 years, 2 months ago
  2. a4c48d6 sync/atomic: remove panic64 by Daniel Martí · 4 years, 2 months ago
  3. 5d9cdbb [dev.link] cmd/link: remove *Link from some arch functions by Jeremy Faller · 4 years, 2 months ago
  4. bf5dc7a [dev.link] cmd/link: eliminate usage of *Link in arch funcs by Jeremy Faller · 4 years, 2 months ago
  5. cbd421f runtime: improve memmove for short moves on ppc64 by Lynn Boger · 4 years, 2 months ago
  6. f9f57c4 database/sql: add method Err on sql.Row by Tim Möhlmann · 4 years, 4 months ago
  7. b3b174f runtime: minor updates to netpoll comments by Ian Lance Taylor · 4 years, 2 months ago
  8. 63ffa15 [dev.link] cmd/link: cleanup of attribute handling code by Than McIntosh · 4 years, 2 months ago
  9. 626c89b [dev.link] cmd/link: remove AddExtSym by Cherry Zhang · 4 years, 2 months ago
  10. 019421d1 database/sql: fix variable name in example by Harmen · 4 years, 2 months ago
  11. 0205790 context: prevent creation of invalid contexts by Kyle Nusbaum · 4 years, 2 months ago
  12. 61ce82a cmd/go: skip the cmd/cgo staleness check on darwin builders by Bryan C. Mills · 4 years, 2 months ago
  13. f1f947a runtime: don't hold worldsema across mark phase by Michael Anthony Knyszek · 4 years, 11 months ago
  14. e39de05 doc/go1.14: mention Windows change for Open permissions by Ian Lance Taylor · 4 years, 2 months ago
  15. 3b76bed cmd/internal/moddeps: skip GOROOT/pkg when locating modules by Bryan C. Mills · 4 years, 2 months ago
  16. 7cfb814 runtime: add ReadMemStats latency benchmark by Michael Anthony Knyszek · 4 years, 3 months ago
  17. 79b43fa runtime: preempt dedicated background mark workers for STW by Michael Anthony Knyszek · 4 years, 4 months ago
  18. 6197104 cmd/go/internal/modfetch/zip_sum_test: remove dead versions by Jay Conrod · 4 years, 3 months ago
  19. 42dfac6 cmd/go: add a "don't care about success" operator to script_test by Bryan C. Mills · 4 years, 2 months ago
  20. 0c0e8f2 runtime: don't send preemption signal if there is a signal pending by Cherry Zhang · 4 years, 2 months ago
  21. 6412750 cmd/go: add a missing curly-brace in the 'stale' command format string by Bryan C. Mills · 4 years, 2 months ago
  22. 971f8a2 database/sql: process all Session Resets synchronously by Daniel Theophanes · 5 years ago
  23. 0eeec4f testing: use "exit code" in documentation consistently by Rodolfo Carvalho · 4 years, 2 months ago
  24. f4ddc00 runtime: don't report a pointer alignment error for pointer-free base type by Keith Randall · 4 years, 2 months ago
  25. 14d20dc cmd/go: replace TestCgoDependsOnSyscall with a simpler script test by Bryan C. Mills · 4 years, 2 months ago
  26. fb1cd94 runtime/pprof: export max rss when saving memory profiles. by Jeremy Faller · 4 years, 10 months ago
  27. 2e918c3 cmd/compile: provide Load8/Store8 atomic intrinsics on riscv64 by Joel Sing · 4 years, 2 months ago
  28. 7ec4adb cmd/internal/obj/riscv: add comments for Go registers by Joel Sing · 4 years, 2 months ago
  29. 0e44c69 cmd/compile: use NOT pseudo-instruction for riscv64 Slicemask by Joel Sing · 4 years, 2 months ago
  30. 2f54081 testing: do not require os.Exit in TestMain by Changkun Ou · 4 years, 3 months ago
  31. 2fbca94 runtime: add goroutines returned by poller to local run queue by Ian Lance Taylor · 4 years, 3 months ago
  32. ff1eb42 time: fix time.Before to reuse t.sec(), u.sec() by Paschalis Tsilias · 4 years, 3 months ago
  33. 61a0b0d [dev.link] cmd/link: use new relocation accessors in DWARF generation by Cherry Zhang · 4 years, 2 months ago
  34. 8a074fa [dev.link] cmd/internal/goobj2, cmd/link: experiment new aux symbol accessors by Cherry Zhang · 4 years, 2 months ago
  35. 8e100a0 [dev.link] cmd/internal/goobj2, cmd/link: avoid some repeated offset calculations by Cherry Zhang · 4 years, 2 months ago
  36. 3277db4c [dev.link] cmd/internal/goobj2: optimize symbol data access by Cherry Zhang · 4 years, 2 months ago
  37. 3382411 [dev.link] cmd/link: don't set unreachable string variables in addstrdata by Cherry Zhang · 4 years, 2 months ago
  38. 80702c7 [dev.link] cmd/link: use versioned .TOC. symbols on AIX by Cherry Zhang · 4 years, 2 months ago
  39. 26154f3 cmd/compile: use NEG/NEGW pseudo-instructions on riscv64 by Joel Sing · 4 years, 2 months ago
  40. 7b2f0ba cmd/compile: use NOT pseudo-instruction on riscv64 by Joel Sing · 4 years, 2 months ago
  41. 25da2ea cmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions by Joel Sing · 4 years, 2 months ago
  42. dc32553 cmd/internal/obj/riscv: add NOT pseudo-instruction by Joel Sing · 4 years, 2 months ago
  43. 32dbccd cmd/internal/obj/riscv: add FCLASSS/FCLASSD instructions by Joel Sing · 4 years, 3 months ago
  44. 1063592 cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions by Joel Sing · 4 years, 3 months ago
  45. 85a8526 cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions by Joel Sing · 4 years, 3 months ago
  46. 2a08f3c cmd/internal/obj/riscv: add FENCE instruction by Joel Sing · 4 years, 3 months ago
  47. 3e00061 cmd/internal/obj/riscv: rework instruction generation by Joel Sing · 4 years, 5 months ago
  48. 2b920cb cmd/internal/obj/riscv: store relocation details in obj.Prog.RestArgs by Joel Sing · 4 years, 3 months ago
  49. dad94e7 net/http: use atomicBool for inShutdown by Robert Kuska · 4 years, 2 months ago
  50. d774d97 math/cmplx: disable TanHuge test on s390x by Brian Kessler · 4 years, 2 months ago
  51. 70dc28f math/cmplx: implement Payne-Hanek range reduction by Brian Kessler · 5 years ago
  52. e8ecda8 context: deflake time-sensitive tests by Bryan C. Mills · 4 years, 2 months ago
  53. b851e51 runtime: don't crash on mlock failure by Ian Lance Taylor · 4 years, 2 months ago
  54. dcc5c24 Revert "misc/spectre: add spectre index test" by Bryan C. Mills · 4 years, 2 months ago
  55. e2a9ea0 cmd/go/internal/modload: suppress the 'go mod init' hint for GOROOT more aggressively by Bryan C. Mills · 4 years, 2 months ago
  56. cbcb031 cmd/compile: more minor cleanup in shortcircuitBlock by Josh Bleecher Snyder · 4 years, 2 months ago
  57. 4ad643d cmd/compile: remove loop in shortcircuit by Josh Bleecher Snyder · 4 years, 2 months ago
  58. 74bc90a cmd/compile: rename a local variable in shortcircuitBlock by Josh Bleecher Snyder · 4 years, 2 months ago
  59. 0e06775 [dev.link] cmd/link: don't truncate external relocation type by Cherry Zhang · 4 years, 2 months ago
  60. be72e3c misc/spectre: add spectre index test by Russ Cox · 4 years, 2 months ago
  61. fc8a633 cmd/asm, cmd/compile, runtime: add -spectre=ret mode by Russ Cox · 4 years, 4 months ago
  62. 877ef86 cmd/compile: add spectre mitigation mode enabled by -spectre by Russ Cox · 4 years, 4 months ago
  63. 440852c [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 2 months ago
  64. e5f7a83 [dev.link] cmd/link: convert dope to new style by Cherry Zhang · 4 years, 2 months ago
  65. d84cbec cmd/compile: convert 386 port to use addressing modes pass by Keith Randall · 4 years, 2 months ago
  66. c3b9042 cmd/cover: skip function declarations with blank names by zikaeroh · 4 years, 2 months ago
  67. c6bcdea cmd/go: check for 'svn' binary in PATH in TestAccidentalGitCheckout by zikaeroh · 4 years, 2 months ago
  68. 9d67a94 cmd/internal/obj/ppc64: clean up some opcodes by Lynn Boger · 4 years, 2 months ago
  69. cf5c718 [dev.link] cmd/link: experiment new reloc accessors in deadcode pass by Cherry Zhang · 4 years, 2 months ago
  70. c951514 [dev.link] cmd/internal/goobj2, cmd/link: experiment another way of accessing relocations by Cherry Zhang · 4 years, 2 months ago
  71. 85e87f9 time: stop referring to timerproc in comment by Ian Lance Taylor · 4 years, 2 months ago
  72. 1f231d7 runtime: emit more specific errors from checkptr by Johan Jansson · 4 years, 2 months ago
  73. 5d70cb0 runtime: leave cleantimers early if G is being preempted by Ian Lance Taylor · 4 years, 2 months ago
  74. 29b36a8 cmd/objdump: guard against out-of-range lines from directives. by David Chase · 4 years, 2 months ago
  75. e221a75 cmd/go: improve pseudo-version timestamp error by Walt Della · 4 years, 3 months ago
  76. ad92148 [dev.link] cmd/link: demote DWARF line symbols to anonymous aux by Than McIntosh · 4 years, 2 months ago
  77. c44af2d [dev.link] cmd/internal/obj: add dump of aux symbols for -S=2 by Than McIntosh · 4 years, 2 months ago
  78. 8634642 [dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to aux by Than McIntosh · 4 years, 2 months ago
  79. a6ae6d3 [dev.link] cmd/link: remove unnecessary file processing from writelines by Than McIntosh · 4 years, 2 months ago
  80. c4113b6 cmd/go: fix test failures with -count=2 by Bryan C. Mills · 4 years, 2 months ago
  81. 040855e test: restore no-gogcflags build shortcut, save time by David Chase · 4 years, 2 months ago
  82. 2a5bf32 [dev.link] cmd/link: refer to .got instead of .got.plt on S390X by Cherry Zhang · 4 years, 2 months ago
  83. 938ad55 cmd/go: add missing newline to "go" line in cache key by Bryan C. Mills · 4 years, 2 months ago
  84. c957084 cmd/go: include the go language version in cache keys by Bryan C. Mills · 4 years, 2 months ago
  85. 139a79d cmd/go/internal/auth: fix .netrc lookup for URLs with specified port by David Howden · 4 years, 3 months ago
  86. 65bd076 io: add a comment about how to turn a Reader into ByteReader by Rob Pike · 4 years, 2 months ago
  87. a3e965c [dev.link] cmd/link: convert doelf to new style by Cherry Zhang · 4 years, 2 months ago
  88. 67d93cf cmd/internal/objabi: rerun stringer for sym kind by Than McIntosh · 4 years, 2 months ago
  89. a8e8e05 [dev.link] cmd/internal/objabi: rerun stringer for sym kind by Than McIntosh · 4 years, 2 months ago
  90. e440f05 [dev.link] cmd/link: remove legacy newdie function by Than McIntosh · 4 years, 2 months ago
  91. 251f3e5 runtime/pprof: document that debug=0 emits proto by Tamir Duberstein · 4 years, 2 months ago
  92. 235a7c5 cmd/compile: remove guard for OCOMPLEX in evconst by Cuong Manh Le · 4 years, 4 months ago
  93. efc832b crypto/tls: add {SignatureScheme,CurveID,ClientAuthType}.String() by Filippo Valsorda · 4 years, 6 months ago
  94. f6a0d72 cmd/compile/internal/syntax: various cleanups following CL 221603 by Robert Griesemer · 4 years, 2 months ago
  95. eafb4d8 cmd/internal/moddeps: set GO111MODULE explicitly for moddeps_test 'go' commands by Bryan C. Mills · 4 years, 2 months ago
  96. 576fa69 cmd/go: extract module zip files in place by Jay Conrod · 4 years, 2 months ago
  97. 093049b cmd/go: make module zip extraction more robust by Jay Conrod · 4 years, 2 months ago
  98. cf82fea net: use t.Deadline instead of an arbitrary read deadline in TestDialParallelSpuriousConnection by Bryan C. Mills · 4 years, 2 months ago
  99. 211ee9f cmd/compile: use a bytes.Buffer to format symbols by Josh Bleecher Snyder · 4 years, 4 months ago
  100. b136f0c cmd/compile: fix buggy AMD64 rewrite from CL 213058 by Russ Cox · 4 years, 2 months ago