Sign in
go
/
go
/
HEAD
03845e3
os: don't expect an error from Root.ReadFile from a directory on NetBSD
by Damien Neil
· 2 days ago
master
668ec58
os: properly handle trailing / in Root.MkdirAll
by Damien Neil
· 3 days ago
30719fe
testing: record a test's failure for -failfast after cleanup runs
by harjoth
· 2 weeks ago
63d8363
os: strip trailing slashes in RemoveAll on Plan 9
by David du Colombier
· 2 days ago
ee05e88
simd: remove simd/testdata/ip
by Michael Pratt
· 2 days ago
db97d07
all: use path for go.mod module path
by Michael Pratt
· 3 days ago
f20c97b
lib/time: update to 2026c/2026c
by Kyle Shannon
· 3 days ago
0a9b01c
crypto/mlkem: improved semi-expanded wycheproof tests
by Daniel McCarney
· 3 weeks ago
4d1000c
cmd/go: split test_vet script test for improved parallelism
by Michael Matloob
· 8 days ago
10f7480
cmd/go: split build_overlay script test to improve parallelism
by Michael Matloob
· 8 days ago
c1e0cd1
cmd/fix: pull in CL 791660
by Dmitri Shuralyov
· 3 days ago
999c718
go/types, types2: copy test from issue48703 into its own file
by Mark Freeman
· 3 days ago
0af88e5
cmd/gofmt: correctly truncate symlinks instead of buggy mangling
by Artem V. Navrotskiy
· 2 weeks ago
1cee9db
os: rewrite PathError.Path in dirFS.ReadLink to relative name
by Tobias Klauser
· 9 days ago
82215dc
os: properly handle trailing slashes in paths in Root
by Damien Neil
· 7 weeks ago
183e201
go/types, types2: set underlying for imported types
by Mark Freeman
· 4 days ago
95a31da
cmd/go: remove net script test condition from main go command suite
by Michael Matloob
· 10 days ago
cc0242c
cmd/go: move mod_sumdb_golang network tests to verylongtest
by Michael Matloob
· 11 days ago
d426cba
cmd/go: move part of gotoolchain_net to verylongtest
by Michael Matloob
· 11 days ago
9cb0e9c
cmd/go: move mod_insecure_issue63845 and mod_proxy_https to verylongtest
by Michael Matloob
· 11 days ago
342285e
cmd/go/testdata/script: remove net condition from always skipped tests
by Michael Matloob
· 11 days ago
a89bf59
cmd/go/testdata/script: update mod_prefer_compatible to not use net
by Michael Matloob
· 11 days ago
44db00e
cmd/go/testdata/script: don't use network in mod_gonoproxy test
by Michael Matloob
· 11 days ago
0f091ac
cmd/go/testdata/script: remove net from mod_download_private_vcs
by Michael Matloob
· 11 days ago
773dae7
cmd/go/testdata/script: don't use net in mod_pseudo_cache
by Michael Matloob
· 11 days ago
2772c8e
cmd/go/testdata/script: don't use net in mod_sumdb_file_path test
by Michael Matloob
· 11 days ago
4a5010f
cmd/go/testdata/script: stop using network from mod_git_export_subst
by Michael Matloob
· 11 days ago
5a4aeca
cmd/go/testdata/script: remove net from gotoolchain_version test
by Michael Matloob
· 11 days ago
f14d0eb
cmd/go/testdata/script: remove net check in get_issue53955 test
by Michael Matloob
· 11 days ago
f38d2ed
cmd/go/testdata/script: don't use network in govcs script test
by Michael Matloob
· 11 days ago
0858430
test: add write barrier test
by Keith Randall
· 12 days ago
cb4d292
net/http: apply header timeout to server's unencrypted HTTP/2 check
by Damien Neil
· 2 weeks ago
d468ad3
cmd/go: switch toolchain if necessary in applyUpgrades
by Michael Matloob
· 2 weeks ago
e37f65a
cmd/doc: prefer non-internal packages in shorthand lookup
by goutamadwant
· 7 days ago
8184635
net/http: apply Server.MaxHeaderValueCount towards HTTP/1 trailer headers
by Nicholas S. Husin
· 10 days ago
976f004
test : repair codegen/simd mask instructions test
by David Chase
· 9 days ago
6550487
crypto/mldsa: remove hand-defined wycheproof structs
by Daniel McCarney
· 12 days ago
aa44f96d
net/http: fix BenchmarkClientRequestHeaders header count failure
by Emmanuel T Odeke
· 10 days ago
3d3798e
net/http/internal/http2: do not silently truncate large trailers
by Nicholas S. Husin
· 10 days ago
821f3ff
Revert "net/http: apply header timeout to server's unencrypted HTTP/2 check"
by Junyang Shao
· 10 days ago
375872b
math/big: fix edge case float formatting
by Neal Patel
· 8 weeks ago
d90bf6d
net/http: add Server.MaxHeaderValueCount setting
by Nicholas S. Husin
· 2 weeks ago
9e5cf80
simd: correct two errors in formatting code, standardize emulation
by David Chase
· 10 days ago
1952e61
net/http: apply header timeout to server's unencrypted HTTP/2 check
by Damien Neil
· 2 weeks ago
2e82d2c
internal/runtime/maps: document hashing of stack pointers
by Keith Randall
· 8 weeks ago
686bbb7
net: fix TestLookupCNAME
by Nicholas S. Husin
· 11 days ago
11c4fcb
simd: repaired emulation String methods for simd
by David Chase
· 11 days ago
8dcb317
cmd/compile: fix misscompile in rewrite generic rules
by Jorropo
· 13 days ago
3233439
Revert "cmd/compile: speedup large init function compile time"
by Cuong Manh Le
· 2 weeks ago
2f81c9e
cmd/internal/objfile: fix PE BSS symbol classification
by qmuntal
· 12 days ago
06bb174
net/http: prevent server from draining request body if status 100 was not sent
by Nicholas S. Husin
· 3 weeks ago
9a92465
Revert "net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noop"
by Nicholas S. Husin
· 3 weeks ago
54719fc
simd: repair renaming of Mask.ToIntNs
by David Chase
· 2 weeks ago
6565f55
cmd/compile: repair mask optimizations
by David Chase
· 2 weeks ago
137b806
crypto/tls: omit PSK in ECH outer client hello
by Roland Shoemaker
· 9 weeks ago
76d509e
math/rand/v2: document PCG and ChaCha8 tradeoffs
by harjoth
· 3 weeks ago
63b51fc
runtime: lock M for the entire fast path
by Michael Pratt
· 2 weeks ago
fe4da8e
runtime: unify mallocStub fast/slow blocks
by Michael Pratt
· 3 weeks ago
2827927
go/types, types2: improve error message for incomplete alias hashing
by Mark Freeman
· 2 weeks ago
3aeef48
os: test and fix ReadDir("/dev/fd") on macOS
by Russ Cox
· 2 weeks ago
5703e10
cmd/internal/objfile: use 'B' code for ELF and PE BSS symbols
by Ian Lance Taylor
· 6 months ago
48bf922
cmd/compile, simd/archsimd: make Wasm Get/SetElem work for out-of-bound constants
by Cherry Mui
· 2 weeks ago
0f0fb7a
simd/archsimd: rename arm64 test files
by Cherry Mui
· 2 weeks ago
b350da2
simd/archsimd: deduplicate simd_test.go and arm64_simd_test.go
by Cherry Mui
· 2 weeks ago
e233bce
simd/archsimd: deduplicate ternary test helpers
by Cherry Mui
· 2 weeks ago
6498978
runtime: handle nil pointer in sysFreeOS on sbrk platforms
by David du Colombier
· 3 weeks ago
104f868
cmd/link: quote PE .def library name
by qmuntal
· 3 weeks ago
29c1c94
runtime: deconflict gscan and mutex profiler
by Rhys Hiltner
· 5 weeks ago
cdf9693
simd/archsimd: deduplicate conversion test helpers
by Cherry Mui
· 3 weeks ago
0d0822b
internal/nettest: fix flake in TestConnPartialWrite
by Nicholas S. Husin
· 3 weeks ago
c996ed1
simd/archsimd: deduplicate shift tests
by Cherry Mui
· 3 weeks ago
a2b3c73
simd/archsimd: correct ARM64 IfElse semantics
by Cherry Mui
· 3 weeks ago
2a4fbc3
cmd/compile: fix invalid code generation for OINDEXMAP
by Cuong Manh Le
· 3 weeks ago
9c9e880
cmd/compile: don't require Heapaddr for heap vars in dead code
by Derek Parker
· 3 weeks ago
c433e424
crypto/x509: triage x509limbo allows
by Daniel McCarney
· 7 weeks ago
431520e
crypto/internal/cryptotest: x509-limbo test coverage
by Daniel McCarney
· 7 months ago
674ceb7
types2, go/types: fix conversion error for pointer to type param
by dorbmon
· 5 weeks ago
c554c53
simd/archsimd: deduplicate tests
by Cherry Mui
· 3 weeks ago
2f457b9
crypto/internal/cryptotest: parse go mod download JSON from stdout
by qmuntal
· 3 weeks ago
57f9a58
net/http: preserve path escaping in redirects
by Nicholas S. Husin
· 3 weeks ago
40f0f81
encoding/json/v2: report error when unmarshaling into ambiguous set of fields
by Joe Tsai
· 3 weeks ago
5e685ce
encoding/json/v2: improve documentation
by Joe Tsai
· 3 weeks ago
e296659
cmd/compile: plumb PGO profile through inliner and body reader
by Cherry Mui
· 3 weeks ago
61796ad
os: remap / to \ in Windows os.Root.Symlink targets
by Damien Neil
· 3 weeks ago
d6427ef
crypto/tls: document that ConnectionState is valid only after handshake
by harjoth
· 3 weeks ago
97b2bec
log/slog: remove obsolete comment
by Ian Lance Taylor
· 4 weeks ago
9d758c0
fmt: fix %q verb documentation to say "rune literal"
by tengtian
· 3 months ago
fd6f414
os/signal: avoid flaky TestCtrlBreak by waiting for child stdout
by Davis Goodin
· 3 weeks ago
a2fd613
runtime: fix softfloat64 add/sub for normal operands cancelling to subnormal
by Omar Sy
· 4 weeks ago
6d1bcd1
simd: set GOEXPERIMENT in testdata tests
by David du Colombier
· 3 weeks ago
642abec
simd: repair missed StorePart-returns-int in generated code
by David Chase
· 3 weeks ago
86f1f77
math/big: Float.Text result may not match strconv.FormatFloat result
by Robert Griesemer
· 3 weeks ago
cabdf7f
net/http: validate trailers when writing requests and responses
by harjoth
· 4 weeks ago
ac2b8fc
cmd/compile: update default PGO profile
by Cherry Mui
· 3 weeks ago
15929d1
cmd/compile: fix typo in comment
by goto1134
· 3 weeks ago
96bc97f
go/types, types2: permit function type argument inference for map keys
by Mark Freeman
· 3 weeks ago
8931a19
cmd/go: link and clarify docs for GOCACHEPROG
by Sean Liao
· 8 weeks ago
c83d55f
simd: add doc.go
by David Chase
· 3 weeks ago
cc1ee09
cmd/compile: rename types with dependent methods instead of renaming methods
by David Chase
· 4 weeks ago
f22ebe8
simd: repair doc comment for Store, StorePart
by David Chase
· 3 weeks ago
Next »