1. e6135c2 runtime: switch to new page allocator by Michael Anthony Knyszek · 4 years, 8 months ago
  2. 52d5e76 runtime: disable async preemption on darwin/arm(64) for now by Cherry Zhang · 4 years, 8 months ago
  3. 953cc74 doc: document new math.Fma function by Keith Randall · 4 years, 8 months ago
  4. 4cde749 cmd/compile: restore more missing -m=2 escape analysis details by Matthew Dempsky · 4 years, 8 months ago
  5. a930fed runtime: add async preemption support on MIPS and MIPS64 by Cherry Zhang · 4 years, 8 months ago
  6. a120cc8 runtime: compute whether a span needs zeroing in the new page allocator by Michael Anthony Knyszek · 4 years, 8 months ago
  7. 933bf75 runtime: add async preemption support on S390X by Cherry Zhang · 4 years, 8 months ago
  8. 4751db9 cmd/internal/obj/s390x: mark unsafe points by Cherry Zhang · 4 years, 8 months ago
  9. 689f6f7 runtime: integrate new page allocator into runtime by Michael Anthony Knyszek · 4 years, 8 months ago
  10. 21445b0 runtime: make the scavenger self-paced by Michael Anthony Knyszek · 4 years, 8 months ago
  11. 68dce42 math/cmplx: handle special cases by Brian Kessler · 5 years ago
  12. 3c47ead cmd/internal/obj/ppc64: handle MOVDU for SP delta by Cherry Zhang · 4 years, 8 months ago
  13. ceca99b cmd/compile, cmd/internal/obj/ppc64: mark unsafe points by Cherry Zhang · 4 years, 8 months ago
  14. 24e549a cmd/compile, cmd/internal/obj/ppc64: use LR for indirect calls by Cherry Zhang · 4 years, 8 months ago
  15. a96cfa7 cmd/compile: mark unsafe points for MIPS and MIPS64 by Cherry Zhang · 4 years, 8 months ago
  16. 69dcdbd cmd/internal/obj/mips: mark unsafe points by Cherry Zhang · 4 years, 8 months ago
  17. 1b0b980 runtime: add async preemption support on ARM64 by Cherry Zhang · 4 years, 8 months ago
  18. 4736088 cmd/internal/obj/arm64: mark unsafe points by Cherry Zhang · 4 years, 8 months ago
  19. e5ce13c runtime: add option to scavenge with lock held throughout by Michael Anthony Knyszek · 4 years, 9 months ago
  20. e1ddf05 runtime: count scavenged bits for new allocation for new page allocator by Michael Anthony Knyszek · 4 years, 10 months ago
  21. 7331708 runtime: add scavenging code for new page allocator by Michael Anthony Knyszek · 4 years, 10 months ago
  22. 39e8cb0 runtime: add new page allocator core by Michael Anthony Knyszek · 4 years, 10 months ago
  23. 05aa4a7 runtime: set GODEBUG=asyncpreemptoff=1 in TestCrashDumpsAllThreads by Ian Lance Taylor · 4 years, 8 months ago
  24. ee2268c cmd/go: add math/bits to runtime packages in TestNewReleaseRebuildsStalePackagesInGOPATH by Bryan C. Mills · 4 years, 8 months ago
  25. 763d3ac runtime: make sysReserve return page-aligned memory on js-wasm by Michael Anthony Knyszek · 4 years, 8 months ago
  26. cec0139 runtime: add packed bitmap summaries by Michael Anthony Knyszek · 4 years, 9 months ago
  27. b3a3613 runtime: add pallocbits and tests by Michael Anthony Knyszek · 4 years, 10 months ago
  28. 6b1d547 cmd/compile: add signed indivisibility by power of 2 rules by Brian Kessler · 4 years, 10 months ago
  29. 14849f0 runtime: add new page allocator constants and description by Michael Anthony Knyszek · 4 years, 10 months ago
  30. 0bf2eb5 cmd/go/internal/modfetch: switch to golang.org/x/mod/zip by Jay Conrod · 4 years, 8 months ago
  31. 947f850 runtime: map reserved memory as NORESERVE on solaris by Michael Anthony Knyszek · 4 years, 8 months ago
  32. f7d0a42 cmd/go/internal/modfetch/zip_sum_test: long test for zip sum stability by Jay Conrod · 4 years, 8 months ago
  33. 73d57bf Revert "sync: yield to the waiter when unlocking a starving mutex" by Bryan C. Mills · 4 years, 8 months ago
  34. e8f01d5 math: test portable FMA even on system with hardware FMA by Russ Cox · 4 years, 8 months ago
  35. 543c6d2 math, cmd/compile: rename Fma to FMA by Russ Cox · 4 years, 8 months ago
  36. 3b1ae30 syscall: revert security_windows.go change of CL 201877 by Cuong Manh Le · 4 years, 8 months ago
  37. 7a2baa9 cmd/doc: don't bother checking validity of symbols at top level by Rob Pike · 4 years, 8 months ago
  38. f5949b6 math/big: allow all values for GCD by Brian Kessler · 5 years ago
  39. a8f57f4 sync: yield to the waiter when unlocking a starving mutex by Carlo Alberto Ferraris · 4 years, 9 months ago
  40. 3eabdd2 net: skip TestDialCancel if Dial fails with "connection refused" by Ian Lance Taylor · 4 years, 8 months ago
  41. 198f045 runtime: define darwin/arm64's address space as 33 bits by Michael Anthony Knyszek · 4 years, 8 months ago
  42. e3a7d6c os: fix reference to nonexistent errors.Wrapper by Benjamin Peterson · 4 years, 8 months ago
  43. 61ef6a3 runtime: remove MAP_FIXED in sysReserve for raceenabled on darwin by Michael Anthony Knyszek · 4 years, 8 months ago
  44. 6ce4384 runtime: mark testSetPanicOnFault as go:nocheckptr by Ian Lance Taylor · 4 years, 8 months ago
  45. 63546a0 doc: Effective Go: formatting of code example by Vitaly Zdanevich · 4 years, 8 months ago
  46. 0054723 cmd/go: fix spelling error by Kevin Burke · 4 years, 8 months ago
  47. db6b66e cmd/go: use lockedfile instead of renameio for go.mod and go.sum files by Bryan C. Mills · 4 years, 8 months ago
  48. 3c29796 cmd/doc: understand vendor directories in module mode by Bryan C. Mills · 4 years, 8 months ago
  49. a2b1dc8 cmd/link,cmd/internal/objabi: factor out direct call identification by Joel Sing · 4 years, 9 months ago
  50. 4cb9260 cmd/compile/internal/syntax: silence test function output by Robert Griesemer · 4 years, 8 months ago
  51. a5936a4 cmd/asm: add encode tests for MIPS64x by Meng Zhuo · 4 years, 8 months ago
  52. b50fcc8 runtime: don't hold scheduler lock when calling timeSleepUntil by Ian Lance Taylor · 4 years, 8 months ago
  53. cf3be9b cmd/go: make commands other than 'tidy' prune go.mod less agressively by Bryan C. Mills · 4 years, 8 months ago
  54. 1bd974e cmd/link/internal/ld: omit bitcode-incompatible flags on iOS simulator by Elias Naur · 4 years, 8 months ago
  55. b824048 runtime: remove write barrier in WaitForSigusr1 by Austin Clements · 4 years, 8 months ago
  56. f891b7c3 cmd/doc: avoid calling token.IsExported on non-tokens by Bryan C. Mills · 4 years, 8 months ago
  57. 6dc250f cmd/link: fix the size of typerel.* with c-archive buildmode by Clément Chigot · 4 years, 8 months ago
  58. 0c5d545 test: add tests for runtime.itab.init by Dmitry Vyukov · 4 years, 8 months ago
  59. 0ea7440 runtime: remove stale runtime check in tests by Dmitry Vyukov · 4 years, 8 months ago
  60. 6108998 runtime: clarify that itab.hash of dynamic entries is unused by Dmitry Vyukov · 4 years, 8 months ago
  61. f71bd51 src/vendor: update to latest version of net by Marcel van Lohuizen · 4 years, 8 months ago
  62. de70de6 cmd/go: avoid upgrading to +incompatible versions if the latest compatible one has a go.mod file by Bryan C. Mills · 4 years, 8 months ago
  63. 649f341 cmd: update x/mod to CL 205497 by Bryan C. Mills · 4 years, 8 months ago
  64. 14a133f cmd/go/internal/modfetch: prune +incompatible versions more aggressively by Bryan C. Mills · 4 years, 8 months ago
  65. 81559af doc: mention the anti-spam bypass in security.html by Filippo Valsorda · 4 years, 8 months ago
  66. fb37821 runtime/cgo: add -Wno-nullability-completeness on Darwin by Ian Lance Taylor · 4 years, 8 months ago
  67. 552987f crypto/dsa: prevent bad public keys from causing panic by Katie Hockman · 4 years, 8 months ago
  68. bbae923 cmd: merge branch 'dev.link' into master by Cherry Zhang · 4 years, 8 months ago
  69. 9cf6c65 [dev.link] cmd: default to old object file format by Cherry Zhang · 4 years, 8 months ago
  70. 7e71c9c cmd/go/internal/modget: synchronize writes to modOnly map in runGet by Bryan C. Mills · 4 years, 8 months ago
  71. f07cbc7 runtime: don't fetch G from signal stack when using cgo by Cherry Zhang · 4 years, 8 months ago
  72. fb05264 runtime: setg after sigFetchG by Cherry Zhang · 4 years, 8 months ago
  73. c3cef0b runtime: keep adjusted timers in timerMoving status until moved by Ian Lance Taylor · 4 years, 8 months ago
  74. a9c0cc6 cmd/go: make 'go mod why' require a main module by Bryan C. Mills · 4 years, 8 months ago
  75. 9514914 cmd/compile: do not skip TestFormats on short builders by Bryan C. Mills · 4 years, 8 months ago
  76. 0994cc1 testing/iotest: add missing tests by Pantelis Sampaziotis · 4 years, 8 months ago
  77. 1b3a1db cmd/compile: fix liveness for open-coded defer args for infinite loops by Dan Scales · 4 years, 8 months ago
  78. 414c1d4 cmd/go: derive TestExecutableGOROOT environment from tg.env instead of os.Environ() by Bryan C. Mills · 4 years, 8 months ago
  79. f0390ffc cmd/go/internal/modfetch: remove non-hermetic test by Bryan C. Mills · 4 years, 8 months ago
  80. 8550a58 cmd/go.mod: upgrade x/mod to pull in CL 204821 by Bryan C. Mills · 4 years, 8 months ago
  81. e457cc3 misc/ios: bump -mios-version-min by Elias Naur · 4 years, 8 months ago
  82. 79a00a3 unicode: upgrade to Unicode 12 by Marcel van Lohuizen · 4 years, 8 months ago
  83. 3c0fbee runtime: disable preemption during test calls to futexsleep by Ian Lance Taylor · 4 years, 8 months ago
  84. d51f7f3 cmd/compile: update TestFormats for CL 196959 by Ian Lance Taylor · 4 years, 8 months ago
  85. 979d65d net/smtp: fix dropped test error by Lars Lehtonen · 4 years, 8 months ago
  86. 9a0a824 cmd/internal/obj/mips: add a flag field to Optab by Cherry Zhang · 4 years, 8 months ago
  87. 11db7e4 runtime: test a frameless function for async preemption by Cherry Zhang · 4 years, 8 months ago
  88. a866b48 io/ioutil: Fix dropped test error by Lars Lehtonen · 4 years, 8 months ago
  89. 4a7ed1f cmd/compile: mark architecture-specific unsafe points by Cherry Zhang · 4 years, 8 months ago
  90. 0f992b9 cmd/compile: not use REGTMP in ZeroRange on ARM64 by Cherry Zhang · 4 years, 8 months ago
  91. 2ff746d runtime: add async preemption support on ARM by Cherry Zhang · 4 years, 8 months ago
  92. 376c4ce cmd/vet: add test for loading complex values with a single instruction by Keith Randall · 4 years, 8 months ago
  93. b3bd7ab cmd/compile: fix //go:uintptrescapes for basic method calls by Matthew Dempsky · 4 years, 9 months ago
  94. 6cbd737 runtime/pprof: update example comment to check error on Close by Ian Lance Taylor · 4 years, 8 months ago
  95. 04e80fb runtime: don't return from netpollGenericInit until init is complete by Ian Lance Taylor · 4 years, 8 months ago
  96. 4af639a cmd: vendor in new version of x/tools by Keith Randall · 4 years, 8 months ago
  97. ea0b4e7 cmd/compile, runtime: add comparison tracing for libFuzzer by Matthew Dempsky · 4 years, 8 months ago
  98. e341e93 cmd/compile, cmd/link: add coverage instrumentation for libfuzzer by Matthew Dempsky · 4 years, 8 months ago
  99. 383b447 runtime: clean up power-of-two rounding code with align functions by Michael Anthony Knyszek · 5 years ago
  100. 2566e21 net/http: support disabling built-in HTTP/2 with a new build tag by Brad Fitzpatrick · 4 years, 8 months ago