1. eaa97fb cmd/cgo: don't translate bitfields into Go fields by Ian Lance Taylor · 4 years, 7 months ago
  2. b6dbaef os/signal: add NotifyContext to cancel context using system signals by Henrique Vicente · 5 years ago
  3. 8248b57 cmd/go/internal/modget: factor out functions for argument resolution by Bryan C. Mills · 4 years, 6 months ago
  4. dbde566 cmd/go: default to -mod=readonly in most commands by Jay Conrod · 4 years, 6 months ago
  5. 3ab825d cmd/go/internal/modget: warn about unmatched packages exactly once by Bryan C. Mills · 4 years, 6 months ago
  6. de0957d cmd/go: relax version's error on unexpected flags by Daniel Martí · 4 years, 6 months ago
  7. f1c400a cmd/go: fix broken mod_outside test by Jay Conrod · 4 years, 6 months ago
  8. 03875bd cmd/go: add modload.NeedRoot mode for commands that need module root by Jay Conrod · 4 years, 6 months ago
  9. e306363 cmd/go: implement 'go install pkg@version' by Jay Conrod · 4 years, 7 months ago
  10. ea33523 cmd/compile: rewrite some ARM64 rules to use typed aux by Xiangdong Ji · 4 years, 6 months ago
  11. 3b64e6b internal/poll, internal/syscall/unix, net: enable writev on illumos by Tobias Klauser · 4 years, 6 months ago
  12. bae9cf6 test: fix inline.go to pass linux-amd64-noopt by Matthew Dempsky · 4 years, 6 months ago
  13. d20298e cmd/compile: make funccompile non-reentrant by Cuong Manh Le · 4 years, 6 months ago
  14. f4936d0 cmd/compile: call fninit earlier by Matthew Dempsky · 4 years, 6 months ago
  15. 2374105 cmd/compile: better dclcontext handling in func{hdr,body} by Matthew Dempsky · 4 years, 6 months ago
  16. 506eb0a Revert "encoding/json: implement Is on SyntaxError" by Damien Neil · 4 years, 6 months ago
  17. 114719e Revert "encoding/json: implement Is on all errors" by Damien Neil · 4 years, 6 months ago
  18. a408139 testing: fix panicking tests hang if Cleanup calls FailNow by Changkun Ou · 4 years, 6 months ago
  19. 5764653 cmd/api: omit outside dependencies when listing the packages in "std" by Bryan C. Mills · 4 years, 6 months ago
  20. 14c7caa runtime: add 24 byte allocation size class by Martin Möhrmann · 4 years, 8 months ago
  21. c0c396b misc/ios: quote paths by Cherry Zhang · 4 years, 6 months ago
  22. 86dbeef syscall: fix fsync for read-only files on aix by Clément Chigot · 4 years, 6 months ago
  23. 4f5cd0c net/http/cgi,net/http/fcgi: add Content-Type detection by Roberto Clapis · 4 years, 7 months ago
  24. 66e66e7 make.bat: fix compare between GOROOT and srcdir paths, when either contains whitespace. by Dominic Della Valle · 4 years, 6 months ago
  25. afb5fca test: fix flaky test for issue24491 by Cuong Manh Le · 4 years, 6 months ago
  26. 5f1b12b cmd/compile: remove nodeNeedsWrapper flag by Cuong Manh Le · 4 years, 6 months ago
  27. 1f45216 cmd/compile: attach OVARLIVE nodes to OCALLxxx by Cuong Manh Le · 4 years, 6 months ago
  28. 95bb00d encoding/json: implement Is on all errors by Carlos Alexandro Becker · 4 years, 6 months ago
  29. b3ef90e encoding/json: implement Is on SyntaxError by Carlos Alexandro Becker · 4 years, 6 months ago
  30. 92b2b88 cmd/go: avoid flag.FlagSet.VisitAll at init time by Daniel Martí · 4 years, 7 months ago
  31. 806f478 cmd/compile: don't report not enough args error if call is undefined by Cuong Manh Le · 4 years, 6 months ago
  32. 2c95e3a cmd/compile: use clearer error message for stuct literal by Cuong Manh Le · 4 years, 6 months ago
  33. d7384f3 os: implement File.Chmod on Windows by Constantin Konstantinidis · 4 years, 7 months ago
  34. 07c1788 cmd/go: move repository resolution from internal/get to internal/vcs by Jay Conrod · 4 years, 7 months ago
  35. 86ee84c cmd/go: move get.Insecure to cfg.Insecure to break dependency cycle by Jay Conrod · 4 years, 7 months ago
  36. b459bc8 cmd/go: make 'go mod download' update go.sum after downloads are complete by Jay Conrod · 4 years, 6 months ago
  37. 1ed4f12 cmd/link: add a test to test RODATA is indeed read-only by Cherry Zhang · 4 years, 6 months ago
  38. ffd95aa cmd/link: put read-only data in __DATA_CONST segment by Cherry Zhang · 4 years, 6 months ago
  39. a531bd5 cmd/internal/objfile: recognize Mach-O __DATA_CONST segment as read-only data by Cherry Zhang · 4 years, 6 months ago
  40. 9214677 cmd/go: refactor modload.Import for better -mod=readonly errors by Jay Conrod · 4 years, 6 months ago
  41. 6e3df74 cmd/go: refactor -mod flag parsing by Jay Conrod · 4 years, 6 months ago
  42. b22af9b cmd/link: record only the first occurance in Reachparent graph by Cherry Zhang · 4 years, 6 months ago
  43. 03a6860 cmd/go: update tests to work with -mod=readonly on by default by Jay Conrod · 4 years, 6 months ago
  44. d277a36 runtime: remove darwin/arm specifc code by Cherry Zhang · 4 years, 6 months ago
  45. a1762c2 unicode/utf8: refactor benchmarks for FullRune function by eric fang · 4 years, 10 months ago
  46. d7ab277 cmd/asm: add more SIMD instructions on arm64 by Junchen Li · 4 years, 7 months ago
  47. 9b2df72 cmd/link: add copyright header by Cherry Zhang · 4 years, 6 months ago
  48. 8098dbb runtime: update docs for GOMAXPROCS by ipriver · 4 years, 6 months ago
  49. 07d19b2 all: check GOROOT_BOOTSTRAP executable before bootsrappping by Cuong Manh Le · 4 years, 6 months ago
  50. dfdc388 cmd/internal/obj/arm64: enable some SIMD instructions by fanzha02 · 4 years, 7 months ago
  51. aa476ba cmd/go/internal/modload: refactor pathInModuleCache by Bryan C. Mills · 4 years, 7 months ago
  52. 564b350 cmd/go/internal/modload: rename LoadBuildList and BuildList by Bryan C. Mills · 4 years, 8 months ago
  53. 521393e cmd/go/internal/modget: move MVS code to a separate file by Bryan C. Mills · 4 years, 8 months ago
  54. 363fb4b cmd/go/internal/modload: consolidate buildList and associated functions into one file by Bryan C. Mills · 4 years, 9 months ago
  55. d27ebc7 cmd/go/internal/modload: implement the "all" pattern for lazy loading by Bryan C. Mills · 5 years ago
  56. b4944ef cmd: update golang.org/x/tools to v0.0.0-20200901153117-6e59e24738da by Tzu-Chiao Yeh · 4 years, 6 months ago
  57. cd91ab5 cmd/go/internal/modload: fix spurious import resolution error by Bryan C. Mills · 4 years, 7 months ago
  58. 2c8d2a0 net/http: fix data race due to writeLoop goroutine left running by Steven Hartland · 4 years, 7 months ago
  59. 015a5a5 cmd/go/internal/modload: rework import resolution by Bryan C. Mills · 4 years, 7 months ago
  60. 26d27f9 cmd/go/internal/modload: remove (*loader).forceStdVendor by Bryan C. Mills · 4 years, 7 months ago
  61. b96d32b cmd/go/internal/modload: track which packages are in 'all' during loading by Bryan C. Mills · 4 years, 9 months ago
  62. 2556eb7 runtime: ignore SIGPROF if profiling disable for thread by Ian Lance Taylor · 4 years, 6 months ago
  63. 34835df runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iteration by Michael Anthony Knyszek · 4 years, 6 months ago
  64. 9ef3ee3 cmd/link: remove unnecessary type conversion for nitablinks by Cuong Manh Le · 4 years, 6 months ago
  65. 83ed734 cmd/link: pre-resolve package reference by Cherry Zhang · 4 years, 7 months ago
  66. bdad428 cmd/go: make 'go get' preserve sums for content of new requirements by Jay Conrod · 4 years, 7 months ago
  67. 5183696 cmd/compile: add Type.IsUintptr() to detect type is an uintptr by Cuong Manh Le · 4 years, 6 months ago
  68. 9cf8833 cmd/compile: consistently use Type.IsUnsafePtr() by Cuong Manh Le · 4 years, 6 months ago
  69. bdb480f cmd/compile: fix mishandling of unsafe-uintptr arguments in go/defer by Cuong Manh Le · 4 years, 6 months ago
  70. 1e6ad65 cmd/link: enable DWARF combining on macOS ARM64 by Cherry Zhang · 4 years, 6 months ago
  71. a52a5d8 cmd/link: mark ELF PLT sections executable by Cherry Zhang · 4 years, 6 months ago
  72. ae3680b cmd/link: rewrite some code without using reflection by Cherry Zhang · 4 years, 6 months ago
  73. e8f9185 cmd/link: strip STAB (symbolic debugging) symbols on darwin by Cherry Zhang · 4 years, 7 months ago
  74. 565ad13 runtime: make PCDATA_RegMapUnsafe more clear and remove magic number by chainhelen · 4 years, 6 months ago
  75. f98f3b0 runtime: remove outdated comment in mkduff.go about usage of STOSQ by Martin Möhrmann · 4 years, 6 months ago
  76. dc025c0 cmd/compile: handle ODDD in exprformat by Cuong Manh Le · 4 years, 6 months ago
  77. 0e19aaa cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instructions of arm64 by fanzha02 · 4 years, 7 months ago
  78. 1a119ed runtime: rotate map key seed on clearing up maps by Cuong Manh Le · 4 years, 6 months ago
  79. 5cc030a go/ast: note that in BasicLit CHARs and STRINGs are quoted by Alberto Donizetti · 4 years, 8 months ago
  80. 617f2c3 net/http: mark http/2 connections active by Michael Fraenkel · 4 years, 9 months ago
  81. b60ec4c mime: add examples for FormatMediaType and ParseMediaType by Ainar Garipov · 4 years, 6 months ago
  82. c489330 doc/go1.16: reformat the minor changes section as a definition list by Ainar Garipov · 4 years, 7 months ago
  83. 62fe10b src/go.mod, net/http: update bundled and latest golang.org/x/net by Paschalis Tsilias · 4 years, 6 months ago
  84. bf833ea cmd/compile: ensure that ssa.Func constant cache is consistent by David Chase · 4 years, 7 months ago
  85. 721819e testing: make TempDir idempotent for both Cleanup and Benchmark by Changkun Ou · 4 years, 7 months ago
  86. 93810ac runtime: opportunistically rotate map key seed by Benjamin Barenblat · 4 years, 6 months ago
  87. 612b119 cmd/link: pass darwin/amd64-specific flags only on AMD64 by Cherry Zhang · 4 years, 7 months ago
  88. e61d17d cmd/link: MACHOPLT is executable by Cherry Zhang · 4 years, 6 months ago
  89. ae658cb cmd/compile: store the comparison pseudo-ops of arm64 conditional instructions in AuxInt by fanzha02 · 4 years, 7 months ago
  90. a538b59 cmd/go: define an asm macro for GOEXPERIMENT=regabi by Austin Clements · 4 years, 7 months ago
  91. 2b8b06e cmd/internal/objabi: add regabi GOEXPERIMENT by Austin Clements · 4 years, 7 months ago
  92. 6c76ede image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA by Nigel Tao · 4 years, 7 months ago
  93. a4171d8 cmd/compile: do not declare func nodes by Cuong Manh Le · 4 years, 7 months ago
  94. ace37d3 cmd/compile: do not push functions literal node to Func.Dcl by Cuong Manh Le · 4 years, 7 months ago
  95. 0e48c67 cmd/go: add -Wl,-Bsymbolic-functions to cgo flags whitelist by Dan Kortschak · 4 years, 7 months ago
  96. ef20f76b net/http: reject negative suffix-length Range:bytes=--N with 416 status code by Emmanuel T Odeke · 4 years, 7 months ago
  97. be9ed03 cmd/compile/internal/gc: remove unparen by Cuong Manh Le · 4 years, 7 months ago
  98. 51c0bdc testing: flush test summaries to stdout atomically when streaming output by Bryan C. Mills · 4 years, 7 months ago
  99. e6583dc runtime: add file copyright header declaration by Heisenberg · 4 years, 8 months ago
  100. 7432bee net/http/fcgi: fix race in child.serve connection read by Tzu-Chiao Yeh · 4 years, 7 months ago