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-16
[release-branch.go1.21] go1.21rc1
go1.21rc1
Gopher Robot
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
2023-06-13
cmd/dist: more robust cleanup
Russ Cox
2023-06-13
doc/go1.21: document GOPPC64=power10 changes
Paul E. Murphy
2023-06-13
all: fix mismatched symbols
cui fliter
2023-06-13
database/sql: fix flake in TestContextCancelDuringRawBytesScan
Russ Cox
2023-06-13
cmd/internal/obj: make aix/ppc64 builds reproducible
Russ Cox
2023-06-13
runtime: Use doas -n in TestSUID on OpenBSD
Josh Rickmar
2023-06-13
sort: comments directing new code to use the slices package when applicable
Eli Bendersky
2023-06-13
spec: de-emphasize string(int) conversions
Robert Griesemer
2023-06-13
spec: document new program initialization process
Robert Griesemer
2023-06-13
crypto/ecdsa: properly truncate P-521 hashes
Filippo Valsorda
2023-06-13
runtime/trace: disable frame pointer unwinding on plan9
Philip Silva
2023-06-13
slices: add benchmark for IsSorted vs. IntsAreSorted
Eli Bendersky
2023-06-13
cmd/link: fix log formats for log.Fatal calls
Russ Cox
2023-06-12
net: test net.FileConn and net.FileListener with UDP sockets on wasip1
Achille Roussel
2023-06-12
doc/go1.21: clean up remaining TODOs
Michael Pratt
2023-06-12
cmd/dist: do not use user build cache in versioned trees
Russ Cox
2023-06-12
cmd/compile: use callsite as line number for argument marshaling
Keith Randall
2023-06-12
cmd/go/internal/modload: address comment and test issues from CL 496635
Bryan C. Mills
2023-06-12
go/build: check for invalid import paths again
Michael Matloob
2023-06-12
Revert "crypto/internal/nistec: refactor scalar multiplication"
Filippo Valsorda
2023-06-12
go/types, types2: use correct reverse inference approach
Robert Griesemer
2023-06-12
cmd/compile/internal/types2: add missing tests from go/types
Robert Griesemer
2023-06-12
go/types, types2: use inexact unification when unifying against core types
Robert Griesemer
2023-06-12
doc/go1.21: fix typo
chressie
2023-06-12
cmd/go: omit checksums for go.mod files needed for go version lines more ofte...
Bryan C. Mills
2023-06-11
net/url: correct field name in Redacted doc comment
Ian Lance Taylor
2023-06-11
doc/go1.21: add heading for cmp package
Dmitri Shuralyov
2023-06-11
cmp, builtin: document NaN behavior
Ian Lance Taylor
2023-06-11
context: fix doc tipo (s/timout/timeout)
Ian Lance Taylor
2023-06-10
runtime: fix typos
Jes Cok
2023-06-10
syscall: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET on all li...
chenguoqi
[next]