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
Age
Commit message (
Expand
)
Author
2025-12-16
[release-branch.go1.26] go1.26rc1
go1.26rc1
Gopher Robot
2025-12-15
[release-branch.go1.26] all: merge master (d14b642) into release-branch.go1.26
Michael Anthony Knyszek
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
text/template: fix slice builtin for pointers to arrays
Nathan Nguyen
2025-12-15
archive/tar, compress/bzip2: base64 some troublesome testdata files
Ian Lance Taylor
2025-12-15
cmd/go: show comparable in go doc interface output
Nathan Nguyen
2025-12-13
simd/archsimd: skip tests if AVX is not available
Cherry Mui
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
runtime/secret: restore goroutine behavior to proposal
Daniel Morsing
2025-12-12
runtime: dropg after emitting trace event in preemptPark
Michael Anthony Knyszek
2025-12-12
runtime/pprof: deflake TestGoroutineLeakProfileConcurrency
Michael Anthony Knyszek
2025-12-12
cmd/link: add new linknames to blocked linkname list
Cherry Mui
2025-12-12
runtime/secret: guard files with goexperiment
Cherry Mui
2025-12-12
go/doc: reuse import name logic for examples
Sean Liao
2025-12-11
cmd/compile: update ABI document for riscv64
Meng Zhuo
2025-12-11
runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlock
Michael Anthony Knyszek
2025-12-11
Revert "database/sql: allow drivers to override Scan behavior"
Austin Clements
2025-12-11
runtime/trace: fix broken TestSubscribers
Michael Anthony Knyszek
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
encoding/json/jsontext: add symbolic Kind constants
Damien Neil
2025-12-11
json/jsontext: normalize all invalid Kinds to 0
Damien Neil
2025-12-11
encoding/json: report true from v2 Decoder.More when an error is pending
Damien Neil
2025-12-11
lib/time: update to 2025c/2025c
Dmitri Shuralyov
2025-12-11
runtime: prevent calls to GOMAXPROCS while clearing P trace state
Michael Anthony Knyszek
2025-12-11
internal/trace: correctly handle GoUndetermined for GoroutineSummary
Michael Anthony Knyszek
2025-12-11
simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN
Cherry Mui
2025-12-11
simd/archsimd: define ToMask only on integer vectors
Cherry Mui
2025-12-11
simd/archsimd: add package doc
Cherry Mui
2025-12-11
lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip file
Filippo Valsorda
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-10
crypto: clean up subprocess-spawning tests
Filippo Valsorda
2025-12-10
crypto/hpke: apply fips140.WithoutEnforcement to ML-KEM+X25519 hybrid
Filippo Valsorda
2025-12-10
crypto/mlkem/mlkemtest: error out in fips140=only mode
Filippo Valsorda
2025-12-10
crypto/hpke: don't corrupt enc's excess capacity in DHKEM decap
Filippo Valsorda
2025-12-10
crypto/internal/fips140/aes/gcm: don't panic on bad nonces out of FIPS 140-3 ...
Filippo Valsorda
2025-12-10
crypto/hpke: use new gcm.NewGCMForHPKE for FIPS 140-3 compliance
Filippo Valsorda
2025-12-10
crypto/internal: ACVP test data migrated to Geomys repo
Daniel McCarney
2025-12-10
runtime: use correct function name in methodValueCallFrameObjs comment
Ian Lance Taylor
2025-12-10
runtime: VZEROUPPER at the end of FilterNilAVX512
Cherry Mui
2025-12-09
cmd: fix some issues in the comments
cuishuang
2025-12-09
runtime: on AIX check isarchive before calling libpreinit
Ian Lance Taylor
2025-12-09
go/types, types2: add check for finite size at value observance
Mark Freeman
2025-12-08
all: REVERSE MERGE dev.simd (c456ab7) into master
Cherry Mui
2025-12-08
[dev.simd] all: merge master (a33bbf1) into dev.simd
Cherry Mui
2025-12-08
[dev.simd] internal/buildcfg: don't enable SIMD experiment by default
Cherry Mui
[next]