aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-07-19cmd/internal/obj: enable got pcrel itype in fips140 for riscv64Meng Zhuo
2025-07-19cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576thepudds
2025-07-18go/types: infer correct type for y in append(bytes, y...)Alan Donovan
2025-07-17cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal ...thepudds
2025-07-16cmd/compile/internal/escape: speed up analyzing some functions with many clos...thepudds
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-16cmd/internal/obj/wasm: use 64-bit instructions for indirect callsCherry Mui
2025-07-15cmd/internal/doc: upgrade godoc pkgsite to 01b046eMichael Matloob
2025-07-11cmd/link: do size fixups after symbol references are loadedCherry Mui
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-08cmd/compile: document that nosplit directive is unsafeIan Lance Taylor
2025-07-08cmd/compile: run fmt on ssaJorropo
2025-07-07cmd/internal/doc: fix GOROOT skew and path joining bugsMichael Matloob
2025-07-07cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLinesqmuntal
2025-07-02cmd/cgo/internal/testsanitizers: skip asan tests when FIPS140 mode is onqmuntal
2025-07-01cmd/go/internal/modindex: apply changes in CL 502615 to modindex packageMichael Matloob
2025-06-30cmd/compile/internal/escape: add debug hash for literal allocation optimizationsthepudds
2025-06-30cmd/compile/internal/escape: stop disabling literal allocation optimizations ...thepudds
2025-06-29cmd/doc: fix -http on Windowsqmuntal
2025-06-26cmd/link: permit a larger size BSS reference to a smaller DATA symbolCherry Mui
2025-06-26cmd/compile/internal/escape: evaluate any side effects when rewriting with li...thepudds
2025-06-24cmd/link: add one more linkname to the blocklistCherry Mui
2025-06-24go/types: add test for interface method field typeRob Findley
2025-06-23cmd/dist: test encoding/json/... with GOEXPERIMENT=jsonv2Joe Tsai
2025-06-23Revert "go/types, types2: don't register interface methods in Info.Types map"Robert Findley
2025-06-18cmd/go/internal/fips140: ignore GOEXPERIMENT on errorMichael Pratt
2025-06-16cmd/dist: always include variant in package namesMichael Anthony Knyszek
2025-06-16internal/trace: make Value follow reflect conventionsMichael Anthony Knyszek
2025-06-13cmd/link: block new standard library linknamesCherry Mui
2025-06-12all: replace a few user-visible mentions of golang.org and godoc.orgAlberto Donizetti
2025-06-11cmd/compile: add up-to-date test for generated filesDavid Chase
2025-06-10cmd/dist: only install necessary tools when doing local testMichael Matloob
2025-06-09cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)Paul Murphy
2025-06-09cmd/internal/doc: increase version of pkgsite doc command that's runMichael Matloob
2025-06-09cmd/compile: relax reshaping conditionCuong Manh Le
2025-06-06all: update vendored dependencies [generated]Carlos Amedee
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-06-04cmd/trace: handle Sync event at the beginning of the traceMichael Anthony Knyszek
2025-06-04test: add another regression test for issue 73309Cuong Manh Le
2025-06-04cmd/compile: better error message when import embed packageqiulaidongfeng
2025-06-03cmd/dist: don't install tools that won't be shipped in distributionMichael Matloob
2025-06-03cmd/doc: build cmd/doc directly into the go commandMichael Matloob
2025-06-03cmd/go/internal/cfg: fix GOROOT setting when forcing host configMichael Matloob
2025-06-02cmd/compile/internal/noder: document quirk of string elementsMark Freeman
2025-06-02cmd/compile/internal/noder: stub type section and adjust othersMark Freeman
2025-06-02cmd/compile/internal/noder: begin filling in SectionObjMark Freeman
2025-06-02cmd/compile/internal/noder: fill in SectionNameMark Freeman
2025-05-30cmd/distpack: add test case for pack tool being excludedMichael Matloob
2025-05-30cmd/distpack: don't keep the pack toolMichael Matloob
2025-05-29cmd/compile/internal/noder: rename RelIndex to match codebaseMark Freeman