summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64HEADmastererifan012023-05-183-468/+442
* cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer2023-05-182-4/+6
* runtime/cgo: store M for C-created thread in pthread keyCherry Mui2023-05-179-3/+210
* cmd/gofmt: try to write original data on rewrite failureIan Lance Taylor2023-05-172-26/+166
* cmd/compile: build compiler with PGOCherry Mui2023-05-173-0/+25
* cmd/link, internal/abi: minor follow-up cleanupsDavid Chase2023-05-171-2/+2
* cmd/dist: add -json flagAustin Clements2023-05-173-14/+344
* cmd/dist: refactor rtPreFunc to print skips in only one placeAustin Clements2023-05-171-21/+22
* cmd/dist: make it possible to filter output of background commandsAustin Clements2023-05-171-18/+24
* cmd/dist: simplify work list functionsAustin Clements2023-05-171-27/+6
* cmd: update vendored golang.org/x/modDmitri Shuralyov2023-05-175-5/+63
* cmd/compile: don't inline from norace packages in race modeCherry Mui2023-05-172-1/+26
* cmd/go: prune more dependencies in 'go get'Bryan C. Mills2023-05-1713-537/+1100
* cmd/go: add a test that reproduces the root cause of issue #56494Bryan C. Mills2023-05-172-1/+137
* go/types, types2: permit partially instantiated functions as function argumentsRobert Griesemer2023-05-163-51/+148
* go/types, types2: remove superfluous argument test in Checker.argumentsRobert Griesemer2023-05-161-11/+0
* cmd/compile: call phiElimValue from removePhiArgJakub Ciolek2023-05-164-8/+2
* cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky2023-05-161-12/+17
* Revert "cmd/compile: build compiler with PGO"Cherry Mui2023-05-163-25/+0
* cmd/compile: build compiler with PGOCherry Mui2023-05-163-0/+25
* cmd/compile: add more information to the bisect-verbose reportDavid Chase2023-05-162-5/+26
* cmd/link/internal/ppc64: link ELFv2 objects built with -mcpu=power10Paul E. Murphy2023-05-161-51/+253
* cmd/compile: make memcombine pass a bit more robust to reassociation of exprsKeith Randall2023-05-161-24/+17
* cmd/compile/internal/walk: delete statement that don't needcuiweixie2023-05-161-1/+0
* cmd/dist: introduce test variantsAustin Clements2023-05-161-33/+79
* cmd/dist: put cgo tests under a "Testing cgo" headingAustin Clements2023-05-161-26/+24
* cmd/dist: refactor adding to the test list into a methodAustin Clements2023-05-161-103/+92
* cmd/compile: enhance tighten pass for memory valueseric fang2023-05-162-7/+105
* cmd/compile: update rules to generate more prefixed instructionsLynn Boger2023-05-153-141/+159
* cmd/go/internal/modload: replace import error message from goroot to stdjchen0382023-05-158-14/+14
* cmd/cgo: enable test with non-sensible build tagAustin Clements2023-05-151-1/+1
* cmd/go/internal/modindex: update index_format.txtBryan C. Mills2023-05-132-8/+14
* cmd/link: fix checks for supported linker flags with relative paths.James Bartlett2023-05-121-2/+3
* cmd/dist: use registerStdTestSpecially for normal Go tests onlyDmitri Shuralyov2023-05-121-3/+0
* reflect: do not escape Value.TypeCherry Mui2023-05-121-5/+13
* cmd/compile: remove post-inlining PGO graph dumpMichael Pratt2023-05-122-100/+0
* cmd/compile/internal/pgo: remove node weights from IRNodeMichael Pratt2023-05-121-66/+32
* cmd/cgo/internal/testcarchive: build on all platformsAustin Clements2023-05-121-0/+5
* cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements2023-05-128-5/+24
* cmd/internal/bootstrap_test: update TestExperimentToolID for Go 1.21Dmitri Shuralyov2023-05-122-29/+33
* cmd/go: add a regression test for Git configurations with safe.bareRepository...Bryan C. Mills2023-05-121-0/+19
* cmd/go/internal/modload: reject the -modfile flag in workspace modeZeke Lu2023-05-127-14/+51
* internal/testdir: move to cmd/internal/testdirDmitri Shuralyov2023-05-122-2/+1941
* go/types: minor refactoring of missingMethod following CL 494615Rob Findley2023-05-121-4/+7
* go/types, types2: call recordInstance in instantiateSignatureRobert Griesemer2023-05-121-19/+12
* go/types, types2: be sure to type-check wrong methods in missingMethodRob Findley2023-05-121-0/+4
* cmd/go: diff .so files quietly in TestScript/build_plugin_reproducibleDmitri Shuralyov2023-05-121-1/+1
* cmd/dist: drop goTest.dirAustin Clements2023-05-121-29/+23
* test/bench: deleteAustin Clements2023-05-122-6/+0
* misc/reboot: move to cmd/internal/bootstrap_testAustin Clements2023-05-124-7/+285