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-08-12
[release-branch.go1.25] go1.25.0
go1.25.0
Gopher Robot
2025-08-06
[release-branch.go1.25] go1.25rc3
go1.25rc3
Gopher Robot
2025-08-06
[release-branch.go1.25] database/sql: avoid closing Rows while scan is in pro...
Damien Neil
2025-07-30
[release-branch.go1.25] os/exec: fix incorrect expansion of "", "." and ".." ...
Olivier Mengué
2025-07-28
[release-branch.go1.25] os/user: user random name for the test user account
qmuntal
2025-07-28
[release-branch.go1.25] cmd/go: always return the cached path from go tool -n
Michael Matloob
2025-07-23
[release-branch.go1.25] all: merge master (489868f) into release-branch.go1.25
Michael Anthony Knyszek
2025-07-23
cmd/link: scope test to linux & net.sendFile
Derek Parker
2025-07-22
cmd/compile: fix loclist for heap return vars without optimizations
Derek Parker
2025-07-22
net: correct comment for ListenConfig.ListenPacket
Lyle Dean
2025-07-22
all: go fmt
Michael Pratt
2025-07-22
cmd/internal/objabi: remove redundant word in comment
cuishuang
2025-07-21
runtime: relax TestMemoryLimitNoGCPercent a bit
Keith Randall
2025-07-21
cmd/compile: for arm64 epilog, do SP increment with a single instruction
Keith Randall
2025-07-21
runtime: fix asan wrapper for riscv64
Keith Randall
2025-07-21
cmd/go: check subcommand properties
Ian Alexander
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
[release-branch.go1.25] go1.25rc2
go1.25rc2
Gopher Robot
[next]