Sign in
go
/
go
/
HEAD
7971fcd
test/codegen: tidy tests for bits
by Joel Sing
· 3 days ago
master
0f62077
simd/archsimd: fix "go generate" command
by Cherry Mui
· 3 days ago
a5fe8c0
simd/archsimd: guard test helpers with amd64 tag
by Cherry Mui
· 3 days ago
a23d1a4
bytes: improve consistency in split test messages
by jjpinto
· 3 days ago
866e461
cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe
by Michael Matloob
· 3 days ago
08dc839
time: skip test that will fail with GO111MODULE=off
by Kevin Burke
· 3 days ago
43ebed8
runtime: improve a log message in TestCleanupLost
by Lin Lin
· 6 days ago
81283ad
runtime: fix nGsyscallNoP accounting
by Michael Anthony Knyszek
· 3 days ago
3e0e166
test/codegen: codify bit related code generation for riscv64
by Joel Sing
· 3 days ago
3faf988
errors: add a test verifying join does not flatten errors
by Damien Neil
· 3 days ago
2485a0b
cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile
by Joel Sing
· 6 days ago
8254d66
cmd/asm/internal/asm: abort end to end test if assembly failed
by Joel Sing
· 6 days ago
1b3db48
Revert "errors: optimize errors.Join for single unwrappable errors"
by Damien Neil
· 4 days ago
b6b8b2f
cmd/compile: handle propagating an out-of-range jump table index
by Cuong Manh Le
· 4 days ago
2cd0371
debug/pe: avoid panic in File.ImportedSymbols
by Alex Brainman
· 6 months ago
91435be
runtime: revert entry point on freebsd/arm64
by Rob Nichols
· 4 days ago
c1efada
simd/archsimd: correct documentation for pairwise operations
by Cherry Mui
· 4 days ago
3d77a0b
os/exec: second call to Cmd.Start is always an error
by Alan Donovan
· 2 weeks ago
7ecb1f3
simd/archsimd: add HasAVX2() guards to tests that need them
by David Chase
· 7 days ago
70c22e0
simd/archsimd: delete DotProductQuadruple methods for now
by Cherry Mui
· 7 days ago
42cda7c
simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and fix type
by Cherry Mui
· 7 days ago
baa0ae3
simd/archsimd: correct type and instruction for SaturateToUint8
by Cherry Mui
· 7 days ago
d46c58d
go/doc: link to struct fields in the same package
by Sean Liao
· 12 days ago
25ed6c7
cmd/go/internal/doc: update pkgsite version
by matloob
· 7 days ago
4411edf
simd/archsimd: reword documentation for some operations
by Cherry Mui
· 9 days ago
7d9418a
simd/archsimd: reword documentation of comparison operations
by Cherry Mui
· 9 days ago
d00e96d
internal/cpu: repair VNNI feature check
by David Chase
· 8 days ago
cfc024d
simd/archsimd: reword documentation for conversion ops
by Cherry Mui
· 9 days ago
ad91f5d
simd/archsimd: reword documentation of shfit operations
by Cherry Mui
· 9 days ago
b8c4cc6
runtime: keep track of secret allocation size
by Daniel Morsing
· 10 days ago
8564fed
cmd/go: remove reference to no longer existing -i flag
by matloob
· 9 days ago
eecdb61
crypto: rename fips140v2.0 to fips140v1.26
by Filippo Valsorda
· 9 days ago
05e4122
simd/archsimd: reword documentation of As methods
by Cherry Mui
· 10 days ago
5166998
runtime/secret: warn users about allocations, loosen guarantees
by Daniel Morsing
· 2 weeks ago
8c28ab9
cmd/cgo: don't emit C local if it is not used
by Ian Lance Taylor
· 10 days ago
65b71c1
crypto/internal/fips140only: test fips140=only mode
by Filippo Valsorda
· 12 months ago
ea1aa76
go/doc: exclude examples with results
by Sean Liao
· 12 days ago
5046bdf
crypto/tls: reject trailing messages after client/server hello
by Roland Shoemaker
· 5 weeks ago
3f6eabdf
cmd/compile: use unsigned constant when folding loads for SIMD ops with constants
by Cherry Mui
· 10 days ago
a4b5b92
cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional experiments
by qmuntal
· 10 days ago
d14b6427
cmd/link: set canUsePlugins only on platforms that support plugin
by Cherry Mui
· 11 days ago
9ba0948
cmd/link: don't create __x86.get_pc_thunk symbol if it already exists
by Cherry Mui
· 11 days ago
b7944a5
text/template: fix slice builtin for pointers to arrays
by Nathan Nguyen
· 3 weeks ago
6713f46
archive/tar, compress/bzip2: base64 some troublesome testdata files
by Ian Lance Taylor
· 14 days ago
388eb10
cmd/go: show comparable in go doc interface output
by Nathan Nguyen
· 3 weeks ago
1b291b7
simd/archsimd: skip tests if AVX is not available
by Cherry Mui
· 14 days ago
d30884b
cmd/dist: test GOEXPERIMENT=simd on AMD64
by Cherry Mui
· 14 days ago
ee0275d
runtime, cmd/link: tighten search for stackObjectRecord
by Ian Lance Taylor
· 2 weeks ago
63fced5
runtime/secret: restore goroutine behavior to proposal
by Daniel Morsing
· 2 weeks ago
6455afb
runtime: dropg after emitting trace event in preemptPark
by Michael Anthony Knyszek
· 2 weeks ago
8f45611
runtime/pprof: deflake TestGoroutineLeakProfileConcurrency
by Michael Anthony Knyszek
· 2 weeks ago
34af879
cmd/link: add new linknames to blocked linkname list
by Cherry Mui
· 14 days ago
8d31244
runtime/secret: guard files with goexperiment
by Cherry Mui
· 2 weeks ago
e8a8378
go/doc: reuse import name logic for examples
by Sean Liao
· 3 weeks ago
927c89b
cmd/compile: update ABI document for riscv64
by Meng Zhuo
· 2 weeks ago
245bcdd
runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlock
by Michael Anthony Knyszek
· 2 weeks ago
ae62a1b
Revert "database/sql: allow drivers to override Scan behavior"
by Austin Clements
· 2 weeks ago
89614ad
runtime/trace: fix broken TestSubscribers
by Michael Anthony Knyszek
· 2 weeks ago
bb2337f
cmd/go: set GOOS in vet_asm test
by Alan Donovan
· 2 weeks ago
2622d29
go/types, types2: remove indirection of Named.finite
by Mark Freeman
· 2 weeks ago
5818c9d
encoding/json/jsontext: add symbolic Kind constants
by Damien Neil
· 3 weeks ago
9de6468
json/jsontext: normalize all invalid Kinds to 0
by Damien Neil
· 3 weeks ago
00642ee
encoding/json: report true from v2 Decoder.More when an error is pending
by Damien Neil
· 3 weeks ago
7b60d06
lib/time: update to 2025c/2025c
by Dmitri Shuralyov
· 2 weeks ago
1de9585
runtime: prevent calls to GOMAXPROCS while clearing P trace state
by Michael Anthony Knyszek
· 2 weeks ago
e38c38f
internal/trace: correctly handle GoUndetermined for GoroutineSummary
by Michael Anthony Knyszek
· 2 weeks ago
c0ba519
simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN
by Cherry Mui
· 2 weeks ago
f110ba5
simd/archsimd: define ToMask only on integer vectors
by Cherry Mui
· 2 weeks ago
1da0c29c
simd/archsimd: add package doc
by Cherry Mui
· 3 weeks ago
f105dfd
lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip file
by Filippo Valsorda
· 2 weeks ago
af14f67
runtime: make goroutines inherit DIT state, don't lock to OS thread
by Roland Shoemaker
· 3 weeks ago
72c83bc
go/types, types2: put Named.finite behind Named.mu
by Mark Freeman
· 2 weeks ago
b2a697b
all: update to x/crypto@7dacc380ba00
by Filippo Valsorda
· 3 weeks ago
fc66a56
crypto: clean up subprocess-spawning tests
by Filippo Valsorda
· 2 weeks ago
b130dab
crypto/hpke: apply fips140.WithoutEnforcement to ML-KEM+X25519 hybrid
by Filippo Valsorda
· 3 weeks ago
c39fe18
crypto/mlkem/mlkemtest: error out in fips140=only mode
by Filippo Valsorda
· 3 weeks ago
db0ab83
crypto/hpke: don't corrupt enc's excess capacity in DHKEM decap
by Filippo Valsorda
· 12 months ago
cd873cf
crypto/internal/fips140/aes/gcm: don't panic on bad nonces out of FIPS 140-3 mode
by Filippo Valsorda
· 3 weeks ago
550c0c8
crypto/hpke: use new gcm.NewGCMForHPKE for FIPS 140-3 compliance
by Filippo Valsorda
· 3 weeks ago
d349854
crypto/internal: ACVP test data migrated to Geomys repo
by Daniel McCarney
· 4 weeks ago
cd9319f
runtime: use correct function name in methodValueCallFrameObjs comment
by Ian Lance Taylor
· 9 weeks ago
0d71bd5
runtime: VZEROUPPER at the end of FilterNilAVX512
by Cherry Mui
· 2 weeks ago
36bca31
cmd: fix some issues in the comments
by cuishuang
· 3 weeks ago
b9693a2
runtime: on AIX check isarchive before calling libpreinit
by Ian Lance Taylor
· 3 weeks ago
1274d58
go/types, types2: add check for finite size at value observance
by Mark Freeman
· 3 weeks ago
9e09812
all: REVERSE MERGE dev.simd (c456ab7) into master
by Cherry Mui
· 3 weeks ago
c456ab7
[dev.simd] all: merge master (a33bbf1) into dev.simd
by Cherry Mui
· 3 weeks ago
1d8711e
[dev.simd] internal/buildcfg: don't enable SIMD experiment by default
by Cherry Mui
· 3 weeks ago
a33bbf1
weak: fix weak pointer test to correctly iterate over weak pointers after GC
by cuishuang
· 5 weeks ago
a88a963
cmd/cgo: use doc link for cgo.Handle
by Ariel Otilibili
· 3 weeks ago
276cc4d
cmd/link: fix AIX builds after recent linker changes
by Ian Lance Taylor
· 4 weeks ago
f38e968
[dev.simd] cmd/compile: zero only low 128-bit of X15
by Cherry Mui
· 3 weeks ago
144cf17
[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"
by David Chase
· 3 weeks ago
f2d9627
runtime/trace: update TestSubscribers to dump traces
by Michael Anthony Knyszek
· 3 weeks ago
4837bcc
internal/trace: skip tests for alloc/free experiment by default
by Michael Anthony Knyszek
· 3 weeks ago
b5f6816
cmd/link: generate DWARF for moduledata
by Ian Lance Taylor
· 3 weeks ago
44a39c9
runtime: only run TestNotInGoMetricCallback when building with cgo
by Michael Anthony Knyszek
· 3 weeks ago
3a6a034
runtime: disable TestNotInGoMetricCallback on FreeBSD + race
by Michael Anthony Knyszek
· 3 weeks ago
4122d3e
runtime: use atomic C types with atomic C functions
by Joel Sing
· 3 weeks ago
3439786
runtime: deflake TestProfBufWakeup
by Nick Ripley
· 3 weeks ago
Next »