aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2023-06-20cmd/go: do not index std as a module in modcacheRuss Cox
2023-06-20cmd/go: restore go.mod files during toolchain selectionRuss Cox
2023-06-20cmd/distpack: rename go.mod to _go.mod in toolchain modulesRuss Cox
2023-06-20cmd/go: disable sumdb less often for toolchain downloadsRuss Cox
2023-06-19cmd/go/internal/modfetch: fix retractions slice initial length not zeroJames Yang
2023-06-16cmd/internal/moddeps: allow the "misc" module to be missing from GOROOTBryan C. Mills
2023-06-16cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't existBryan C. Mills
2023-06-16cmd/internal/testdir: skip Test if GOROOT/test does not existBryan C. Mills
2023-06-16go/types: skip tests that require GOROOT/test if it is not presentBryan C. Mills
2023-06-16cmd/go/internal/test: don't wait for previous test actions when interruptedBryan C. Mills
2023-06-16cmd/cgo/internal/testshared: disable gccgo tests on PPC64Paul E. Murphy
2023-06-16cmd/cgo/internal/testshared: strip newline from gccgo -dumpversionPaul E. Murphy
2023-06-16reflect: fix ArenaNew to match documentationMichael Anthony Knyszek
2023-06-16cmd/distpack: make go_$GOOS_$GOARCH_exec programs executableDmitri Shuralyov
2023-06-15cmd/go: fix build config for 'go list -cover'Than McIntosh
2023-06-15cmd/compile: do not report division by error during typecheckCuong Manh Le
2023-06-15cmd/api: skip TestIssue29837 when -short is setqmuntal
2023-06-15cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64eric fang
2023-06-14cmd/go: check for errors reading gccgo package listIan Lance Taylor
2023-06-14cmd/go: use gover.Local for $goversion in TestScriptBryan C. Mills
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13all: update vendored dependenciesMichael Pratt
2023-06-13go/types, types2: fix Hilbert test for stand-alone runRobert Griesemer
2023-06-13cmd/dist: more robust cleanupRuss Cox
2023-06-13cmd/internal/obj: make aix/ppc64 builds reproducibleRuss Cox
2023-06-13cmd/link: fix log formats for log.Fatal callsRuss Cox
2023-06-12cmd/dist: do not use user build cache in versioned treesRuss Cox
2023-06-12cmd/compile: use callsite as line number for argument marshalingKeith Randall
2023-06-12cmd/go/internal/modload: address comment and test issues from CL 496635Bryan C. Mills
2023-06-12go/build: check for invalid import paths againMichael Matloob
2023-06-12go/types, types2: use correct reverse inference approachRobert Griesemer
2023-06-12cmd/compile/internal/types2: add missing tests from go/typesRobert Griesemer
2023-06-12go/types, types2: use inexact unification when unifying against core typesRobert Griesemer
2023-06-12cmd/go: omit checksums for go.mod files needed for go version lines more ofte...Bryan C. Mills
2023-06-09cmd/go: don't assume ImportStack always set on PackageErrorMichael Matloob
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-06-09cmd/go: fix TestScript/gotoolchain* when go.env doesn't set GOTOOLCHAIN=autoqmuntal
2023-06-09all: fix function names in commentscui fliter
2023-06-08cmd/compile: typocuiweixie
2023-06-07cmd/cover: error out if a requested source file contains a newlineBryan C. Mills
2023-06-07cmd/cgo: error out if the source path used in line directives would contain a...Bryan C. Mills
2023-06-07cmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0Bryan C. Mills
2023-06-07cmd/dist: disable PGO for toolchain2 buildCherry Mui
2023-06-07cmd/go: fix Script/build_cwd_newline testRuss Cox
2023-06-07cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64Cuong Manh Le
2023-06-07go/types, types2: don't crash when using trace with an invalid argumentRobert Griesemer
2023-06-06cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-06-06cmd/go: enforce flags with non-optional argumentsRoland Shoemaker
2023-06-06cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor
2023-06-06cmd/go: document changes to go test -c and -oRuss Cox