aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2024-08-13[release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.2...Carlos Amedee
2024-08-12[release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or gre...Michael Matloob
2024-07-26[release-branch.go1.23] types2, go/types: fix instantiation of named type wit...Cuong Manh Le
2024-07-26[release-branch.go1.23] cmd/compile: more informative panic when importing ge...Robert Griesemer
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-07-17cmd: vendor golang.org/x/telemetry@0b706e1Rob Findley
2024-07-17cmd/cgo/internal/testcarchive: remove 1-minute timeoutCherry Mui
2024-07-16cmd/internal/cov: close counter data files eagerlyThan McIntosh
2024-07-16cmd/compile: fix recursive generic interface instantiationCuong Manh Le
2024-07-12cmd: vendor golang.org/x/telemetry@268b4a8ec2d7Rob Findley
2024-07-12go/types: fix assertion failure when range over int is not permittedTim King
2024-07-11all: make struct comments match struct namescuishuang
2024-07-07cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefuncqiulaidongfeng
2024-07-05cmd/compile: correct RewriteMultiValueCall fatal messageCuong Manh Le
2024-07-05cmd/compile: fix ICE when compiling global a, b = f()Cuong Manh Le
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-07-03cmd/cgo: read CGO_LDFLAGS environment variableIan Lance Taylor
2024-07-03cmd/compile: fix mis-compilation when switching over channelsCuong Manh Le
2024-07-03cmd/compile: emit error message on mismatch import pathCuong Manh Le
2024-07-03cmd/link: document -checklinkname optionIan Lance Taylor
2024-07-01cmd/go/internal/workcmd: remove a potentially confusing statementMichael Matloob
2024-07-01cmd/link: align .reloc block starts by 32 bits for PE targetThan McIntosh
2024-07-01cmd/go: update go clean help messageMohamed Yousif
2024-06-28cmd/compile: drop internal range-over-func vars from DWARF outputAlessandro Arzilli
2024-06-28cmd/compile: don't elide zero extension on top of signed valuesKeith Randall
2024-06-27cmd/go/internal/help: add documentation for language version downgradingMichael Matloob
2024-06-26cmd/link: don't skip code sign even if dsymutil didn't generate a fileCherry Mui
2024-06-26cmd/link: don't let dsymutil delete our temp directoryCherry Mui
2024-06-25cmd/internal/obj/arm64: fix return with registerJoel Sing
2024-06-25cmd/compile: update README to reflect dead code elimination changesfunc25
2024-06-24cmd: run go mod tidy after CL 593684Dmitri Shuralyov
2024-06-24cmd/vendor: vendor x/telemetry@38a4430Hana (Hyang-Ah) Kim
2024-06-24cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler buildsSebastian Nickolls
2024-06-23cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" outputDavis Goodin
2024-06-22cmd/link: handle dynamic import variables on Darwin in plugin modeCherry Mui
2024-06-21cmd: vendor golang.org/x/telemetry@a740542Michael Matloob
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-21cmd/vendor: pull in golang.org/x/telemetry@b4de734Michael Matloob
2024-06-21cmd/cgo: fail on v, err := C.fn when fn is a builtin functionIan Lance Taylor
2024-06-21types2, go/types: correct NewTypeParam documentationCuong Manh Le
2024-06-20cmd/compile: support generic alias typeCuong Manh Le
2024-06-18all: update vendored golang.org/x/toolsDmitri Shuralyov
2024-06-18cmd/go: fix go list -u -m all with too new retractions dependencySam Thanawalla
2024-06-17cmd/go: set GoVersion for files on the command line with vetSam Thanawalla
2024-06-14cmd/compile: give the closure generated for rangefunc bodies a name.David Chase
2024-06-14cmd/go: fix problems with coverage percentage reporting w/ -coverpkgThan McIntosh
2024-06-14internal/coverage: refactor EmitPercent in preparation for bugfixThan McIntosh
2024-06-14cmd/go: fix handling of builtin packages in WriteCoverMetaFilesFileThan McIntosh
2024-06-13cmd/go: fix "go test -n -cover" glitch with no-test packagesThan McIntosh
2024-06-13go/types, types2: typecheck cases even if switch expression is invalidRobert Griesemer