aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-24src/cmd/relnote, doc/next: add release note checkJonathan Amsterdam
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2024-01-23cmd/go/internal/str,cmd/go/internal/work: remove redundant Containsapocelipes
2024-01-23net,internal/poll: load ws2_32.dll only when net is importedqmuntal
2024-01-23net: move cgo-using darwin test to separate packageRuss Cox
2024-01-23cmd/go: add test case for issue 64738Russ Cox
2024-01-23cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linkingqmuntal
2024-01-23cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abiqiulaidongfeng
2024-01-23cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2024-01-23cmd/compile: improve integer comparisons with numeric boundsJorropo
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2024-01-22all: update vendored dependenciesCherry Mui
2024-01-22cmd/compile: fix typo in commentRulin Tang
2024-01-22cmd/compile/internal/ssa: fix typo in sccpWingrez
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-22go/types, types2: typeparams.IndexExpr must not be an ast.ExprRob Findley
2024-01-19cmd/trace/v2: emit user log annotations in all viewsMichael Anthony Knyszek
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