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
2023-07-14
[release-branch.go1.21] go1.21rc3
go1.21rc3
Gopher Robot
2023-07-13
[release-branch.go1.21] all: merge master (b88bd91) into release-branch.go1.21
Cherry Mui
2023-07-13
cmd/go/internal/modfetch: always allow Stat for the current toolchain to succeed
Bryan C. Mills
2023-07-13
net/http: revert stray edit to h2_bundle.go from CL 508996
Bryan C. Mills
2023-07-13
all: remove duplicate word and fix comment
cui fliter
2023-07-12
all: fix typos and remove repeated words
Dan Kortschak
2023-07-12
[release-branch.go1.21] all: merge master (6244b19) into release-branch.go1.21
Cherry Mui
2023-07-12
all: update vendored dependencies
Russ Cox
2023-07-12
cmd/go: fix go get go@badversion
Russ Cox
2023-07-12
cmd/go: fix GOTOOLCHAIN parsing for +auto
Russ Cox
2023-07-12
doc/go1.21: add a release note for CL 463177
Bryan C. Mills
2023-07-12
cmd/compile: on PPC64, fix sign/zero extension when masking
Paul E. Murphy
2023-07-11
src/README.vendor: s/latest/master/
Jonathan Amsterdam
2023-07-11
testing/slogtest: check for no group with empty record
Jonathan Amsterdam
2023-07-11
net/http/fcgi: eliminate goroutine leaks in tests
Bryan C. Mills
2023-07-11
os/exec: ignore context.Canceled errors in TestConcurrentExec
Bryan C. Mills
2023-07-11
log/slog: replace nil contexts with context.Background()
Jonathan Amsterdam
2023-07-11
log/slog: change XXXCtx functions to XXXContext
Jonathan Amsterdam
2023-07-11
time: increase arbitrary upper bound in TestReset to 10s
Bryan C. Mills
2023-07-11
net: mptcp: force using MPTCP with GODEBUG
Matthieu Baerts
2023-07-10
syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...
Bryan C. Mills
2023-07-10
test: add test cases for index value with range array clear
Cuong Manh Le
2023-07-10
cmd/compile: fix clear on slice with zero size elem
Cuong Manh Le
2023-07-10
cmd/compile: don't ICE on unaligned offsets for pointer writes
Keith Randall
2023-07-07
os: support reading empty root directories on Windows
qmuntal
2023-07-07
src/database/sql: run gofmt
Than McIntosh
2023-07-07
go/types, types2: do not mutate arguments in NewChecker
Robert Findley
2023-07-07
math: add test that covers riscv64 fnm{add,sub} codegen
Michael Munday
2023-07-07
log/slog: handle recursively empty groups
Jonathan Amsterdam
2023-07-06
os: do not skip directory entries with zero inodes on wasip1
Achille Roussel
2023-07-06
runtime: print output on failure in TestMemPprof
Cherry Mui
2023-07-06
net: only build cgo_stub.go on unix or wasip1
Ian Lance Taylor
2023-07-06
cmd/go: pass GoVersion in vet config
Russ Cox
2023-07-06
go/types: record Config.GoVersion for reporting in Package.GoVersion method
Russ Cox
2023-07-06
log/slog: fix faulty test
Merrick Clay
2023-07-05
cmd/compile: fix FMA negative commutativity of riscv64
Meng Zhuo
2023-07-05
math: fix portable FMA when x*y < 0 and x*y == -z
Michael Munday
2023-07-05
database/sql: prevent internal context error from being returned from Rows.Err()
zikaeroh
2023-07-05
runtime,runtime/metrics: clarify OS stack metrics
Michael Anthony Knyszek
2023-07-04
runtime: have ReadMemStats do a nil check before switching stacks
Keith Randall
2023-07-04
os, syscall: update unreachable link about =C: envs
Oleksandr Redko
2023-07-04
test/codegen: enable Mul2 DivPow2 test for riscv64
Meng Zhuo
2023-06-30
runtime: check GOFLAGS not GCFLAGS
Michael Pratt
2023-06-29
net: enable pure Go resolver for wasip1
Chris O'Hara
2023-06-29
syscall: stub Getrlimit on wasip1
Chris O'Hara
2023-06-29
cmd/asm/internal/lex: fix comment, remove the first "has"
Jes Cok
2023-06-29
cmd/compile/internal/types2: make TestIssue43124 match the go/types version
Robert Griesemer
2023-06-29
net/http: validate Host header before sending
Damien Neil
2023-06-29
cmd/{go,compile}: run gofmt
Than McIntosh
2023-06-29
runtime: run wasip1 tests with wazero
Chris O'Hara
[next]