aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2024-02-28[release-branch.go1.22] cmd/go/internal/modcmd: correctly filter out main mod...Michael Matloob
2024-02-27[release-branch.go1.22] cmd/trace/v2,internal/trace: use correct frame for id...Nick Ripley
2024-02-27[release-branch.go1.22] go/types, types2: ensure that Alias.actual is set in ...Rob Findley
2024-02-27[release-branch.go1.22] cmd/compile: make jump table symbol staticCherry Mui
2024-02-16[release-branch.go1.22] cmd/compile: fail noder.LookupFunc gracefully if func...Michael Pratt
2024-02-16[release-branch.go1.22] cmd/compile: accept -lang=go1 as -lang=go1.0Matthew Dempsky
2024-02-16[release-branch.go1.22] cmd/cgo/internal/testsanitizers: disable location che...Michael Anthony Knyszek
2024-02-02[release-branch.go1.22] cmd/go/internal/generate: call modload.InitWorkFileMichael Matloob
2024-02-01[release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match f...Michael Anthony Knyszek
2024-01-31[release-branch.go1.22] cmd/go/internal/toolchain: apply the -modcacherw flag...Bryan C. Mills
2024-01-23[release-branch.go1.22] cmd/trace/v2: emit user log annotations in all viewsMichael Anthony Knyszek
2024-01-23[release-branch.go1.22] cmd/cgo/internal/test: skip TestCallbackCallersSEH wh...qmuntal
2024-01-18cmd/go/internal/modfetch: set protocol.version=2 for shallow git fetchesBryan C. Mills
2024-01-18go/types, types2: fix range clause checks for constant range expressionsRobert Griesemer
2024-01-17cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1Robert Griesemer
2024-01-11go/types, types2: don't lose position info of interface embeddingsRobert Griesemer
2024-01-11cmd/compile: document go:wasmimport directiveMauri de Souza Meneguzzo
2024-01-10cmd/compile: use hashed symbol name for go.shape types if too longThan McIntosh
2024-01-08cmd/doc: fix inconsistent receiver nameMehdi Mostafavi
2024-01-08cmd/compile: handle defined iter func type correctlyCuong Manh Le
2024-01-05cmd/go: run cover tool before swigThan McIntosh
2024-01-04cmd/api: fix panic on exported basic type aliasesDevon H. O'Dell
2023-12-21cmd/compile: handle constant-folding of an out-of-range jump table indexKeith Randall
2023-12-19doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v...Bryan C. Mills
2023-12-19cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and '...Russ Cox
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-18Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"Than McIntosh
2023-12-18cmd: go get golang.org/x/tools@83bceaf2 and revendorTim King
2023-12-18cmd/link/internal/loadpe: update comment about @feat.00 symbol handlingqmuntal
2023-12-18cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16Mauri de Souza Meneguzzo
2023-12-15all: fix copyright headersJes Cok
2023-12-15cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0.Keith Randall
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-14cmd/go/internal/toolchain: make a best effort to parse 'go run' and 'go insta...Bryan C. Mills
2023-12-14cmd/go/internal/modfetch: simplify a redundant conditionBryan C. Mills
2023-12-14cmd/go/internal/vcweb: set GIT_PROTOCOL in the git CGI handlerBryan C. Mills
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-13go/types, types2: report error for range over int if Go version < 1.22Robert Griesemer
2023-12-13go/types, types2: better error message when missing method is unexportedRobert Griesemer
2023-12-13go/types, types2: avoid confusing error message "have m(T), want m(T)"Robert Griesemer
2023-12-12cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msa...Mauri de Souza Meneguzzo
2023-12-12go/types, types2: flip message contents for reverse type inference errorsRobert Griesemer
2023-12-12go/types, types2: better error message for cases of reverse type inferenceRobert Griesemer
2023-12-12cmd/go: explicitly name the default branch “main” in testdata/vcstest/git...Bryan C. Mills
2023-12-11cmd/go/internal/modload: classify "invalid pseudo-version" errors in QueryBryan C. Mills
2023-12-08cmd/go: relax version regexp from CL 547998Bryan C. Mills
2023-12-08cmd/internal/obj/arm64: fix invalid register pair for LDPeric fang
2023-12-08cmd/compile: fix error message for mismatch between the number of type params...Raghvender
2023-12-08cmd/compile: fix SCCP propagation into jump tablesKeith Randall
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt