1. 1cbec68 reflect: fix SetIter test by Keith Randall · 2 years, 6 months ago
  2. 81484cf doc: document new reflect.SetIter{Key,Value} functions by Keith Randall · 2 years, 6 months ago
  3. 8dab959 reflect: rename Mapiter.SetKey to Value.SetIterKey by Keith Randall · 2 years, 6 months ago
  4. 3da0ff8 cmd/go: don't stamp build or vcs info for GOROOT binaries by Jay Conrod · 2 years, 6 months ago
  5. 0c45ed0 cmd/compile: fix irgen reports wrong error message for misuse of //go:embed by Cuong Manh Le · 2 years, 6 months ago
  6. 9e8ed86 debug/buildinfo: fix test for build settings by Jay Conrod · 2 years, 6 months ago
  7. b59467e net/http: also use Server.ReadHeaderTimeout for TLS handshake deadline by Brad Fitzpatrick · 2 years, 6 months ago
  8. 0400d53 go/types, types2: add a test case to ConvertibleTo by Robert Griesemer · 2 years, 6 months ago
  9. 440b63b cmd/compile/internal/types2: remove Config.AllowTypeLists (cleanup) by Robert Griesemer · 2 years, 6 months ago
  10. 4cbc0a5 cmd/go: produce a better error for generic test functions by Robert Findley · 2 years, 6 months ago
  11. 0fd0639 cmd/go: stamp tags and flags in build info by Jay Conrod · 2 years, 6 months ago
  12. a37bebc cmd/go: stamp VCS revision and uncommitted status into binaries by Jay Conrod · 2 years, 6 months ago
  13. a8c5a99 cmd/go: migrate 'go version' to use buildinfo.ReadFile by Jay Conrod · 2 years, 6 months ago
  14. 85a068f runtime/debug: add GoVersion to BuildInfo by Jay Conrod · 2 years, 6 months ago
  15. 434cdd0 debug/buildinfo: new package with Read and ReadFile by Jay Conrod · 2 years, 6 months ago
  16. 765c911 cmd/go: move module build info formatting into runtime/debug by Jay Conrod · 2 years, 6 months ago
  17. 011fd00 sync: remove TestWaitGroupMisuse2 and TestWaitGroupMisuse3 by Damien Neil · 2 years, 8 months ago
  18. fbdf830 go/types: avoid infinite expansion for invalid recursive generic types by Robert Griesemer · 2 years, 6 months ago
  19. ad99d88 cmd/compile/internal/types2: avoid infinite expansion for invalid recursive generic types by Robert Griesemer · 2 years, 6 months ago
  20. 24e798e syscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExecInChild on FreeBSD by Tobias Klauser · 2 years, 6 months ago
  21. 2feb2cc syscall: add support for SysProcAttr.Pdeathsig on FreeBSD by Tobias Klauser · 2 years, 6 months ago
  22. 1349c6e syscall: separate ProcSysAttr and forkAndExecInChild for FreeBSD by Tobias Klauser · 2 years, 6 months ago
  23. 9e4dc6f cmd/link/internal/ld: don't use linkname before 1.12 by Ian Lance Taylor · 2 years, 6 months ago
  24. 276fb27 cmd/compile/internal/syntax: remove AllowTypeSets mode by Robert Griesemer · 2 years, 6 months ago
  25. b90d258 cmd/compile: fix inst_test.go for riscv5 by Dan Scales · 2 years, 6 months ago
  26. 40f82f8 unsafe: optimize Slice bounds checking by Matthew Dempsky · 2 years, 6 months ago
  27. 4efa216 unsafe: allow unsafe.Slice up to end of address space by Matthew Dempsky · 2 years, 6 months ago
  28. 4a3daee net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxy by James Harris · 2 years, 6 months ago
  29. b5904f3 net: remove timeout in TestDialTimeoutMaxDuration by Tamir Duberstein · 2 years, 6 months ago
  30. aded167 internal/poll,net: support poll.Sendfile for darwin by Koichi Shiraishi · 2 years, 6 months ago
  31. 3986e5c bytes: fix Cut godoc typo by kjgorman · 2 years, 6 months ago
  32. 69041c7 net: add examples for remaining IP functions by Amelia Downs · 2 years, 7 months ago
  33. 5326094 os: explain ProccessState.Exited() SIGKILL interaction by Forest Johnson · 2 years, 6 months ago
  34. b8e4df0 cmd/pprof: update vendored github.com/google/pprof by Mark Hansen · 2 years, 6 months ago
  35. f687831 cmd/link: disable weak reference in itab if build with "-linkshared" by zhouguangyuan · 2 years, 6 months ago
  36. 0454d73 embed: add example by helbing · 2 years, 6 months ago
  37. e8f99da all: fix spelling mistakes by nicksherron · 2 years, 6 months ago
  38. 4fb2e1c cmd/compile: allow spaces in types.(*Type).LinkString() by Dan Scales · 2 years, 6 months ago
  39. 78d01be cmd/api: use placeholder names for type parameters by Robert Findley · 2 years, 6 months ago
  40. 732f6fa cmd/compile: use ANDL for small immediates by Jake Ciolek · 2 years, 6 months ago
  41. 3283d1a os: Simplify size using io.Discard. by Tamir Duberstein · 2 years, 6 months ago
  42. 61890fb internal/fuzz: fix -fuzzminimizetime with 'x' bug by Katie Hockman · 2 years, 6 months ago
  43. 3d051ba cmd/dist: run a checkNotStale on the builders before running tests by Bryan C. Mills · 4 years ago
  44. ac6d706 [dev.typeparams] cmd/compile: add test for number of instantiations by Dan Scales · 2 years, 8 months ago
  45. d032b2b testing: don't create unique subtest names while fuzzing by Jay Conrod · 2 years, 6 months ago
  46. 4186db6 cmd/compile: some fixes in type substituter for Instantiate by Dan Scales · 2 years, 6 months ago
  47. 26b6833 go/types: export TypeParam.Index and remove TypeParam._SetId by Robert Findley · 2 years, 6 months ago
  48. f8bfdc9 cmd/go: adjust documentation mentioning 'go get' by Jay Conrod · 2 years, 6 months ago
  49. 6e0adde cmd/compile: do not reuse dead value in expand_calls pass by Cherry Mui · 2 years, 6 months ago
  50. 36a265a testing: fix -run behavior with fuzz tests by Katie Hockman · 2 years, 6 months ago
  51. 4679670 cmd/internal/obj/ppc64: support alignment of prefixed insn by Paul E. Murphy · 3 years, 1 month ago
  52. 9c1dbdf compress/lzw: output a Clear code first, per GIF spec by Nigel Tao · 2 years, 6 months ago
  53. d887d3b cmd/link/internal/ld: use libc based fcntl for (*OutBuf).fallocate on darwin by Tobias Klauser · 2 years, 6 months ago
  54. 6372e7e cmd/api: support type parameters by Ian Lance Taylor · 2 years, 6 months ago
  55. d90f0b9 cmd/compile/internal/types2: avoid duplicate errors for invalid bounds by Robert Findley · 2 years, 6 months ago
  56. c1b0ae4 go/types: mark implicit interfaces as such by Robert Findley · 2 years, 6 months ago
  57. b41030e go/internal/gcimporter: enable importing typeparam/issue48424.go by Robert Findley · 2 years, 6 months ago
  58. 662c5ee go/types: accept constraint literals with elided interfaces by Robert Findley · 2 years, 6 months ago
  59. 2ecdf9d go/parser: allow eliding interface in constraint literals by Robert Findley · 2 years, 6 months ago
  60. d973bb1 encoding/gob: follow documented io.EOF semantics by Daniel Martí · 2 years, 6 months ago
  61. 7023535 cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methods by Dan Scales · 2 years, 6 months ago
  62. 65ffee6 cmd/go: insert goroot to the hash of build cache when the packages include C files by Bryan C. Mills · 2 years, 6 months ago
  63. 52078fa cmd/compile: deal with TODO related to generic wrappers with embedded fields by Dan Scales · 2 years, 6 months ago
  64. 577bb7d all: update vendored golang.org/x/tools by Robert Findley · 2 years, 6 months ago
  65. aa1c6f5 cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops by Paul E. Murphy · 2 years, 7 months ago
  66. bd41f2d cmd/link: do not mark holes in functab by Cherry Mui · 2 years, 6 months ago
  67. 2478b6f runtime: simplify multiple text section handling in findfunc by Cherry Mui · 2 years, 6 months ago
  68. f2141a7 doc/go1.18: document FreeBSD 11.x will no longer be supported by Yuval Pavel Zholkover · 2 years, 6 months ago
  69. 702e337 regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD by Russ Cox · 2 years, 6 months ago
  70. 34f7b1f go/parser: clean up unnecessary arguments and replace an if statement by Robert Findley · 2 years, 6 months ago
  71. 59b2f51 cmd/internal/obj/ppc64: remove unused REG_DCR types by Paul E. Murphy · 3 years ago
  72. d2d21d9 cmd/compile: used TESTL instead of TESTQ for cpu feature flag detection by Keith Randall · 2 years, 6 months ago
  73. b99abf3 cmd/compile: use the shorter version of XOR for breaking POPCNT register by Jake Ciolek · 2 years, 6 months ago
  74. ba2c9fe cmd/compile: mark NOT as an op that doesn't clobber flags on i386/AMD64 by Jake Ciolek · 2 years, 6 months ago
  75. eba91e8 sync: use example.com for url in ExampleWaitGroup by Sean Liao · 2 years, 6 months ago
  76. e1c294a cmd/compile: eliminate successive swaps by Alejandro García Montoro · 2 years, 11 months ago
  77. 74abcab cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} by Matthew Dempsky · 2 years, 6 months ago
  78. 7fcf9a1 cmd/go: do not expect a specific timing in test_fuzz_minimize by Bryan C. Mills · 2 years, 6 months ago
  79. f430bda go/build, internal/goarch: sort goarchList alphabetically by Tobias Klauser · 2 years, 6 months ago
  80. b9e1e1b cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18" by Matthew Dempsky · 2 years, 6 months ago
  81. 2840ccb [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Heschi Kreinick · 2 years, 6 months ago
  82. d480b5c cmd/link: put gcprog symbols along with gcbits by Cherry Mui · 2 years, 6 months ago
  83. 16a3cef runtime: fix uint64->float32 conversion for softfloat by Keith Randall · 2 years, 6 months ago
  84. d7ba1d2 go/types: rename rparamMap to recvTParamMap to match types2 by Robert Griesemer · 2 years, 6 months ago
  85. a7d3a0e cmd/compile/internal/types2: use an identifier map rather than isubst for recv type params by Robert Griesemer · 2 years, 6 months ago
  86. 0d838ea cmd/compile: allow delaying of transformCompLit, new transformAddr by Dan Scales · 2 years, 6 months ago
  87. 114aa69 [dev.boringcrypto] misc/boring: fix Docker Hub references by Heschi Kreinick · 2 years, 6 months ago
  88. 99c1b24 go/ast, go/types: remove some stale TODOs by Robert Findley · 2 years, 6 months ago
  89. b3a4b2d misc/cgo/testshared: pass the testing.T to goCmd when available by Bryan C. Mills · 2 years, 6 months ago
  90. 7d26add [dev.boringcrypto] misc/boring: publish to Artifact Registry by Heschi Kreinick · 2 years, 6 months ago
  91. 5b9206f time: allow minimum int64 in ParseDuration by Meng Zhuo · 2 years, 6 months ago
  92. e74db46 go/types: use an identifier map rather than isubst for recv type params by Robert Findley · 2 years, 6 months ago
  93. 8c4ea31 image/png: fix interlaced palette out-of-bounds by Nigel Tao · 2 years, 6 months ago
  94. 78d749f go/types: partial revert of incorrect unification "fix" by Robert Griesemer · 2 years, 6 months ago
  95. 5780be4 cmd/compile/internal/types2: partial revert of incorrect unification "fix" by Robert Griesemer · 2 years, 6 months ago
  96. 7cef831 unicode: use IsSpace not IsUpper in IsSpace example test by Pedro Lopez Mareque · 2 years, 6 months ago
  97. 1ceb723 cmd/link: mark holes in functab with end PC-1 by Cherry Mui · 2 years, 6 months ago
  98. 6436f5c runtime: handle end PC in textAddr by Cherry Mui · 2 years, 6 months ago
  99. b69f823 testing: with -benchtime=1x, run the benchmark loop exactly once by Caleb Spare · 2 years, 9 months ago
  100. 6b4cf2be cmd/compile: improving printing of type names in func/meth instantiations by Dan Scales · 2 years, 6 months ago