Sign in
go
/
go
/
HEAD
7251c9e
doc: fix urlmaxqueryparams typos
by Michael Pratt
· 3 days ago
master
532e320
go/types,cmd/compile/internal/types2: better diagnostic for type shadowing
by Alan Donovan
· 5 weeks ago
bb7c0c7
archive/zip: reduce CPU usage in index construction
by Damien Neil
· 3 months ago
2dcaaa7
net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters
by Damien Neil
· 3 months ago
5e1ad12
cmd/go/internal/work: sanitize flags before invoking 'pkg-config'
by Neal Patel
· 7 weeks ago
94a1296
cmd/go: update VCS commands to use safer flag/argument syntax
by Roland Shoemaker
· 6 weeks ago
bba2471
crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone
by Roland Shoemaker
· 12 days ago
9ef26e9
sort: improve comment readability for Stable function
by Prateik Lohani
· 4 days ago
2bc4315
crypto/internal/fips140test: add ML-DSA to FIPS 140-3 functional tests
by Filippo Valsorda
· 4 weeks ago
e242961
simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512
by Austin Clements
· 5 days ago
9ef1692
simd/archsimd/_gen/simdgen: feature implications
by Austin Clements
· 6 days ago
e2fef50
runtime: rename mallocTiny* to mallocgcTinySize*
by Michael Matloob
· 6 days ago
7f6418b
all: fix misspellings in comments
by cuishuang
· 12 days ago
c16402d
os/exec: move platform-specific LookPath docs to a common comment
by Damien Neil
· 12 days ago
b7e6d8b
os/exec_test: fix test on Plan 9
by Ori Bernstein
· 3 weeks ago
cbe1538
net: fix socket duplication error handling on Windows
by qmuntal
· 11 days ago
30d0b40
net: don't ignore getsockname errors in newFileFD
by qmuntal
· 11 days ago
5741608
net: don't ignore errors in TestUnixUnlink
by qmuntal
· 11 days ago
df6c351
crypto: use testenv.Executable(t) instead of os.Args[0] in tests
by Filippo Valsorda
· 10 days ago
cc1d7af
spec: slightly re-arrange composite literal section for readability
by Robert Griesemer
· 12 days ago
fed3b0a
cmd/dist: fix goroot typo in panic message
by jjpinto
· 13 days ago
55ab5bb
path/filepath: Match: improve doc comment
by Alan Donovan
· 10 days ago
088ba94
crypto/rsa: log key on test failure
by Filippo Valsorda
· 11 days ago
108b333
cmd/go: only use check cache action's dependencies to build vet config
by Michael Matloob
· 11 days ago
2bbb2ac
runtime/trace: fix documentation comment
by jjpinto
· 13 days ago
6b2505c
cmd/go: remove user-content from doc strings in cgo ASTs.
by Neal Patel
· 12 days ago
4b89bcb
lib/fips140: freeze v1.26.0 FIPS 140-3 module
by Filippo Valsorda
· 4 weeks ago
8ac4477
simd/archsimd: rename Broadcast methods
by Cherry Mui
· 11 days ago
5facb3b
internal/types: add test for cycles in value context
by Mark Freeman
· 11 days ago
28147b5
cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c
by Michael Matloob
· 14 days ago
874d8b9
cmd/go/internal/work: decrement concurrentProcesses when action finishes
by Michael Matloob
· 12 days ago
d1e7f49
internal/trace: fix recorder.Write return value for header-only buffers
by jjpinto
· 12 days ago
f6ebd91
all: update vendored x/tools
by Dmitri Shuralyov
· 2 weeks ago
d1d0fc7
os/exec: avoid atomic.Bool for Cmd.startCalled
by Alan Donovan
· 12 days ago
9b2e3b9
simd/archsimd: use V(P)MOVMSK for mask ToBits if possible
by Cherry Mui
· 14 days ago
f8ee0f8
cmd/go/testdata/vcstest/git: use git commands that work on older git versions
by Joel Sing
· 5 weeks ago
b094749
test/codegen: codify bit related code generation for arm64
by Joel Sing
· 4 weeks ago
e84983f
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
by Cherry Mui
· 2 weeks ago
8244b85
simd/archsimd: add tests for IsNaN
by Cherry Mui
· 3 weeks ago
13440fb
simd/archsimd: make IsNaN unary
by Cherry Mui
· 3 weeks ago
c3550b3
simd/archsimd: correct documentation of Mask types
by Cherry Mui
· 3 weeks ago
34ad263
net/rpc: correct comment for isExportedOrBuiltinType function
by jjpinto
· 3 weeks ago
b28808d
cmd/go/internal/modindex: fix obvious bug using failed type assertion
by Michael Matloob
· 3 weeks ago
d64add4
simd/archsimd: adjust documentations slightly
by Cherry Mui
· 4 weeks ago
1843cfb
runtime/secret: make tests more sturdy
by Daniel Morsing
· 3 weeks ago
fd45d70
all: fix some minor grammatical issues in the comments
by cuishuang
· 5 weeks ago
df4e08a
test/codegen: fix a tab in comparisons.go to ensure pattern works
by Alexander Musman
· 6 weeks ago
cd668d7
cmd/compile: disable inlining for functions using runtime.deferrangefunc
by zuojunwei.1024
· 4 weeks ago
06eff0f
simd/archsimd: add tests for Saturate-Concat operations
by Cherry Mui
· 3 weeks ago
110aaf7
simd/archsimd: add tests for Saturate operations
by Cherry Mui
· 3 weeks ago
22e7b94
simd/archsimd: add tests for ExtendLo operations
by Cherry Mui
· 3 weeks ago
76dddce
simd/archsimd: remove redundant suffix of ExtendLo operations
by Cherry Mui
· 3 weeks ago
6ecdd2f
simd/archsimd: add more tests for Convert operations
by Cherry Mui
· 3 weeks ago
e0c99fe
simd/archsimd: add more tests for Truncate operations
by Cherry Mui
· 3 weeks ago
0836936
reflect: document Call/CallSlice panic when v is unexported field
by qiulaidongfeng
· 6 months ago
ca8effb
internal/coverage/decodemeta: correct wording in unknown version error
by jjpinto
· 4 weeks ago
0b06b68
encoding/gob: clarify docs about pointers to zero values not being sent
by Oleg Zaytsev
· 3 weeks ago
9cb3edb
regexp: standardize error message format in find_test.go
by jjpinto
· 3 weeks ago
b3ed062
tests: improve consistency and clarity of test diagnostics
by jjpinto
· 3 weeks ago
3dcb48d
test: follow got/want convention in uintptrescapes test
by jjpinto
· 3 weeks ago
f7b7e94
test: clarify log message for surrogate UTF-8 check
by jjpinto
· 3 weeks ago
e790d59
simd/archsimd: add tests for Truncate operations
by Cherry Mui
· 3 weeks ago
f4cec79
cmd: fix unused errors reported by ineffassign
by Lin Lin
· 5 weeks ago
ca13fe0
simd/archsimd: add more tests for Convert operations
by Cherry Mui
· 3 weeks ago
037c047
simd/archsimd: add more tests for Extend operations
by Cherry Mui
· 3 weeks ago
7971fcd
test/codegen: tidy tests for bits
by Joel Sing
· 4 weeks ago
0f62077
simd/archsimd: fix "go generate" command
by Cherry Mui
· 4 weeks ago
a5fe8c0
simd/archsimd: guard test helpers with amd64 tag
by Cherry Mui
· 4 weeks ago
a23d1a4
bytes: improve consistency in split test messages
by jjpinto
· 4 weeks ago
866e461
cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe
by Michael Matloob
· 4 weeks ago
08dc839
time: skip test that will fail with GO111MODULE=off
by Kevin Burke
· 4 weeks ago
43ebed8
runtime: improve a log message in TestCleanupLost
by Lin Lin
· 4 weeks ago
81283ad
runtime: fix nGsyscallNoP accounting
by Michael Anthony Knyszek
· 4 weeks ago
3e0e166
test/codegen: codify bit related code generation for riscv64
by Joel Sing
· 4 weeks ago
3faf988
errors: add a test verifying join does not flatten errors
by Damien Neil
· 4 weeks ago
2485a0b
cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile
by Joel Sing
· 4 weeks ago
8254d66
cmd/asm/internal/asm: abort end to end test if assembly failed
by Joel Sing
· 4 weeks ago
1b3db48
Revert "errors: optimize errors.Join for single unwrappable errors"
by Damien Neil
· 4 weeks ago
b6b8b2f
cmd/compile: handle propagating an out-of-range jump table index
by Cuong Manh Le
· 4 weeks ago
2cd0371
debug/pe: avoid panic in File.ImportedSymbols
by Alex Brainman
· 7 months ago
91435be
runtime: revert entry point on freebsd/arm64
by Rob Nichols
· 4 weeks ago
c1efada
simd/archsimd: correct documentation for pairwise operations
by Cherry Mui
· 4 weeks ago
3d77a0b
os/exec: second call to Cmd.Start is always an error
by Alan Donovan
· 6 weeks ago
7ecb1f3
simd/archsimd: add HasAVX2() guards to tests that need them
by David Chase
· 4 weeks ago
70c22e0
simd/archsimd: delete DotProductQuadruple methods for now
by Cherry Mui
· 4 weeks ago
42cda7c
simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and fix type
by Cherry Mui
· 4 weeks ago
baa0ae3
simd/archsimd: correct type and instruction for SaturateToUint8
by Cherry Mui
· 4 weeks ago
d46c58d
go/doc: link to struct fields in the same package
by Sean Liao
· 5 weeks ago
25ed6c7
cmd/go/internal/doc: update pkgsite version
by matloob
· 4 weeks ago
4411edf
simd/archsimd: reword documentation for some operations
by Cherry Mui
· 5 weeks ago
7d9418a
simd/archsimd: reword documentation of comparison operations
by Cherry Mui
· 5 weeks ago
d00e96d
internal/cpu: repair VNNI feature check
by David Chase
· 5 weeks ago
cfc024d
simd/archsimd: reword documentation for conversion ops
by Cherry Mui
· 5 weeks ago
ad91f5d
simd/archsimd: reword documentation of shfit operations
by Cherry Mui
· 5 weeks ago
b8c4cc6
runtime: keep track of secret allocation size
by Daniel Morsing
· 5 weeks ago
8564fed
cmd/go: remove reference to no longer existing -i flag
by matloob
· 5 weeks ago
eecdb61
crypto: rename fips140v2.0 to fips140v1.26
by Filippo Valsorda
· 5 weeks ago
05e4122
simd/archsimd: reword documentation of As methods
by Cherry Mui
· 5 weeks ago
5166998
runtime/secret: warn users about allocations, loosen guarantees
by Daniel Morsing
· 6 weeks ago
8c28ab9
cmd/cgo: don't emit C local if it is not used
by Ian Lance Taylor
· 5 weeks ago
Next »