aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-05-29cmd/compile: update default PGO profileCherry Mui
2025-05-29cmd/internal/obj/s390x: fix potential recursive String callMichael Anthony Knyszek
2025-05-28cmd/compile: do nil check before calling duff functions, on arm64 and amd64Keith Randall
2025-05-28go/types, types2: dump position stack for non-bailout panicsMark Freeman
2025-05-28cmd/link: allow linkname reference to a TEXT symbol regardless of sizeCherry Mui
2025-05-27cmd/compile/internal/walk: use original type for composite literals in addrTempthepudds
2025-05-27cmd/go: fix get with the new 'work' patternMichael Matloob
2025-05-22cmd/compile: do not shapify when reading reshaping exprCuong Manh Le
2025-05-22cmd/compile: fix ICE with recursive alias type parameterCuong Manh Le
2025-05-22cmd/doc: properly set GOPROXY to avoid deprecation checksMichael Matloob
2025-05-22Revert "cmd/doc: better support for no network"Michael Matloob
2025-05-22cmd/compile: fix ICE when transforming loopvarCuong Manh Le
2025-05-21cmd/compile/internal/ssa: eliminate string copies for calls to unique.MakeJake Bailey
2025-05-21cmd/compile, unique: model data flow of non-string pointersCherry Mui
2025-05-21cmd/compile/internal/escape: make escape analysis -m=2 logs more accessiblethepudds
2025-05-21cmd/compile: fold negation into addition/subtraction on s390xJulian Zhu
2025-05-21cmd/compile: remove unused function from escape analysisKeith Randall
2025-05-21testing: add AttrDamien Neil
2025-05-21cmd/link/internal/ld: use 12.0.0 OS/SDK versions for macOS linkingDmitri Shuralyov
2025-05-21cmd/doc: better support for no networkMichael Matloob
2025-05-21cmd/go/internal/doc: ignore SIGINT and SIGQUITMichael Matloob
2025-05-21cmd/doc: add more convenient behavior for go doc -http with no argsMichael Matloob
2025-05-21cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...thepudds
2025-05-21cmd/compile/internal/walk: convert composite literals to interfaces without a...thepudds
2025-05-21cmd/compile: fix offset calculation error in memcombineJunyang Shao
2025-05-21cmd/compile/internal: intrinsify publicationBarrier on mipsxJulian Zhu
2025-05-21cmd/compile/internal: intrinsify publicationBarrier on mips64xJulian Zhu
2025-05-21cmd/compile/internal/escape: propagate constants to interface conversions to ...thepudds
2025-05-21cmd/compile/internal/escape: use an ir.ReassignOraclethepudds
2025-05-21cmd/link: require cgo internal linking in TestIssue33979Michael Pratt
2025-05-21internal/runtime/cgroup: add line-by-line reader using a single scratch bufferMichael Pratt
2025-05-21cmd/doc: allow go doc -http without package in current directoryMichael Matloob
2025-05-21cmd/compile: add rules about ORN and ANDNXiaolin Zhao
2025-05-21cmd/internal/obj/loong64: remove unused register alias definitionsGuoqi Chen
2025-05-21cmd/internal/obj/riscv: fix vector integer multiply addMark Ryan
2025-05-20cmd/dist, internal/platform: enable internal linking feature and test on loong64limeidan
2025-05-20cmd/compile: fix the implementation of NORconst on loong64Xiaolin Zhao
2025-05-20cmd/compile/internal/escape: improve order of work to speed up analyzing many...thepudds
2025-05-20cmd/doc: use golang.org/x/pkgsite/cmd/internal/doc to start serverMichael Matloob
2025-05-20cmd/doc: use go list to determine import path if it's missingMichael Matloob
2025-05-20cmd/doc: show page for the requested objectMichael Matloob
2025-05-20cmd/compile: memcombine different size storesJunyang Shao
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-20cmd/compile/internal/noder: mark Ref[T] as a primitiveMark Freeman
2025-05-20cmd/compile: fold negation into addition/subtraction on arm64Julian Zhu
2025-05-20cmd/go: do not try to load 'all' packages with invalid import pathsMichael Matloob
2025-05-20cmd/compile: don't instrument counter globals in internal/fuzzMateusz Poliwczak
2025-05-20cmd/compile: add generic simplifications on riscv64Julian Zhu
2025-05-20cmd/internal/testdir: filter out errors outside input file setJake Bailey
2025-05-20cmd/dist: pass GO_GCFLAGS to cpuN runtime testskhr@golang.org