1. 6a5f7e8 [dev.typeparams] cmd/compile: use dictionary entries for more conversion cases by Keith Randall · 3 years ago
  2. 5fa6bbc [dev.typeparams] cmd/compile: clean up instantiation and dictionary naming by Keith Randall · 2 years, 11 months ago
  3. e294b8a doc/go1.17: fix typo "MacOS" -> "macOS" by Levi(リーバイ) · 2 years, 11 months ago
  4. 3463852 math/big: fix typo of comment (`BytesScanner` to `ByteScanner`) by tkawakita · 2 years, 11 months ago
  5. fd4b587 cmd/compile: suppress details error for invalid variadic argument type by Cuong Manh Le · 2 years, 11 months ago
  6. e2e05af cmd/internal/obj/arm64: fix an encoding error of CMPW instruction by eric fang · 3 years ago
  7. dfa8fd8 [dev.typeparams] cmd/compile: add a field (method) name for function in TestABIUtilsInterfaces by Dan Scales · 2 years, 11 months ago
  8. 4bb0847 cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil) by Matthew Dempsky · 3 years ago
  9. 1519271 spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil) by Matthew Dempsky · 3 years ago
  10. 5385e23 runtime/internal/atomic: drop Cas64 pointer indirection in comments by Mia Zhu · 2 years, 11 months ago
  11. 64e6c75 [dev.typeparams] cmd/compile: port fix for issue46725 to transform.go by Dan Scales · 2 years, 11 months ago
  12. 956c81b cmd/go: add GOEXPERIMENT to `go env` output by Matthew Dempsky · 3 years ago
  13. a1d2726 cmd/go: prep for 'go env' refactoring by Matthew Dempsky · 3 years ago
  14. 695a591 [syslog] Port includes to use SDK path by Shai Barack · 2 years, 11 months ago
  15. 0cf1e16 [dev.fuzz] all: merge master (c95464f) into dev.fuzz by Katie Hockman · 2 years, 11 months ago
  16. 901510e cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0 by hao · 3 years ago
  17. 361159c cmd/cgo: fix 'see gmp.go' to 'see doc.go' by Koichi Shiraishi · 2 years, 11 months ago
  18. 1cfa89e [dev.fuzz] internal/fuzz: use scratch []byte for mutations by Katie Hockman · 3 years ago
  19. f99b3fe [dev.typeparams] cmd/compile: move MethodValueWrapper to walk by Cuong Manh Le · 2 years, 11 months ago
  20. a8861b9 [dev.typeparams] cmd/compile: port CL 330838 for -G=3 by Cuong Manh Le · 2 years, 11 months ago
  21. 20a04f6 [dev.typeparams] cmd/compile: delay method value wrapper generation until walk by Cuong Manh Le · 2 years, 11 months ago
  22. 1b995f9 [dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE by Cuong Manh Le · 2 years, 11 months ago
  23. c95464f internal/buildcfg: refactor GOEXPERIMENT parsing code somewhat by Matthew Dempsky · 3 years ago
  24. d44ed5d [dev.typeparams] cmd/compile: add method value wrappers to unified IR by Matthew Dempsky · 2 years, 11 months ago
  25. 3ea0fcf [dev.typeparams] cmd/compile: do not skip TestUnifiedCompare in short mode by Cuong Manh Le · 2 years, 11 months ago
  26. 27e3b79 [dev.typeparams] cmd/compile: remove OCALLMETH Fatals in SSA generation by Cuong Manh Le · 2 years, 11 months ago
  27. 0cf71f7 [dev.typeparams] cmd/compile: rewrite method calls during typecheck by Cuong Manh Le · 3 years ago
  28. 180c338 [dev.typeparams] cmd/compile: restore check for OCALLMETH in walkCall by Cuong Manh Le · 2 years, 11 months ago
  29. 942bcc2 [dev.typeparams] cmd/compile: fix wrong AST generation in devirtualization by Cuong Manh Le · 2 years, 11 months ago
  30. d417b8c [dev.typeparams] cmd/compile: clarify comment about checking reflect.Method in usemethod by Cuong Manh Le · 3 years ago
  31. ed647b1 [dev.typeparams] cmd/compile: use Type.LinkString for map keys by Matthew Dempsky · 3 years ago
  32. 942edc7 [dev.typeparams] cmd/compile: rename types.Type.{Short,Long}String to {Link,Name}String by Matthew Dempsky · 3 years ago
  33. ed01cea runtime/race: use race build tag on syso_test.go by Cherry Mui · 3 years ago
  34. d1916e5 go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compile/internal/syntax by Bryan C. Mills · 3 years ago
  35. 5160896 go/types: in TestStdlib, import from source instead of export data by Bryan C. Mills · 3 years ago
  36. d01bc57 runtime: make ncgocall a global counter by Tao Qingyun · 3 years ago
  37. 373ca3a Merge "[dev.typeparams] all: merge master (37f9a8f) into dev.typeparams" into dev.typeparams by Gerrit Code Review · 3 years ago
  38. 1b60284 [dev.typeparams] cmd/compile: simplify variable capturing in unified IR by Matthew Dempsky · 3 years ago
  39. 9fe7c38 [dev.typeparams] cmd/compile: fix TestUnifiedCompare by Matthew Dempsky · 3 years ago
  40. f4198f8 [dev.typeparams] cmd/compile: generate wrappers within unified IR by Matthew Dempsky · 3 years ago
  41. 3f1a517 [dev.typeparams] cmd/compile: refactor "need to emit" logic for types by Matthew Dempsky · 3 years ago
  42. badb983 [dev.typeparams] cmd/compile: switch CaptureVars to use syntax.Walk by Matthew Dempsky · 3 years ago
  43. ac2de11 [dev.typeparams] all: merge master (37f9a8f) into dev.typeparams by Cuong Manh Le · 3 years ago
  44. 2493c72 [dev.typeparams] cmd/compile: rewrite method call into method expression during escape analysis by Cuong Manh Le · 3 years ago
  45. f190a92 [dev.typeparams] cmd/compile: simplify usemethod by Cuong Manh Le · 3 years ago
  46. aee209c [dev.typeparams] cmd/compile: catch another mis-used OCALLMETH in backend by Cuong Manh Le · 3 years ago
  47. 37f9a8f go/types: fix a bug in package qualification logic by Rob Findley · 3 years ago
  48. 75ad323 [dev.typeparams] test: skip -G=3 testing under GOEXPERIMENT=unified by Matthew Dempsky · 3 years ago
  49. 808dca3 [dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappers by Matthew Dempsky · 3 years ago
  50. ddb09af [dev.typeparams] cmd/compile: add derived types and subdictionaries to dictionaries by Dan Scales · 3 years ago
  51. c309c89 reflect: document that InterfaceData is a low-entropy RNG by Matthew Dempsky · 3 years ago
  52. cce6214 cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTR by Cuong Manh Le · 3 years ago
  53. df00abc [dev.typeparams] cmd/compile: skip escape analysis diagnostics for wrappers by Matthew Dempsky · 3 years ago
  54. 600a2a4 cmd/go: don't try to add replaced versions that won't be selected by Bryan C. Mills · 3 years ago
  55. cc04ab4 [dev.fuzz] testing: report T.Deadline when running seed values by Jay Conrod · 3 years ago
  56. b55cc66 [dev.typeparams] cmd/compile: use r.hasTypeParams in typIdx by Cuong Manh Le · 3 years ago
  57. 9bdbf73 [dev.typeparams] cmd/compile: simplify writer.collectDecls by Matthew Dempsky · 3 years ago
  58. a9bb382 net: remove hard-coded timeout in dialClosedPort test helper by Bryan C. Mills · 3 years ago
  59. 86d72fa time: handle invalid UTF-8 byte sequences in quote to prevent panic by Andy Pan · 3 years ago
  60. 44a12e5 cmd/go: search breadth-first instead of depth-first for test dependency cycles by Bryan C. Mills · 3 years ago
  61. 73496e0 net: use absDomainName in the Windows lookupPTR test helper by Bryan C. Mills · 3 years ago
  62. 222ed1b os: enable TestFifoEOF on openbsd by siddharth · 3 years ago
  63. ee4fc0c [dev.typeparams] Fix issues related to dictionaries and method calls with embedded fields by Dan Scales · 3 years ago
  64. 8165256 [dev.typeparams] cmd/compile/internal/syntax: go/ast-style walk API by Matthew Dempsky · 3 years ago
  65. df99a27 [dev.fuzz] testing: capture coverage even if tRunner failed by Roland Shoemaker · 3 years ago
  66. a72a499 [dev.typeparams] cmd/compile: optimize wrapping of constant arguments by Matthew Dempsky · 3 years ago
  67. eb691fd [dev.typeparams] cmd/compile: escape analysis of method expression calls by Matthew Dempsky · 3 years ago
  68. 0a0e3a3 [dev.typeparams] cmd/compile: move call logic from order.go to escape by Matthew Dempsky · 3 years ago
  69. 574ec1c [dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFP by Matthew Dempsky · 3 years ago
  70. 3fa4243 [dev.fuzz] internal/fuzz: fix race in worker RPC logic by Jay Conrod · 3 years ago
  71. 9be8303 [dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLER{PC,SP} ops by Matthew Dempsky · 3 years ago
  72. 70f4ab6 [dev.typeparams] cmd/compile: remove SetClosureCalled(false) hacks by Matthew Dempsky · 3 years ago
  73. 107b1fc [dev.typeparams] cmd/compile: explain why expandInline needed by Cuong Manh Le · 3 years ago
  74. 99732b9 [dev.typeparams] cmd/compile: refactor escape analysis of calls by Matthew Dempsky · 3 years ago
  75. 1a445da [dev.typeparams] cmd/compile: remove CallExpr.PreserveClosure by Matthew Dempsky · 3 years ago
  76. e59a19c [dev.typeparams] cmd/compile: simplify walkGoDefer by Matthew Dempsky · 3 years ago
  77. 493e177 [dev.typeparams] cmd/compile: allow typecheck of OCHECKNIL by Matthew Dempsky · 3 years ago
  78. c4e0c65 [dev.typeparams] cmd/compile: refactor CaptureName by Matthew Dempsky · 3 years ago
  79. e1f8f74 [zxsocket] Correct SendMsg ordinal by Tamir Duberstein · 3 years ago
  80. 2058cb6 Regenerate by Tamir Duberstein · 3 years ago
  81. 85bf0e5 [go] Use s/zx_info_process_v2_t/zx_info_process_t by Joshua Seaton · 3 years ago
  82. f8434bc Add api-regen script by Tamir Duberstein · 3 years ago
  83. 62095c6 [dev.typeparams] go/types: adjust logic for method expression arg naming by Rob Findley · 3 years ago
  84. 541612b [dev.typeparams] cmd/gofmt: remove typeparams guards by Rob Findley · 3 years ago
  85. 0ebd5a8 cmd/go: update ToolTags based on GOARCH value by Ian Lance Taylor · 3 years ago
  86. c0bab84 [zxsocket] Use new socket option FIDL by Tamir Duberstein · 3 years ago
  87. 5bd09e5 spec: unsafe.Add/Slice are not permitted in statement context by Robert Griesemer · 3 years ago
  88. 666315b runtime/internal/atomic: remove incorrect pointer indirection in comment by Xing Gao · 3 years ago
  89. 63daa77 go/types: guard against checking instantiation when generics is disabled by Rob Findley · 3 years ago
  90. 3e6219c [dev.typeparams] cmd/compile: split package escape into multiple files by Matthew Dempsky · 3 years ago
  91. 077100d [dev.typeparams] cmd/compile: remove special escape analysis tags by Matthew Dempsky · 3 years ago
  92. 859d903 [dev.typeparams] cmd/compile: add -d=unifiedquirks for quirks mode by Matthew Dempsky · 3 years ago
  93. ff6f205 [dev.fuzz] internal/fuzz: refactor byte slice mutators by Roland Shoemaker · 3 years ago
  94. 197a5ee cmd/gofmt: remove stale documentation for the -G flag by Rob Findley · 3 years ago
  95. 9afd158 go/parser: parse an ast.IndexExpr for a[] by Rob Findley · 3 years ago
  96. 1bd5a20 cmd/go: add a -go flag to 'go mod graph' by Bryan C. Mills · 3 years ago
  97. 761edf7 cmd/internal/moddeps: use a temporary directory for GOMODCACHE if needed by Bryan C. Mills · 3 years ago
  98. a040042 cmd/internal/moddeps: use -mod=readonly instead of -mod=mod by Bryan C. Mills · 3 years ago
  99. 3f9ec83 cmd/go: document GOPPC64 environment variable by Ian Lance Taylor · 3 years ago
  100. 20bdfba go/scanner: fall back to next() when encountering 0 bytes in parseIdentifier by Rob Findley · 3 years ago