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-06-21
[release-branch.go1.21] go1.21rc2
go1.21rc2
Gopher Robot
2023-06-20
[release-branch.go1.21] all: merge master (a7b1793) into release-branch.go1.21
Dmitri Shuralyov
2023-06-20
cmd/go: do not index std as a module in modcache
Russ Cox
2023-06-20
cmd/go: restore go.mod files during toolchain selection
Russ Cox
2023-06-20
cmd/distpack: rename go.mod to _go.mod in toolchain modules
Russ Cox
2023-06-20
cmd/go: disable sumdb less often for toolchain downloads
Russ Cox
2023-06-20
internal/bisect: add 'q' hash option for quiet hash behavior switching
David Chase
2023-06-20
runtime/trace: add godoc links
Olivier Mengué
2023-06-19
cmd/go/internal/modfetch: fix retractions slice initial length not zero
James Yang
2023-06-17
os/exec: document a method to check if a process is alive
Moritz Poldrack
2023-06-16
cmd/internal/moddeps: allow the "misc" module to be missing from GOROOT
Bryan C. Mills
2023-06-16
cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist
Bryan C. Mills
2023-06-16
cmd/internal/testdir: skip Test if GOROOT/test does not exist
Bryan C. Mills
2023-06-16
go/types: skip tests that require GOROOT/test if it is not present
Bryan C. Mills
2023-06-16
go/internal/gcimporter: skip TestImportTypeparamTests if GOROOT/test is missing
Bryan C. Mills
2023-06-16
cmd/go/internal/test: don't wait for previous test actions when interrupted
Bryan C. Mills
2023-06-16
path/filepath: avoid assuming that GOROOT/test is present
Bryan C. Mills
2023-06-16
cmd/cgo/internal/testshared: disable gccgo tests on PPC64
Paul E. Murphy
2023-06-16
cmd/cgo/internal/testshared: strip newline from gccgo -dumpversion
Paul E. Murphy
2023-06-16
compress/bzip2: fix typo
Jes Cok
2023-06-16
net/http: check RemoteAddr isn't nil before dereferencing
Al Cutter
2023-06-16
net/http: close req.Body only when it's non-nil on js
Dmitri Shuralyov
2023-06-16
testing/fstest: fix the Glob test when dir entries are out of order
Achille Roussel
2023-06-16
reflect: fix ArenaNew to match documentation
Michael Anthony Knyszek
2023-06-16
cmd/distpack: make go_$GOOS_$GOARCH_exec programs executable
Dmitri Shuralyov
2023-06-16
[release-branch.go1.21] go1.21rc1
go1.21rc1
Gopher Robot
2023-06-16
runtime: use 1-byte load for address checking in racecallatomic
Cherry Mui
2023-06-15
cmd/go: fix build config for 'go list -cover'
Than McIntosh
2023-06-15
net/http: only disable Fetch API in tests
Dmitri Shuralyov
2023-06-15
math: document that Min/Max differ from min/max
Ian Lance Taylor
2023-06-15
cmd/compile: do not report division by error during typecheck
Cuong Manh Le
2023-06-15
slices: add sort benchmark for sorted strings
Eli Bendersky
2023-06-15
[release-branch.go1.21] all: merge master (b7e7467) into release-branch.go1.21
Michael Pratt
2023-06-15
test/codegen: add fsqrt test for riscv64
Meng Zhuo
2023-06-15
text/template: set variables correctly in range assignment
Ian Lance Taylor
2023-06-15
cmd/api: skip TestIssue29837 when -short is set
qmuntal
2023-06-15
cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64
eric fang
2023-06-14
cmd/go: check for errors reading gccgo package list
Ian Lance Taylor
2023-06-14
cmd/go: use gover.Local for $goversion in TestScript
Bryan C. Mills
2023-06-14
[release-branch.go1.21] update codereview.cfg for release-branch.go1.21
Michael Pratt
2023-06-14
crypto/x509: use synthetic root for platform testing
Roland Shoemaker
2023-06-14
slices: consistently use S ~[]E
Ian Lance Taylor
2023-06-14
spec: explain in which situations function type arguments can be omitted
Robert Griesemer
2023-06-14
syscall: Fix Getwd on Windows to correctly handle long paths.
Qi Xiao
2023-06-14
net: fix panic when calling net.Listen or net.Dial on wasip1
Achille Roussel
2023-06-14
internal/xcoff: remove blank lines after final return statements
Jes Cok
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-13
all: update vendored dependencies
Michael Pratt
2023-06-13
net: ensure net.Addr values match the connection type on wasip1
Achille Roussel
2023-06-13
go/types, types2: fix Hilbert test for stand-alone run
Robert Griesemer
[next]