1. 0163bda crypto/tls: fix TestLinkerGC test by Cherry Zhang · 3 years, 7 months ago
  2. af85c47 [dev.boringcrypto] misc/boring: bump version to b6 by Filippo Valsorda · 3 years, 8 months ago
  3. f9b86a6 [dev.boringcrypto] go/build: satisfy the boringcrypto build tag by Filippo Valsorda · 3 years, 8 months ago
  4. ef2b318 [dev.boringcrypto] crypto/boring: expose boring.Enabled() by Filippo Valsorda · 3 years, 8 months ago
  5. 815a5e2 cmd/go: fix doc math for build cache hashing by Daniel Martí · 3 years, 7 months ago
  6. a28edbf encoding/asn1: error instead of panic on invalid value to Unmarshal by KimMachineGun · 3 years, 7 months ago
  7. 79e681d crypto/tls: make config.Clone return nil if the source is nil by Chen.Zhidong · 3 years, 7 months ago
  8. 9a7a981 cmd/compile: convert more amd64 rules to typed aux by Alberto Donizetti · 3 years, 7 months ago
  9. 6fc094c crypto/x509: define certDirectories per GOOS by Tobias Klauser · 3 years, 8 months ago
  10. 15c8925 cmd/go/internal/lockedfile/internal/filelock: remove stale TODO comment by Tobias Klauser · 3 years, 7 months ago
  11. 1f4d035 runtime: initialise cpu.HWCap on netbsd/arm64 by Tobias Klauser · 3 years, 7 months ago
  12. af18bce cmd/link: consider interface conversions only in reachable code by Cherry Zhang · 3 years, 7 months ago
  13. ad0ab81 cmd/compile: fix type checking of "make" arguments by Matthew Dempsky · 3 years, 7 months ago
  14. c4971a1 testing: add benchmark for TB.Helper by Emmanuel T Odeke · 3 years, 7 months ago
  15. f33263d crypto/x509: hardcode RSA PSS parameters rather than generating them by Roland Shoemaker · 3 years, 7 months ago
  16. a424f6e cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9 by Lynn Boger · 3 years, 7 months ago
  17. 874b313 mime/multipart: return overflow errors in Reader.ReadForm by avivklas · 3 years, 9 months ago
  18. 05b626e os: fix SyscallConn typos in the File.Fd comments by Changkun Ou · 3 years, 7 months ago
  19. e572218 cmd/compile: fix escape reason for MAKESLICE with no cap by Alberto Donizetti · 3 years, 7 months ago
  20. 5755bad os: remove ENOTSUP special case in Getwd on darwin by Tobias Klauser · 3 years, 7 months ago
  21. 8ab020a runtime: netbsd-arm64 fixes by Benny Siegert · 3 years, 7 months ago
  22. 72a9dec doc/go1.16: document net.ErrClosed usage in crypto/tls by Ainar Garipov · 3 years, 7 months ago
  23. 7bb6fed os: document and emphasize a potential misuse of File.Fd by Changkun Ou · 3 years, 7 months ago
  24. 6f02578 cmd/compile: fix logopt log directory naming for windows by David Chase · 3 years, 7 months ago
  25. ad61868 cmd/dist: detect gohostarch on netbsd/arm64 hosts by Tobias Klauser · 3 years, 7 months ago
  26. f5c3eda cmd/compile: enforce strongly typed rules for ARM (mergesym) by Constantin Konstantinidis · 3 years, 7 months ago
  27. 66fbb80 cmd/compile: more amd64 typed rules by Alberto Donizetti · 3 years, 7 months ago
  28. 7d3fd4f syscall: implement Getwd using getcwd from libSystem on darwin by Tobias Klauser · 3 years, 7 months ago
  29. dbb1c5b syscall: remove mksysnum_darwin.pl script by Tobias Klauser · 3 years, 7 months ago
  30. 8266570 encoding/json: added docs to UnsupportedValueError by Carlos Alexandro Becker · 3 years, 8 months ago
  31. 74c3b50 vendor, cmd/vendor: update vendored x/sys and x/net by Cherry Zhang · 3 years, 7 months ago
  32. 989ab8a runtime: drop nosplit from primary lockrank functions by Michael Pratt · 3 years, 8 months ago
  33. 2e0f8c3 runtime: update go:notinheap documentation by Austin Clements · 3 years, 7 months ago
  34. 2333c62 runtime: use old capacity to decide on append growth regime by Keith Randall · 3 years, 7 months ago
  35. fa04d48 cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64 by fanzha02 · 3 years, 7 months ago
  36. ea106cc cmd/compile: prevent 387+float32+pie from clobbering registers by Keith Randall · 3 years, 7 months ago
  37. f765dcb cmd/compile,cmd/asm: fix buglet in -S=2 output by Than McIntosh · 3 years, 7 months ago
  38. 23cc16c spec: better variable name for operator example by Robert Griesemer · 3 years, 7 months ago
  39. 5824a4c cmd/go: error when -c or -i are used with unknown flags by Daniel Martí · 3 years, 11 months ago
  40. 4cba6c7 testing: send t.signal only if there is no panic by Changkun Ou · 3 years, 7 months ago
  41. 4285094 encoding/json: detect cyclic maps and slices by lujjjh · 3 years, 7 months ago
  42. 25a33da encoding/json: allow semicolon in field key / struct tag by Sean Liao · 4 years ago
  43. 0f55d37 cmd/compile: use typed rules for const folding on amd64 by Alberto Donizetti · 3 years, 7 months ago
  44. 83e8bf2 cmd/compile: more amd64 typed aux rules by Alberto Donizetti · 3 years, 7 months ago
  45. 8e8bfb6 crypto/tls: replace errClosed with net.ErrClosed by Ainar Garipov · 3 years, 7 months ago
  46. 9e073b5 doc/go1.16: add -insecure deprecation to release notes by witchard · 3 years, 7 months ago
  47. aacbd7c cmd/compile: enforce strongly typed rules for ARM (GOARM) by Constantin Konstantinidis · 3 years, 8 months ago
  48. d54a9a9 math/big: replace division with multiplication by reciprocal word by SparrowLii · 3 years, 8 months ago
  49. b6632f7 cmd/compile: switch to typed for amd64 flag const rules by Alberto Donizetti · 3 years, 7 months ago
  50. 11cdbab bytes, internal/bytealg: fix incorrect IndexString usage by Michael Munday · 3 years, 7 months ago
  51. 1f41f04 cmd/compile: enforce strongly typed rules for ARM (8) by Constantin Konstantinidis · 3 years, 10 months ago
  52. 58fa807 cmd/compile: enforce strongly typed rules for ARM (mem) by Constantin Konstantinidis · 3 years, 7 months ago
  53. c9551f9 cmd/compile: enforce strongly typed rules for ARM (1) by Constantin Konstantinidis · 4 years ago
  54. a413908 all: add GOOS=ios by Cherry Zhang · 3 years, 7 months ago
  55. bc320fc doc: update overview for authentication by Katie Hockman · 3 years, 7 months ago
  56. 4d7abd7 cmd/compile: enable late call expansion for multiple results by David Chase · 3 years, 9 months ago
  57. 150bd4f cmd/compile: enforce strongly typed rules for ARM (4) by Constantin Konstantinidis · 3 years, 10 months ago
  58. fa63d24 cmd/compile: switch to typed for const memory folding amd64 rules by Alberto Donizetti · 3 years, 7 months ago
  59. 0f82e58 cmd/compile: switch to typed aux in more amd64 rules by Alberto Donizetti · 3 years, 7 months ago
  60. 83bc1ed encoding/binary: remove TODO in Write and add benchmarks by zhouzhongyuan · 3 years, 9 months ago
  61. 0a9dd47 net: reflect TCP backlog size update of uint16->uint32 on Linux by Cuong Manh Le · 3 years, 7 months ago
  62. d2bd93a cmd/compile: enforce strongly typed rules for ARM (6) by Constantin Konstantinidis · 4 years ago
  63. bfe72ec cmd/compile: enforce strongly typed rules for ARM (5) by Constantin Konstantinidis · 4 years ago
  64. be01f54 cmd/compile: enforce strongly typed rules for ARM (3) by Constantin Konstantinidis · 4 years ago
  65. 7f71846 cmd/compile: enforce strongly typed rules for ARM (2) by Constantin Konstantinidis · 4 years ago
  66. 2813e22 crypto/des: fix typo in permuteInitialBlock function comments by zhouzhongyuan · 3 years, 7 months ago
  67. 8f8a8e8 cmd/go/internal/modload: eliminate QueryPackage by Bryan C. Mills · 3 years, 7 months ago
  68. d140c35 syscall: use libc-based ioctl for Ioctl in tests on darwin by Tobias Klauser · 3 years, 7 months ago
  69. 095f66f cmd/go/internal/modget: if building packages, only update go.mod if the build succeeds by Bryan C. Mills · 3 years, 7 months ago
  70. ea42b77 cmd/go/internal/modget: diagnose missing transitive dependencies by Bryan C. Mills · 3 years, 8 months ago
  71. 3aa0948 cmd/go: add a '-e' flag to 'mod tidy' and 'mod vendor' by Bryan C. Mills · 3 years, 7 months ago
  72. 4e1d812 doc/go1.16: add subheads and adjust formatting in the 'Go command' section by Bryan C. Mills · 3 years, 7 months ago
  73. fd75989 cmd/go/internal/modget: consolidate Load entrypoints by Bryan C. Mills · 3 years, 7 months ago
  74. d42b32e runtime: add sched.lock assertions by Michael Pratt · 3 years, 8 months ago
  75. 53c9b95 runtime: check held locks with staticlockranking by Michael Pratt · 3 years, 8 months ago
  76. 0d83fe6 os: close fd if fd.Stat fails in Getwd by Tobias Klauser · 3 years, 7 months ago
  77. 7547768 cmd/compile: consistently use typekind when reporting invalid operation by Cuong Manh Le · 3 years, 7 months ago
  78. 23573d0 cmd/compile: clearer error when non-bool used as "||" and "&&" operand by Cuong Manh Le · 3 years, 7 months ago
  79. 8860251 all: update vendored dependencies during Go 1.16 development by Dmitri Shuralyov · 3 years, 7 months ago
  80. 5853b4e cmd/go/internal/get: warn about -insecure deprecation by witchard · 3 years, 7 months ago
  81. f92c640 debug/dwarf: speed up SkipChildren for compilation units by Dmitry Vyukov · 3 years, 7 months ago
  82. 7e9369a cmd/link: add go.mod to TestFuncAlign by Jay Conrod · 3 years, 7 months ago
  83. eda1d40 make.bash: avoid warning when bootstrap doesn't support GOOS/GOARCH by Austin Clements · 3 years, 7 months ago
  84. 02ff8b8 runtime: expand gopark documentation by Michael Pratt · 3 years, 7 months ago
  85. eb3c6a9 runtime: disable stack shrinking in activeStackChans race window by Michael Anthony Knyszek · 3 years, 9 months ago
  86. b4ea672 cmd/go: default to GO111MODULE=on by Jay Conrod · 3 years, 7 months ago
  87. 331614c runtime: improve error messages after allocating a stack that is too big by Paschalis Tsilias · 3 years, 7 months ago
  88. a386802 unicode/utf8: document the handling of runes out of range in EncodeRune by Ainar Garipov · 3 years, 7 months ago
  89. 73eb24c math: Remove redundant local variable Ln2 by surechen · 4 years ago
  90. 58fe2cd time: support colon at start of TZ value by Jay Lee · 3 years, 7 months ago
  91. ccf581f go/internal/gccgoimporter: recognize aixbigafMagic archives by Clément Chigot · 3 years, 7 months ago
  92. 09dd2b0 cmd/compile: add type check for ssa genericOps by surechen · 3 years, 7 months ago
  93. 4c4a376 runtime/debug: skip fault address test on unsupported platforms by Keith Randall · 3 years, 7 months ago
  94. 8925290 reflect: use zero buffer to back the Value returned by Zero by Keith Randall · 3 years, 7 months ago
  95. 7e54aa2 cmd/link: don't mark a symbol's GoType reachable when -linkshared by Cherry Zhang · 3 years, 7 months ago
  96. d91d076 runtime/debug: provide Addr method for errors from SetPanicOnFault by Keith Randall · 3 years, 8 months ago
  97. 65dfe4a cmd/compile: generate late-lowering static calls by David Chase · 3 years, 10 months ago
  98. 44c0586 cmd/compile: add code to expand calls just before late opt by David Chase · 3 years, 10 months ago
  99. 0b71ce6 cmd/go/internal/modload: don't report path errors when loading retractions by Jay Conrod · 3 years, 7 months ago
  100. 789d77a cmd/link: propagate UsedInIface through method descriptor by Cherry Zhang · 3 years, 7 months ago