aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-16[release-branch.go1.26] go1.26rc1go1.26rc1Gopher Robot
2025-12-15[release-branch.go1.26] all: merge master (d14b642) into release-branch.go1.26Michael Anthony Knyszek
2025-12-15cmd/link: set canUsePlugins only on platforms that support pluginCherry Mui
2025-12-15cmd/link: don't create __x86.get_pc_thunk symbol if it already existsCherry Mui
2025-12-15text/template: fix slice builtin for pointers to arraysNathan Nguyen
2025-12-15archive/tar, compress/bzip2: base64 some troublesome testdata filesIan Lance Taylor
2025-12-15cmd/go: show comparable in go doc interface outputNathan Nguyen
2025-12-13simd/archsimd: skip tests if AVX is not availableCherry Mui
2025-12-12cmd/dist: test GOEXPERIMENT=simd on AMD64Cherry Mui
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-12-12runtime/secret: restore goroutine behavior to proposalDaniel Morsing
2025-12-12runtime: dropg after emitting trace event in preemptParkMichael Anthony Knyszek
2025-12-12runtime/pprof: deflake TestGoroutineLeakProfileConcurrencyMichael Anthony Knyszek
2025-12-12cmd/link: add new linknames to blocked linkname listCherry Mui
2025-12-12runtime/secret: guard files with goexperimentCherry Mui
2025-12-12go/doc: reuse import name logic for examplesSean Liao
2025-12-11cmd/compile: update ABI document for riscv64Meng Zhuo
2025-12-11runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlockMichael Anthony Knyszek
2025-12-11Revert "database/sql: allow drivers to override Scan behavior"Austin Clements
2025-12-11runtime/trace: fix broken TestSubscribersMichael Anthony Knyszek
2025-12-11cmd/go: set GOOS in vet_asm testAlan Donovan
2025-12-11go/types, types2: remove indirection of Named.finiteMark Freeman
2025-12-11encoding/json/jsontext: add symbolic Kind constantsDamien Neil
2025-12-11json/jsontext: normalize all invalid Kinds to 0Damien Neil
2025-12-11encoding/json: report true from v2 Decoder.More when an error is pendingDamien Neil
2025-12-11lib/time: update to 2025c/2025cDmitri Shuralyov
2025-12-11runtime: prevent calls to GOMAXPROCS while clearing P trace stateMichael Anthony Knyszek
2025-12-11internal/trace: correctly handle GoUndetermined for GoroutineSummaryMichael Anthony Knyszek
2025-12-11simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxNCherry Mui
2025-12-11simd/archsimd: define ToMask only on integer vectorsCherry Mui
2025-12-11simd/archsimd: add package docCherry Mui
2025-12-11lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip fileFilippo Valsorda
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-12-11go/types, types2: put Named.finite behind Named.muMark Freeman
2025-12-10all: update to x/crypto@7dacc380ba00Filippo Valsorda
2025-12-10crypto: clean up subprocess-spawning testsFilippo Valsorda
2025-12-10crypto/hpke: apply fips140.WithoutEnforcement to ML-KEM+X25519 hybridFilippo Valsorda
2025-12-10crypto/mlkem/mlkemtest: error out in fips140=only modeFilippo Valsorda
2025-12-10crypto/hpke: don't corrupt enc's excess capacity in DHKEM decapFilippo Valsorda
2025-12-10crypto/internal/fips140/aes/gcm: don't panic on bad nonces out of FIPS 140-3 ...Filippo Valsorda
2025-12-10crypto/hpke: use new gcm.NewGCMForHPKE for FIPS 140-3 complianceFilippo Valsorda
2025-12-10crypto/internal: ACVP test data migrated to Geomys repoDaniel McCarney
2025-12-10runtime: use correct function name in methodValueCallFrameObjs commentIan Lance Taylor
2025-12-10runtime: VZEROUPPER at the end of FilterNilAVX512Cherry Mui
2025-12-09cmd: fix some issues in the commentscuishuang
2025-12-09runtime: on AIX check isarchive before calling libpreinitIan Lance Taylor
2025-12-09go/types, types2: add check for finite size at value observanceMark Freeman
2025-12-08all: REVERSE MERGE dev.simd (c456ab7) into masterCherry Mui
2025-12-08[dev.simd] all: merge master (a33bbf1) into dev.simdCherry Mui
2025-12-08[dev.simd] internal/buildcfg: don't enable SIMD experiment by defaultCherry Mui