1. f2e58c6 syscall: improve TestSetuidEtc() /proc/ parsing against races by Andrew G. Morgan · 3 years, 6 months ago
  2. 4c174a7 testing: reduce memory allocation in Helper by Bryan Boreham · 3 years, 5 months ago
  3. b641f0d os: clarify that IsExist and friends do not use errors.Is by Ian Lance Taylor · 3 years, 6 months ago
  4. 26a8607 doc/go1.16: add crypto/x509 CSR release note by Roland Shoemaker · 3 years, 5 months ago
  5. 2843754 cmd/go: don't copy cgo files to objdir when overlay is present by Michael Matloob · 3 years, 6 months ago
  6. c906608 io/fs: fix reference to WalkFunc by Russ Cox · 3 years, 6 months ago
  7. f2e186b all: update vendored dependencies for Go 1.16 release by Dmitri Shuralyov · 3 years, 6 months ago
  8. 6877ee1 [dev.typeparams] cmd/compile: use existing findpkg algorithm when importing through types2 by Robert Griesemer · 3 years, 5 months ago
  9. 8f2db14 cmd/go: release note for -mod=readonly by default by Jay Conrod · 3 years, 6 months ago
  10. b2ef159 cmd/go: introduce the GOVERSION env variable by Daniel Martí · 3 years, 6 months ago
  11. 1948c00 doc/go1.16: add release notes for darwin ports by Cherry Zhang · 3 years, 6 months ago
  12. da3957a Revert "cmd/go: don't copy cgo files to objdir when overlay is present" by Michael Matloob · 3 years, 6 months ago
  13. 0e0a872 runtime: add lock rank partial order edge pollDesc -> spanSetSpine by Michael Anthony Knyszek · 3 years, 6 months ago
  14. c68745b runtime: add lock rank partial order edge sweep -> mspanSpecial by Michael Anthony Knyszek · 3 years, 6 months ago
  15. e3de852 cmd/go: don't copy cgo files to objdir when overlay is present by Michael Matloob · 3 years, 6 months ago
  16. 1899312 cmd/internal/obj/s390x: fix SYNC instruction encoding by Michael Munday · 3 years, 6 months ago
  17. 81322b9 runtime/race: remove race from TestNoRaceAfterFunc2 by Mark Pulford · 3 years, 6 months ago
  18. 1c7650a internal/poll: use copy_file_range only on Linux kernel >= 5.3 by Tobias Klauser · 3 years, 6 months ago
  19. 1642cd7 cmd/go: update test_race_install expected output for CL 266368 by Bryan C. Mills · 3 years, 6 months ago
  20. 9f39a43 crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware support by Roland Shoemaker · 3 years, 6 months ago
  21. d361691 encoding/asn1: optimize asn1.Unmarshal by Dmitrii Okunev · 4 years, 4 months ago
  22. d495712 Revert "runtime: make stack traces of endless recursion print only top and bottom 50" by Emmanuel Odeke · 3 years, 6 months ago
  23. 8badef4 doc/articles/race_detector.html: add darwin/arm64 by Cherry Zhang · 3 years, 6 months ago
  24. 5e18135 crypto/x509: drop the cgo implementation of root_darwin_amd64.go by Filippo Valsorda · 3 years, 6 months ago
  25. d7fff1f crypto/tls: ensure the server picked an advertised ALPN protocol by Filippo Valsorda · 3 years, 10 months ago
  26. a2d0147 cmd/go: support cgo files in overlays by Michael Matloob · 3 years, 6 months ago
  27. 01cdd36 crypto/tls: drop macFunction abstraction by Filippo Valsorda · 3 years, 8 months ago
  28. fdecb5c crypto/tls: add HandshakeContext method to Conn by Johan Brandhorst · 3 years, 9 months ago
  29. 858fa06 crypto/x509: return additional chains from Verify on Windows by Koen · 3 years, 6 months ago
  30. 8a368c6 cmd/go: print deprecation messages for -i by Jay Conrod · 3 years, 6 months ago
  31. 6560768 cmd/go: print deprecation messages for 'go get' installing executables by Jay Conrod · 3 years, 6 months ago
  32. a6462a6 cmd/go: set FOSSIL_HOME in TestScript/mod_get_fossil by Bryan C. Mills · 3 years, 6 months ago
  33. a07e436 cmd/go: prefer 'go get -d' instead of 'go get' in script tests by Bryan C. Mills · 3 years, 6 months ago
  34. 51f4168 crypto/x509: add additional convenience fields to CertificateRequest by Roland Shoemaker · 4 years ago
  35. cfea52b runtime: disable TestCrashDumpsAllThreads on openbsd/mips64 by Joel Sing · 3 years, 6 months ago
  36. a444458 cmd/compile: make sure linkname'd symbol is non-package by Cherry Zhang · 3 years, 6 months ago
  37. 979e137 cmd/go: add GOVCS setting to control version control usage by Russ Cox · 3 years, 6 months ago
  38. cb4df98 cmd/go: add /v2 to another require example by Dmitri Shuralyov · 3 years, 6 months ago
  39. 3fad58f crypto/x509: update iOS bundled roots to version 55161.140.3 by Filippo Valsorda · 3 years, 6 months ago
  40. 564ec48 crypto/tls: don't use CN in BuildNameToCertificate if SANs are present by Filippo Valsorda · 3 years, 6 months ago
  41. feccfb8 crypto/x509: use fingerprint map for (*CertPool).contains by Filippo Valsorda · 3 years, 6 months ago
  42. f858c22 cmd/go/internal/modget: fix a typo introduced in CL 263267 by Bryan C. Mills · 3 years, 6 months ago
  43. 2231243 crypto/tls: pool Conn's outBuf to reduce memory cost of idle connections by cch123 · 3 years, 6 months ago
  44. 7307e86 test/codegen: go fmt by Alberto Donizetti · 3 years, 6 months ago
  45. afe7c8d testing: increase benchmark output to four significant figures by Austin Clements · 3 years, 6 months ago
  46. 5e371e0 crypto/x509: keep smaller root cert representation in memory until needed by Brad Fitzpatrick · 3 years, 6 months ago
  47. e8379ab crypto/x509: add support for CertPool to load certs lazily by Brad Fitzpatrick · 4 years ago
  48. 2c80de7 cmd/link: fix invalid usage of reflect.SliceHeader by Cuong Manh Le · 3 years, 6 months ago
  49. bb9a96d os/exec: use "pfiles" for fd debugging on illumos by Joshua M. Clulow · 3 years, 6 months ago
  50. a6755fc cmd/compile: check indirect connection between if block and phi block in addLocalInductiveFacts by Cholerae Hu · 3 years, 9 months ago
  51. d51ae66 archive/zip: fix documentation to mention fs.FS interface by Artyom Pervukhin · 3 years, 6 months ago
  52. 33bc8ce crypto/cipher: use Neon for xor on arm64 by Meng Zhuo · 3 years, 6 months ago
  53. c9b9cd7 crypto/tls: set Deadline before sending close notify alert by Katie Hockman · 3 years, 6 months ago
  54. f7ef5ca crypto/x509: add Unwrap to SystemRootsError by Pantelis Sampaziotis · 3 years, 6 months ago
  55. 3a81338 runtime: make stack traces of endless recursion print only top and bottom 50 by Emmanuel T Odeke · 7 years ago
  56. 5736eb0 cmd/compile: support inlining of type switches by Matthew Dempsky · 3 years, 6 months ago
  57. 362d25f io/fs: add WalkDir by Russ Cox · 3 years, 9 months ago
  58. d21af00 path/filepath: add WalkDir by Russ Cox · 3 years, 6 months ago
  59. 854e892 cmd/compile: optimize shift pairs and masks on s390x by Michael Munday · 4 years ago
  60. b7e0adf cmd/dist: remove openbsd/mips64 from incomplete ports by Joel Sing · 3 years, 6 months ago
  61. ecc3f51 cmd/compile: improve atomic swap intrinsics on arm64 by Jonathan Swinney · 3 years, 6 months ago
  62. 8e5778e cmd/link: report error if builtin referenced but not defined by Than McIntosh · 3 years, 6 months ago
  63. 2822bae go/types: add unexported start and end positions to type checker errors by Rob Findley · 3 years, 6 months ago
  64. d508d86 cmd/go: account for flags when parsing regexps in TestScript by Michael Matloob · 3 years, 6 months ago
  65. 370682a runtime: disable preemption in startm by Michael Pratt · 3 years, 6 months ago
  66. f42bd50 [dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to certificate 3678 by Filippo Valsorda · 3 years, 6 months ago
  67. 06538fa cmd/go/internal/modget: resolve paths at the requested versions by Bryan C. Mills · 3 years, 7 months ago
  68. 67bf1c9 cmd/go/internal/modload: fix (*mvsReqs).Max when the second argument is the empty string by Bryan C. Mills · 3 years, 6 months ago
  69. a19a4dc cmd/go/internal/mvs: in Upgrade, pass upgrades to buildList as upgrades by Bryan C. Mills · 3 years, 6 months ago
  70. 4a33392 cmd/go/internal/mvs: test a downgrade where the target explicitly requires itself by Bryan C. Mills · 3 years, 6 months ago
  71. 0c86172 cmd/go/internal/modload: add structured errors for queries matching the main module by Bryan C. Mills · 3 years, 6 months ago
  72. 04b5b4f cmd/go/internal/modload: return a module-only result from QueryPattern by Bryan C. Mills · 3 years, 6 months ago
  73. 40f0359 runtime: avoid a bit of unneeded work when MemProfileRate==1 by Brad Fitzpatrick · 3 years, 11 months ago
  74. db8142f runtime: fix file references in hiter's comments by Vee Zhang · 3 years, 6 months ago
  75. 8ab8125 os: remove unused variable in unix implementation of File.readdir by Brad Fitzpatrick · 3 years, 6 months ago
  76. 34c0969 cmd/go: revert "add GOVCS setting to control version control usage" by Dmitri Shuralyov · 3 years, 6 months ago
  77. 74ec40f path/filepath: revert "add WalkDir" by Dmitri Shuralyov · 3 years, 6 months ago
  78. 0556831 go/types: simplify error messages for untyped value assignability by Rob Findley · 3 years, 6 months ago
  79. 3510a1e internal/cpu: fix and cleanup ARM64 cpu feature fields and options by Martin Möhrmann · 3 years, 6 months ago
  80. 3ef8562 net/mail: avoid ParseDate confusion if day name includes "T" by Emmanuel T Odeke · 4 years ago
  81. 1e3b535 syscall: expose bInheritHandles of CreateProcess by Johan Knutzen · 3 years, 6 months ago
  82. c018eec cmd/go: add GOVCS setting to control version control usage by Russ Cox · 3 years, 6 months ago
  83. 63fd764 cmd/internal/obj: add prologue_end DWARF stmt for ppc64 by Derek Parker · 3 years, 6 months ago
  84. fd841f6 path/filepath: add WalkDir by Russ Cox · 3 years, 6 months ago
  85. 5ed81a3 cmd/asm: fix rlwnm reg,reg,const,reg encoding on ppc64 by Paul E. Murphy · 3 years, 6 months ago
  86. f532f19 os: avoid nil returns from Readdirnames, Readdir, ReadDir by Russ Cox · 3 years, 6 months ago
  87. e4b4e4b race.bash: add darwin/arm64 by Cherry Zhang · 3 years, 6 months ago
  88. 3a1d84b cmd/go/internal/modfetch/codehost: add support for new fossil info hash prefix by Curtis La Graff · 3 years, 6 months ago
  89. 594b4a3 cmd/dist: enable additional cgo tests on openbsd architectures by Joel Sing · 3 years, 6 months ago
  90. 5f0fca1 cmd/asm: rename arm64 instructions LDANDx to LDCLRx by Jonathan Swinney · 3 years, 6 months ago
  91. 633f9e2 internal/poll: treat copy_file_range EIO as not-handled by Tobias Klauser · 3 years, 6 months ago
  92. 5ca43ac runtime: allow physical page aligned stacks to be allocated by Joel Sing · 3 years, 6 months ago
  93. 8eb846f cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64 by Joel Sing · 3 years, 6 months ago
  94. e1b305a strconv: revert ParseFloat/ParseComplex error on incorrect bitSize by Ben Hoyt · 3 years, 6 months ago
  95. da7aa86 cmd/go: in cgoflags, permit -DX1, prohibit -Wp,-D,opt by Ian Lance Taylor · 3 years, 6 months ago
  96. 165ceb0 [dev.typeparams] merge master into dev.typeparams by Rob Findley · 3 years, 6 months ago
  97. ecd7b7e Revert "cmd/go: support cgo files in overlays" by Bryan C. Mills · 3 years, 6 months ago
  98. 393f2bb cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 by Joel Sing · 4 years ago
  99. 974def8 go/ast: add test for Filter by Heisenberg · 3 years, 8 months ago
  100. cc0930c cmd/doc: adding validation before adding comment marker by kemalelmizan · 3 years, 8 months ago