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-07-20
internal/testenv: exclude GOMAXPROCS when building test program
fix-runtime-test-GOMAXPROCS
Shulhan
2025-07-19
cmd/internal/obj: enable got pcrel itype in fips140 for riscv64
Meng Zhuo
2025-07-19
cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576
thepudds
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-07-18
go/types: infer correct type for y in append(bytes, y...)
Alan Donovan
2025-07-17
cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal ...
thepudds
2025-07-16
runtime: fix idle time double-counting bug
Michael Anthony Knyszek
2025-07-16
cmd/compile/internal/escape: speed up analyzing some functions with many clos...
thepudds
2025-07-16
cmd/link, runtime: on Wasm, put only function index in method table and func ...
Cherry Mui
2025-07-16
runtime: use 32-bit function index on Wasm
Cherry Mui
2025-07-16
cmd/internal/obj/wasm: use 64-bit instructions for indirect calls
Cherry Mui
2025-07-15
cmd/internal/doc: upgrade godoc pkgsite to 01b046e
Michael Matloob
2025-07-15
runtime: use memclrNoHeapPointers to clear inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: only clear inline mark bits on span alloc if necessary
Michael Anthony Knyszek
2025-07-15
runtime: have mergeInlineMarkBits also clear the inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: merge inline mark bits with gcmarkBits 8 bytes at a time
Michael Anthony Knyszek
2025-07-15
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)
dyma solovei
2025-07-15
os: remove useless error check
guoguangwu
2025-07-14
runtime: expand GOMAXPROCS documentation
Michael Pratt
2025-07-14
encoding/json: decompose legacy options
Joe Tsai
2025-07-14
encoding/json/v2: add security section to doc
Joe Tsai
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-07-11
encoding/json: remove legacy option to EscapeInvalidUTF8
Joe Tsai
2025-07-11
encoding/json/v2: report wrapped io.ErrUnexpectedEOF
Joe Tsai
2025-07-11
crypto/rsa: drop contradictory promise to keep PublicKey modulus secret
Filippo Valsorda
2025-07-11
crypto/rsa: fix documentation formatting
Filippo Valsorda
2025-07-11
runtime: turn off large memmove tests under asan/msan
Keith Randall
2025-07-11
cmd/link: do size fixups after symbol references are loaded
Cherry Mui
2025-07-10
os: trivial comment fix
Jakob Borg
2025-07-10
synctest: fix comments for time.Now() in synctests
Christian Hoeppner
2025-07-10
crypto/cipher: Fix comment punctuation
Markus Kusano
2025-07-09
runtime: run TestSignalDuringExec in its own process group
Michael Anthony Knyszek
2025-07-09
crypto/tls: empty server_name conf. ext. from server
Daniel McCarney
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-07-08
internal: make struct comment match struct name
cuishuang
2025-07-08
cmd/compile: document that nosplit directive is unsafe
Ian Lance Taylor
2025-07-08
cmd/compile: run fmt on ssa
Jorropo
2025-07-07
internal/trace: only test for sync preemption if async preemption is off
Michael Anthony Knyszek
2025-07-07
cmd/internal/doc: fix GOROOT skew and path joining bugs
Michael Matloob
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-07-07
crypto/rsa: remove another forgotten note to future self
Filippo Valsorda
2025-07-07
cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLines
qmuntal
2025-07-07
sort: clarify Less doc
John Giorshev
2025-07-03
runtime: correct vdsoSP on S390X
Cherry Mui
2025-07-03
hash: document that Clone may only return ErrUnsupported or a nil error
Filippo Valsorda
2025-07-02
cmd/cgo/internal/testsanitizers: skip asan tests when FIPS140 mode is on
qmuntal
2025-07-02
testing/synctest: explicitly state Run will be removed in Go 1.26
Deleplace
2025-07-01
cmd/go/internal/modindex: apply changes in CL 502615 to modindex package
Michael Matloob
2025-07-01
crypto/tls: ensure the ECDSA curve matches the signature algorithm
Filippo Valsorda
2025-07-01
crypto/ecdsa: fix crypto/x509 godoc links
Filippo Valsorda
[next]