index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
Age
Commit message (
Expand
)
Author
2026-01-15
[release-branch.go1.26] cmd/go/internal/work: sanitize flags before invoking ...
Neal Patel
2026-01-15
[release-branch.go1.26] cmd/go: update VCS commands to use safer flag/argumen...
Roland Shoemaker
2026-01-08
cmd/go: remove user-content from doc strings in cgo ASTs.
Neal Patel
2026-01-08
simd/archsimd: rename Broadcast methods
Cherry Mui
2026-01-07
cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c
Michael Matloob
2026-01-07
cmd/go/internal/work: decrement concurrentProcesses when action finishes
Michael Matloob
2026-01-07
all: update vendored x/tools
Dmitri Shuralyov
2026-01-05
simd/archsimd: use V(P)MOVMSK for mask ToBits if possible
Cherry Mui
2026-01-02
cmd/go/testdata/vcstest/git: use git commands that work on older git versions
Joel Sing
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2026-01-02
simd/archsimd: make IsNaN unary
Cherry Mui
2025-12-30
cmd/go/internal/modindex: fix obvious bug using failed type assertion
Michael Matloob
2025-12-30
cmd/compile: disable inlining for functions using runtime.deferrangefunc
zuojunwei.1024
2025-12-29
simd/archsimd: remove redundant suffix of ExtendLo operations
Cherry Mui
2025-12-27
cmd: fix unused errors reported by ineffassign
Lin Lin
2025-12-24
simd/archsimd: fix "go generate" command
Cherry Mui
2025-12-23
cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe
Michael Matloob
2025-12-23
cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile
Joel Sing
2025-12-23
cmd/asm/internal/asm: abort end to end test if assembly failed
Joel Sing
2025-12-23
cmd/compile: handle propagating an out-of-range jump table index
Cuong Manh Le
2025-12-22
simd/archsimd: correct documentation for pairwise operations
Cherry Mui
2025-12-19
simd/archsimd: delete DotProductQuadruple methods for now
Cherry Mui
2025-12-19
simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and...
Cherry Mui
2025-12-19
simd/archsimd: correct type and instruction for SaturateToUint8
Cherry Mui
2025-12-19
cmd/go/internal/doc: update pkgsite version
matloob
2025-12-17
cmd/go: remove reference to no longer existing -i flag
matloob
2025-12-16
cmd/cgo: don't emit C local if it is not used
Ian Lance Taylor
2025-12-16
cmd/compile: use unsigned constant when folding loads for SIMD ops with const...
Cherry Mui
2025-12-16
cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional ...
qmuntal
2025-12-15
cmd/link: set canUsePlugins only on platforms that support plugin
Cherry Mui
2025-12-15
cmd/link: don't create __x86.get_pc_thunk symbol if it already exists
Cherry Mui
2025-12-15
cmd/go: show comparable in go doc interface output
Nathan Nguyen
2025-12-12
cmd/dist: test GOEXPERIMENT=simd on AMD64
Cherry Mui
2025-12-12
runtime, cmd/link: tighten search for stackObjectRecord
Ian Lance Taylor
2025-12-12
cmd/link: add new linknames to blocked linkname list
Cherry Mui
2025-12-11
cmd/compile: update ABI document for riscv64
Meng Zhuo
2025-12-11
cmd/go: set GOOS in vet_asm test
Alan Donovan
2025-12-11
go/types, types2: remove indirection of Named.finite
Mark Freeman
2025-12-11
simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN
Cherry Mui
2025-12-11
runtime: make goroutines inherit DIT state, don't lock to OS thread
Roland Shoemaker
2025-12-11
go/types, types2: put Named.finite behind Named.mu
Mark Freeman
2025-12-10
all: update to x/crypto@7dacc380ba00
Filippo Valsorda
2025-12-09
cmd: fix some issues in the comments
cuishuang
2025-12-09
go/types, types2: add check for finite size at value observance
Mark Freeman
2025-12-08
[dev.simd] all: merge master (a33bbf1) into dev.simd
Cherry Mui
2025-12-08
cmd/cgo: use doc link for cgo.Handle
Ariel Otilibili
2025-12-08
cmd/link: fix AIX builds after recent linker changes
Ian Lance Taylor
2025-12-08
[dev.simd] cmd/compile: zero only low 128-bit of X15
Cherry Mui
2025-12-08
[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"
David Chase
2025-12-08
cmd/link: generate DWARF for moduledata
Ian Lance Taylor
[next]