aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-11-10[dev.simd] cmd/compile: add peepholes for all masked ops and bug fixesJunyang Shao
2025-11-10[dev.simd] simd, cmd/compile: remove move from APIJunyang Shao
2025-11-10cmd/go: remove redundant AVX regex in security flag checksmohanson
2025-11-10cmd/internal/obj/arm64: shorten constant integer loadsKeith Randall
2025-11-08cmd/go: update goSum if necessaryIan Alexander
2025-11-08cmd/go: output missing GoDebug entriesIan Alexander
2025-11-07cmd/go: rewrite hgrepo1 test repo to be deterministicRuss Cox
2025-11-07cmd/go: copy git reuse and support repos to hgRuss Cox
2025-11-07cmd/go: improve TestScript/reuse_gitRuss Cox
2025-11-07cmd/link: clean up some comments to Go standardsIan Lance Taylor
2025-11-07runtime/cgo: improve error messages after pointer panicAriel Otilibili
2025-11-06cmd/link: move pclntab out of relro sectionIan Lance Taylor
2025-11-06Revert "runtime: remove the pc field of _defer struct"Keith Randall
2025-11-05cmd/internal/obj/loong64: add {,X}VSHUF.{B/H/W/V} instructions supportGuoqi Chen
2025-11-05cmd/internal/obj/loong64: add {,X}VEXTRINS.{B,H,W,V} instruction supportGuoqi Chen
2025-11-05cmd/compile: fix error message on loong64Guoqi Chen
2025-11-05cmd/link: support weak binding on darwinqmuntal
2025-11-05cmd/go: use go.dev instead of golang.org in flag errorsRuss Cox
2025-11-05cmd/go: fix TestScript/govcsRuss Cox
2025-11-05cmd/go: silence TLS handshake errors during testRuss Cox
2025-11-05cmd/go: fix TestCgoPkgConfig on darwin with pkg-config installedRuss Cox
2025-11-05cmd/go: fix TestScript/vet_flagsRuss Cox
2025-11-05cmd/go: fix TestScript/tool_build_as_neededRuss Cox
2025-11-05cmd/cgo: skip escape checks if call site has no argumentAriel Otilibili
2025-11-04cmd/link, runtime: don't store text start in pcHeaderIan Lance Taylor
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2025-11-04cmd/link: add and use new SymKind SFirstUnallocatedIan Lance Taylor
2025-11-04cmd/link: remove misleading commentIan Lance Taylor
2025-11-04cmd/link: remove unused SFILEPATH symbol kindIan Lance Taylor
2025-11-04cmd/link: add comments for SymKind valuesIan Lance Taylor
2025-11-04cmd/compile: faster liveness analysis in regallocDaniel Morsing
2025-11-04cmd/compile/internal/ssa: simplify riscv64 FCLASSD rewrite rulesMichael Munday
2025-11-04cmd/compile/internal/ssa: more aggressive on dead auto elimYoulin Feng
2025-11-04cmd/cgo: drop pre-1.18 supportIan Lance Taylor
2025-11-04cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasmRuss Cox
2025-11-04[dev.simd] simd/_gen: fix sorting ops slicesAlexander Musman
2025-11-03cmd/internal/obj/loong64: using {xv,v}slli.d to perform copying between vecto...Guoqi Chen
2025-11-03cmd/internal/obj/loong64: add VPERMI.W, XVPERMI.{W,V,Q} instruction supportGuoqi Chen
2025-11-03cmd/cgo: use the export'ed file/line in error messagesAriel Otilibili
2025-11-03cmd/go: link to go.dev/doc/godebug for removed GODEBUG settingsMateusz Poliwczak
2025-11-03cmd/internal/obj: support arm64 FMOVQ large offset encodingAlexander Musman
2025-11-03cmd/go/testdata/script: loosen list_empty_importpath for freebsdmatloob@golang.org
2025-11-03cmd/go: move functions to methodsIan Alexander
2025-11-03cmd/go: eliminate additional global variableIan Alexander
2025-11-03cmd/go/internal/telemetrystats: count cgo usageqmuntal
2025-11-03all: remove extra space in the commentscuishuang
2025-11-03runtime: remove the pc field of _defer structYoulin Feng
2025-11-03crypto/internal/constanttime: expose intrinsics to the FIPS 140-3 packagesFilippo Valsorda
2025-11-02cmd/go: skip git sha256 tests if git < 2.29David Finkel
2025-10-31cmd/go: document purego conventionSean Liao