aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2022-06-09cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1Dmitri Goutnik
2022-06-09go/types, types2: only set instance context if packages matchRobert Findley
2022-06-08cmd/go/testdata/script: fix skip on list_replace_absolute_windowsMichael Matloob
2022-06-08cmd/go: clean paths before using them form index functionsMichael Matloob
2022-06-08cmd/go: enable module index by defaultMichael Matloob
2022-06-08cmd/go: properly call PackageModuleRoot to get modroot for indexMichael Matloob
2022-06-08cmd/go: set Root and target fields for packages in GOPATHMichael Matloob
2022-06-07go/types, types2: better error message for invalid use of constraint typeRobert Griesemer
2022-06-07go/types, types2: better error message if type is not in type setRobert Griesemer
2022-06-07go/types, types2: use | rather than ∪ when printing term listsRobert Griesemer
2022-06-07cmd/link: specify -Wl,-z params as documentedMotiejus Jakštys
2022-06-06cmd/go: use index to match packages in dependency modulesMichael Matloob
2022-06-06all: boringcrypto post-merge cleanupRuss Cox
2022-06-06cmd/compile: cast riscv64 rewrite shifts to unsigned intJoel Sing
2022-06-06cmd/link/internal/loadpe: handle _main reference properlyThan McIntosh
2022-06-06go/types, types2: simplify implementation of validType (fix TODO)Robert Griesemer
2022-06-06go/types, types2: use type nest to detect type cycles (fix validType)Robert Griesemer
2022-06-06go/types, types2: ensure that named types never expand infinitelyRobert Findley
2022-06-06go/types, types2: store Named instance information separatelyRobert Findley
2022-06-06go/types, types2: eliminate methodList in favor of just using Named.muRobert Findley
2022-06-06go/types, types2: remove Named.once in favor of monotonic stateRobert Findley
2022-06-06cmd/buildid: reject rewriting legacy buildidsStephen Eckels
2022-06-04cmd/go: index standard library packagesMichael Matloob
2022-06-03cmd/compile/internal/escape: escape values with >PtrSize alignmentMichael Anthony Knyszek
2022-06-03cmd/go: changes to use modindexMichael Matloob
2022-06-03cmd/go: add functions to read index fileMichael Matloob
2022-06-03cmd/link: fix TestLargeTexteric fang
2022-06-02cmd/dist: use gohostarch for ssa rewrite checkChristian Stewart
2022-06-01cmd/go: add index creation methodsMichael Matloob
2022-06-01cmd/go: set GIT_TRACE_CURL for tests on buildersBryan C. Mills
2022-05-31cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic functionCuong Manh Le
2022-05-31cmd/link: call syscall.FlushFileBuffers on outbuf UnmapThan McIntosh
2022-05-27doc: lint Markdown for trailing spaces and code blocksJohn Bampton
2022-05-26cmd/compile: mark closures made for generic function expressions as wrappersKeith Randall
2022-05-26cmd/dist: support spaces and quotes in CCMotiejus Jakštys
2022-05-26cmd/cgo: use --no-gc-sections if availableMotiejus Jakštys
2022-05-25cmd/go: place GOROOT/bin at the beginning of PATH in 'go generate' and 'go test'Bryan C. Mills
2022-05-25internal/pkgbits: add Index typeMatthew Dempsky
2022-05-24cmd/compile: catch pointless recursion on function typesDavid Chase
2022-05-24go/types, types2: remove redundant calls to Named.resolveRobert Findley
2022-05-24cmd/go/internal/modfetch: wrap errors from HTTP response bodiesBryan C. Mills
2022-05-24go/types, types2: don't panic with invalid recursive generic typeRobert Griesemer
2022-05-24cmd/compile/internal/types2: mention go.mod file when using undeclared anyRobert Griesemer
2022-05-24cmd/internal/obj: add FuncInfo SPWRITE flag for linux/loong64Guoqi Chen
2022-05-23cmd/compile: fix loong64 constant folding in division rulesCuong Manh Le
2022-05-23go/types, types2: detect dupl. map keys in comp. literals with generic key typeRobert Griesemer
2022-05-23cmd/internal/obj/arm64: fix encoding of ADR/ADRP instructionCherry Mui
2022-05-23cmd/compile: support libFuzzer value profiling mode for integer comparesKhaled Yakdan
2022-05-23cmd/link: set coverage counters as expected by the fuzz packageKhaled Yakdan
2022-05-20Revert "cmd/cgo: use --no-gc-sections if available"Ian Lance Taylor