aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2022-12-29go/types, types2: use strict comparability for type set intersectionRobert Griesemer
2022-12-23cmd/link, runtime: use a different section for Go libfuzzer countersCherry Mui
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-12-13go/types, types2: report type mismatch error when conversion is impossibleRobert Griesemer
2022-12-11cmd/compile: fix conditional move rule on PPC64Keith Randall
2022-12-09cmd/compile: fix conditional select ruleKeith Randall
2022-12-08go/types, types2: always rename type parameters during inferenceRobert Findley
2022-12-08cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh
2022-12-08cmd/link: fix dynamic interpreter path for musl-based linux amd64cia-rana
2022-12-08cmd/go: deflake TestScript/test2json_interruptBryan C. Mills
2022-12-07cmd/go: in TestTerminalPassthrough, delay subprocess exit until the PTY has b...Bryan C. Mills
2022-12-07cmd/compile: restore test/nested.go test casesMatthew Dempsky
2022-12-07all: update vendored golang.org/x/netDamien Neil
2022-12-06cmd/go: unskip TestScript/build_issue48319 on WindowsBryan C. Mills
2022-12-06run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov
2022-12-06go/types, types2: better error message for invalid method expressionRobert Griesemer
2022-12-06cmd/link: pass -Wl,--no-insert-timestamp to external linker on windowsThan McIntosh
2022-12-06cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall
2022-12-05cmd/asm: improve assembler error messagesKeith Randall
2022-12-05go/types, types2: better error message for failing constraint type inferenceRobert Griesemer
2022-12-05cmd/compile: clean up amd64 opcode commentsKeith Randall
2022-12-03all: fix some comments for methodcui fliter
2022-12-02cmd/go: remove TestScript/version_buildvcs_git_gpgBryan C. Mills
2022-12-02cmd/go: skip TestScript/mod_replace_gopkginBryan C. Mills
2022-12-02go/internal/gcimporter: in short tests, avoid creating export data for all of...Bryan C. Mills
2022-12-02cmd/api: track darwin arm64 portRuss Cox
2022-12-02cmd/api: track deprecationsRuss Cox
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-12-01cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exitMichael Matloob
2022-12-01go/internal/gcimporter: fix TestImportStdLibMichael Matloob
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-12-01cmd/go/internal/work: make formatOutput return an error that includes the imp...Bryan C. Mills
2022-12-01Revert "go/types, types2: make the new comparable semantics the default"Robert Griesemer
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-30cmd/compile: fix inline static init with derived typesCuong Manh Le
2022-11-30cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky
2022-11-30cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall
2022-11-28cmd/go: run the gpg command verbosely in TestScript/version_buildvcs_git_gpgBryan C. Mills
2022-11-28cmd/api: rewrite as package testRuss Cox
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-23cmd/compile: fix error message wordingRuss Cox
2022-11-22cmd/go: fix the DefaultCC check if CC is an absolute file missing an extensio...Bryan C. Mills
2022-11-22cmd/vendor: update vendored github.com/google/pprof for Go 1.20 releaseCherry Mui
2022-11-22cmd/dist: revise skip sequence added in CL 452763Than McIntosh
2022-11-22all: update vendored golang.org/x dependencies for Go 1.20 releaseCherry Mui
2022-11-22cmd/dist: skip -race w/ external linkage on windows 2008Than McIntosh
2022-11-22cmd/go: remove special case for prebuilt cgo library cache keysBryan C. Mills
2022-11-22cmd/dist: skip the staleness check for 'cmd' when testing on aix-ppc64Bryan C. Mills
2022-11-22cmd/go: in TestScript/mod_outside, run 'go build' before checking cmd/addr2li...Bryan C. Mills