1. 45205bc os: export ErrProcessDone variable in windows and plan9 by Alwin Doss · 3 years, 6 months ago
  2. ebc1b8e reflect: update NumMethod doc for interface type by Cuong Manh Le · 3 years, 6 months ago
  3. 3a76627 cmd/link: use internal linking for -race mode on darwin/arm64 by Cherry Zhang · 3 years, 6 months ago
  4. 39a5ee5 runtime: decouple consistent stats from mcache and allow P-less update by Michael Anthony Knyszek · 3 years, 6 months ago
  5. ac766e3 runtime: make getMCache inlineable by Michael Anthony Knyszek · 3 years, 6 months ago
  6. 4fcb506 doc/go1.16: document switch to MADV_DONTNEED by Austin Clements · 3 years, 6 months ago
  7. d1efaed cmd/go: support cgo files in overlays by Michael Matloob · 3 years, 6 months ago
  8. 05e6d28 runtime: default to MADV_DONTNEED on Linux by Austin Clements · 3 years, 6 months ago
  9. 33d9251 all: update dependency on golang.org/x/sys and regenerate Windows syscalls by Bryan C. Mills · 3 years, 6 months ago
  10. 202aa08 runtime: use indexed load/store in ARM64 assembly by Cherry Zhang · 3 years, 6 months ago
  11. cb65c8d syscall: switch go:generate directives back to mksyscall_windows.go by Bryan C. Mills · 3 years, 7 months ago
  12. d5388e2 runtime: improve memmove performance on arm64 by Jonathan Swinney · 3 years, 6 months ago
  13. 7be8358 misc/wasm: check type of argument to Go.run by Richard Musiol · 3 years, 6 months ago
  14. f2ee58b cmd/compile: using new calls, optimize runtime.memequal(x,constant,1) by David Chase · 3 years, 9 months ago
  15. 0387bed cmd/compile: remove racefuncenterfp when it is not needed by Cherry Zhang · 3 years, 6 months ago
  16. fdba080 cmd: remove Go115AMD64 by Cherry Zhang · 3 years, 6 months ago
  17. e463c28 cmd/link: avoid exporting all symbols on windows buildmode=pie by Quim Muntal · 3 years, 6 months ago
  18. 333d201 cmd/go: revert "support cgo files in overlays" by Dmitri Shuralyov · 3 years, 6 months ago
  19. 0be8280 cmd/compile: optimize small zeroing/moving on riscv64 by Michał Derkacz · 3 years, 6 months ago
  20. 5a267c8 cmd/vet: bring in pass to catch invalid uses of testing.T in goroutines by Emmanuel T Odeke · 4 years ago
  21. 063a91c cmd/compile: fix recognition of unnamed return variables by Matthew Dempsky · 3 years, 6 months ago
  22. 715d4e2 database/sql, runtime: correct *.Fatal inside goroutines in tests by Emmanuel T Odeke · 4 years ago
  23. 9933f66 runtime: remove residual !go115NewMCentralImpl fields by Cherry Zhang · 3 years, 6 months ago
  24. f14119b os: export errFinished as ErrProcessDone by Colin Arnott · 3 years, 10 months ago
  25. 12a2e72 cmd/compile: avoid unnecessary sign/zero extension for consts on riscv64 by Joel Sing · 3 years, 6 months ago
  26. 48be3ed cmd/go: support cgo files in overlays by Michael Matloob · 3 years, 7 months ago
  27. 79fb187 cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs by Michael Matloob · 3 years, 6 months ago
  28. 07e4f0f cmd/compile: fmt improvements for AST nodes and some comments on AST nodes by Dan Scales · 3 years, 6 months ago
  29. fd56942 runtime: add a comment about thread pointer alignment on darwin/arm64 by Cherry Zhang · 3 years, 6 months ago
  30. 64a9a75 runtime: release worldsema with a direct G handoff by Michael Anthony Knyszek · 3 years, 10 months ago
  31. f96b62b cmd/internal/objabi, runtime: compact FUNCDATA indices by Cherry Zhang · 3 years, 6 months ago
  32. 8414b1a runtime: remove go115ReduceLiveness and go115RestartSeq by Cherry Zhang · 3 years, 7 months ago
  33. 420c68d runtime: tighten systemstack in lock assertions by Michael Pratt · 3 years, 6 months ago
  34. 84d7a85 cmd/compile: delete register maps, completely by Cherry Zhang · 3 years, 7 months ago
  35. 89a6540 runtime: elide timer re-check if P has no timers by Michael Pratt · 3 years, 6 months ago
  36. 9393b5b runtime: add heap lock assertions by Michael Pratt · 3 years, 9 months ago
  37. 6abbfc1 runtime: add world-stopped assertions by Michael Pratt · 3 years, 6 months ago
  38. 94b3fd0 cmd/compile: code cleanup by Michele Di Pede · 3 years, 6 months ago
  39. 7191f11 cmd/compile: fix reassignVisitor by Matthew Dempsky · 3 years, 6 months ago
  40. b53df56 runtime, cmd: support race detector on darwin/arm64 by Cherry Zhang · 3 years, 6 months ago
  41. 6d087c8 cmd/go/internal/modload: handle NotExist errors in (*mvsReqs).Previous by Bryan C. Mills · 3 years, 6 months ago
  42. 8494a62 cmd/go: make TestScript/mod_get_patchmod self-contained by Bryan C. Mills · 3 years, 6 months ago
  43. 36d412f cmd/go/internal/modload: ensure that modRoot and targetPrefix are initialized in DirImportPath by Bryan C. Mills · 3 years, 6 months ago
  44. 34665c6 cmd/go/internal/mvs: omit modules at version "none" in BuildList and Req by Bryan C. Mills · 3 years, 6 months ago
  45. fb184a3 cmd/link: emit include directories in DWARF line table prologue by Than McIntosh · 3 years, 7 months ago
  46. e02ab89 runtime: simplify nobarrierWakeTime by Ian Lance Taylor · 3 years, 6 months ago
  47. a313eec reflect,runtime: use internal ABI for selected ASM routines, attempt 2 by Than McIntosh · 3 years, 7 months ago
  48. 1af388f cmd/compile: replace int32(a.Off()) calls with a.Off32() by Alberto Donizetti · 3 years, 6 months ago
  49. 676ad56 go/types: reorganize error codes into categories by Rob Findley · 3 years, 6 months ago
  50. 2b9b272 spec: split shift examples into groups for 32- and 64-bit ints by Robert Griesemer · 3 years, 7 months ago
  51. 256d729 runtime: simplify gcBgMarkWorker preemption by Michael Pratt · 3 years, 7 months ago
  52. e1faebe runtime: manage gcBgMarkWorkers with a global pool by Michael Pratt · 3 years, 7 months ago
  53. 733c4af go/types: add internal error codes by Rob Findley · 3 years, 7 months ago
  54. f7e2646 runtime: allocate at desired address when race detector is on by Cherry Zhang · 3 years, 6 months ago
  55. e62adb1 cmd/compile: fix devirtualization of promoted interface methods by Matthew Dempsky · 3 years, 6 months ago
  56. faa4426 strings: complete Reader doc string by Robert Griesemer · 3 years, 6 months ago
  57. 60f42ea strconv: fix incorrect bit size in ParseComplex; add tests by Ben Hoyt · 3 years, 9 months ago
  58. 01efc9a strings: complete documentation of strings.Reader by Norman B. Lancaster · 3 years, 7 months ago
  59. f588974 math/big: reduce allocations for building decimal strings by surechen · 4 years ago
  60. f43e012 strconv: make Eisel-Lemire handle long mantissas by Rémy Oudompheng · 3 years, 6 months ago
  61. 7578988 cmd/link: put C static symbols in the symbol table, attempt 2 by Cherry Zhang · 3 years, 6 months ago
  62. fe70a3a crypto/x509: add comment to blank imports done for init side effects by Brad Fitzpatrick · 3 years, 6 months ago
  63. 9a15966 go/build: remove two erroneous uses of os.Stat by Russ Cox · 3 years, 6 months ago
  64. 09d5e0d api: update next.txt by Russ Cox · 3 years, 6 months ago
  65. 38d1ec8 cmd/internal/obj: use panic instead of log.Fatalf for two messages by Russ Cox · 3 years, 6 months ago
  66. aa4f48b cmd/compile: gracefully fail when devirtualization fails by Matthew Dempsky · 3 years, 6 months ago
  67. 5cc43c5 cmd/compile: early devirtualization of interface method calls by Matthew Dempsky · 3 years, 6 months ago
  68. f2c0c2b cmd/compile: improve inlining and static analysis by Matthew Dempsky · 3 years, 6 months ago
  69. 0b798c4 cmd/link: add loadelf support for riscv64 by Joel Sing · 3 years, 7 months ago
  70. 2e6f500 Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64" by Joel Sing · 3 years, 6 months ago
  71. 3a819e8 syscall: handle undefined r2 value on linux-ppc64x by Andrew G. Morgan · 3 years, 6 months ago
  72. 4fb4291 cmd/compile: inline functions evaluated in go and defer statements by Branden J Brown · 3 years, 6 months ago
  73. 25d28ec cmd/go: add //go:embed support by Russ Cox · 3 years, 10 months ago
  74. ddc7e1d Revert "reflect,runtime: use internal ABI for selected ASM routines" by Than McIntosh · 3 years, 6 months ago
  75. 1524680 cmd/go: allow 'go get' to downgrade to replacement-only versions by Bryan C. Mills · 3 years, 6 months ago
  76. 68e30af Revert "crypto/x509: fix duplicate import" by Katie Hockman · 3 years, 6 months ago
  77. 50af50d reflect,runtime: use internal ABI for selected ASM routines by Than McIntosh · 3 years, 7 months ago
  78. ecb79e8 cmd/compile: run rulegen to include missing condition by Alberto Donizetti · 3 years, 6 months ago
  79. c45d780 cmd/link: ignore "operation not permitted" fallocate errors. by Jeremy Faller · 3 years, 6 months ago
  80. 96bd0b1 runtime: move ppc64/aix cpu feature detection to internal/cpu by Martin Möhrmann · 3 years, 6 months ago
  81. d9725f5 syscall: add support for openbsd/mips64 by Joel Sing · 3 years, 8 months ago
  82. 55f8d56 runtime: add support for openbsd/mips64 by Joel Sing · 3 years, 8 months ago
  83. 8b51798 cmd/asm: remove X27 and S11 register names on riscv64 by Joel Sing · 3 years, 6 months ago
  84. ae82ee4 runtime: optimise gcWriteBarrier for riscv64 by Joel Sing · 3 years, 6 months ago
  85. 15131ca cmd/internal/obj/arm64: add CASx/CASPx instructions by fanzha02 · 4 years ago
  86. 53efbdb cmd/asm: sort test cases in the arm64.s file by fanzha02 · 3 years, 7 months ago
  87. 3089ef6 cmd/asm: add several arm64 SIMD instructions by fanzha02 · 3 years, 7 months ago
  88. 15f01d6 cmd/compile: delay expansion of OpArg until expand_calls by David Chase · 3 years, 7 months ago
  89. 7fe2a84 strconv: remove extfloat.go atof code path by Nigel Tao · 3 years, 6 months ago
  90. 308ec22 cmd/asm: refactor some encoding functions for load/store with immediate offset on arm64 by fanzha02 · 3 years, 7 months ago
  91. d8044a6 database/sql: fix TestTxStmtDeadlock test by Tzu-Chiao Yeh · 3 years, 6 months ago
  92. c1afbf6 cmd/compile: use magic multiply for unsigned values less than 1<<16 on 32-bit architectures by Rémy Oudompheng · 3 years, 6 months ago
  93. 615c7c1 cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buildid/buildid by Mikhail Fesenko · 3 years, 6 months ago
  94. 49a210e net/url: improve performance for resolvePath by imxyb · 3 years, 6 months ago
  95. 07d206f cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hoc by Bryan C. Mills · 3 years, 6 months ago
  96. 87d59bc doc: mention Trust+1 in contribution guide by Ian Lance Taylor · 3 years, 7 months ago
  97. 1090f09 cmd/compile: rename mergeSymTyped to mergeSym by Alberto Donizetti · 3 years, 6 months ago
  98. bc0d7fd cmd/compile: delete log2, switch to log64 by Alberto Donizetti · 3 years, 6 months ago
  99. 4d6dfd6 runtime: add defs for openbsd/mips64 by Joel Sing · 3 years, 8 months ago
  100. 76661d1 runtime: remove new g register (X27) from preempt save/restore by Joel Sing · 3 years, 6 months ago