aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-09cmd/compile: remove 'ext' fields from unified IR reader/writer typesMatthew Dempsky
2021-09-09cmd/compile: simplify value coding for unified IRMatthew Dempsky
2021-09-09cmd/compile: extrapolate $GOROOT in unified IRMatthew Dempsky
2021-09-08go/types, types2: add Environment to ConfigRobert Griesemer
2021-09-08cmd/compile/internal/types2: spell out 'Type' in type parameter APIsRobert Griesemer
2021-09-08cmd/compile: add automated rewrite cycle detectionJosh Bleecher Snyder
2021-09-08cmd/compile/internal/types2: temporarily pin the Checker to Interface during ...Robert Griesemer
2021-09-08cmd/compile/internal/types2: move NewTypeParam off of CheckerRobert Griesemer
2021-09-08cmd/compile/internal/types2: move typeHash to environment.goRobert Griesemer
2021-09-08cmd/compile/internal/types2: implement deduplication of instances using the E...Robert Griesemer
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley
2021-09-08[dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC returnJay Conrod
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-09-08cmd/go: print offending -mod value in workspace modeMichael Matloob
2021-09-08cmd/go: improve the creation and editing of go.work filesMichael Matloob
2021-09-08go/types: temporarily pin the Checker to Interface during checkingRobert Findley
2021-09-08go/types: spell out 'Type' in type parameter APIsRobert Findley
2021-09-08go/ast: rename TParams fields to TypeParamsRobert Findley
2021-09-08go/types: move NewTypeParam off of CheckerRobert Findley
2021-09-08go/types: move typeHash to environment.goRobert Findley
2021-09-08go/types: implement deduplication of instances using the EnvironmentRobert Findley
2021-09-08cmd/go/internal/modload: scan dependencies of root paths when raising version...Bryan C. Mills
2021-09-08cmd/compile/internal/types2: reduce number of delayed functions (optimization)Robert Griesemer
2021-09-08cmd/compile/internal/types2: handle recursive type parameter constraintsRobert Griesemer
2021-09-08cmd/pprof: update vendored github.com/google/pprofDmitri Shuralyov
2021-09-08test/codegen: fix package name for test caseMichael Munday
2021-09-08test/codegen: fix compilation of bitfield testsMichael Munday
2021-09-08test/codegen: remove broken riscv64 testMichael Munday
2021-09-08all: update vendored golang.org/x/toolsDmitri Shuralyov
2021-09-08cmd/link: rework .TOC. handling for ppc64lePaul E. Murphy
2021-09-08cmd/link/internal/riscv64,cmd/internal/obj/riscv: make error messages consistentJoel Sing
2021-09-08cmd/interna/obj/riscv: use obj.REG_NONE rather than 0Joel Sing
2021-09-08cmd/internal/obj/riscv: simplify machine code outputJoel Sing
2021-09-08cmd/internal/obj/riscv: absorb rewriteMOV into instruction generationJoel Sing
2021-09-08cmd/internal/obj/riscv: simplify rewriteMOVJoel Sing
2021-09-08reflect: add back signaling NaN testKeith Randall
2021-09-08reflect: correct typoo in commentIan Lance Taylor
2021-09-07cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales
2021-09-07reflect: add test for passing float32 signaling NaNsKeith Randall
2021-09-07reflect: rename MapIter method receiver variable from it to iterJosh Bleecher Snyder
2021-09-07reflect: add MapIter.ResetJosh Bleecher Snyder
2021-09-07cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales
2021-09-07encoding/gob: optimize decoding of slicekorzhao
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-09-07cmd/compile: resolve TODO in inl.gozikaeroh
2021-09-07encoding/gob: marshal maps using reflect.Value.MapRangekorzhao
2021-09-07cmd/compile: fix type substituter to copy Funarg value for structsDan Scales
2021-09-07cmd/compile: fix lazy loading in reader2Matthew Dempsky
2021-09-07go/types: do not format TParams when hashingCuong Manh Le