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
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
2025-12-08
[dev.simd] simd: add carryless multiply
David Chase
2025-12-05
cmd/go: convert some more tests to script tests
matloob
2025-12-05
cmd/go/internal/vet: skip -fix on pkgs from vendor or non-main mod
Alan Donovan
2025-12-05
cmd/go: fix race applying fixes in fix and vet -fix modes
Alan Donovan
2025-12-05
cmd/go/testdata/script: skip vet_cache in short mode
Michael Matloob
2025-12-05
cmd/compile: fix mis-infer bounds in slice len/cap calculations
Cuong Manh Le
2025-12-04
all: update vendored x/tools
Dmitri Shuralyov
2025-12-04
cmd/internal/fuzztest: move fuzz tests out of cmd/go test suite
Michael Matloob
2025-12-04
cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsigneds
Jorropo
2025-12-03
[dev.simd] all: merge master (5945fc0) into dev.simd
David Chase
2025-12-03
[dev.simd] simd: make "best" instruction choice also depend on commutativity
David Chase
2025-12-03
cmd/link: don't update offset of existing ELF section name
Ian Lance Taylor
2025-12-02
cmd/compile: ensure bloop only kept alive addressable nodes
Cuong Manh Le
2025-12-02
cmd/compile: more generated equality function tests
khr@golang.org
2025-12-02
cmd/go: add test checking version with experiment is valid
matloob@golang.org
2025-12-01
cmd/pprof: update vendored github.com/google/pprof
Dmitri Shuralyov
2025-12-01
cmd/compile: run go generate for internal/ir
Lin Lin
2025-12-01
all: update vendored dependencies
Dmitri Shuralyov
2025-12-01
vendor/golang.org/x/tools: update to 1ad6f3d
Alan Donovan
2025-11-28
cmd/compile: avoid unnecessary interface conversion in bloop
Cuong Manh Le
2025-11-26
cmd/link: test that moduledata is in its own section
Ian Lance Taylor
2025-11-26
cmd/link: test that findfunctab is in gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: test that funcdata values are in gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: always run current linker in tests
Ian Lance Taylor
2025-11-26
cmd/link: put moduledata in its own .go.module section
Ian Lance Taylor
2025-11-26
cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi
Ian Lance Taylor
2025-11-26
cmd/link: put runtime.findfunctab in the .gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: put funcdata symbols in .gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: build shstrtab from ELF sections
Ian Lance Taylor
2025-11-26
cmd/link: use shdr as a slice rather than counting in elfhdr.Shnum
Ian Lance Taylor
2025-11-26
cmd/link: sort allocated ELF section headers by address
Ian Lance Taylor
[prev]
[next]