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-12-19
[release-branch.go1.22] go1.22rc1
go1.22rc1
Gopher Robot
2023-12-19
[release-branch.go1.22] all: merge master (0324250) into release-branch.go1.22
Than McIntosh
2023-12-19
doc: comment out remaining TODOs in Go 1.22 relnotes (for now)
Than McIntosh
2023-12-19
doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v...
Bryan C. Mills
2023-12-19
doc/go1.22: document removal of 'go get' support in GOPATH mode
Bryan C. Mills
2023-12-19
doc: typo fix for net/http.ServeMux
Carlos Amedee
2023-12-19
cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and '...
Russ Cox
2023-12-19
[release-branch.go1.22] all: merge master (1d4b0b6) into release-branch.go1.22
Than McIntosh
2023-12-19
doc/go1.22.html: release notes for slog, testing/slogtest and net/http.ServeMux
Jonathan Amsterdam
2023-12-19
cmd/compile: remove interfacecycles debug flag
Robert Griesemer
2023-12-19
doc/go1.22: announcing support address sanitizer on Loong64
Guoqi Chen
2023-12-18
test: skip rangegen.go on 32-bit platforms
Than McIntosh
2023-12-18
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2023-12-18
crypto/internal/boring: upgrade module to fips-20220613
Filippo Valsorda
2023-12-18
Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"
Than McIntosh
2023-12-18
cmd: go get golang.org/x/tools@83bceaf2 and revendor
Tim King
2023-12-18
cmd/link/internal/loadpe: update comment about @feat.00 symbol handling
qmuntal
2023-12-18
doc: add math/rand/v2 release notes
Russ Cox
2023-12-18
builtin: mention PanicNilError in comments of recover
Irakli Safareli
2023-12-18
cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16
Mauri de Souza Meneguzzo
2023-12-18
internal/syscall/windows: fix the signature of SetFileInformationByHandle
Bryan C. Mills
2023-12-18
runtime: skip TestRuntimeLockMetricsAndProfile for flakiness
Michael Anthony Knyszek
2023-12-15
runtime: properly model rwmutex in lock ranking
Michael Pratt
2023-12-15
all: fix copyright headers
Jes Cok
2023-12-15
cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0.
Keith Randall
2023-12-15
runtime: add race annotations in IncNonDefault
David Chase
2023-12-15
cmd/asm: fix encoding for arm right shift by constant 0
Keith Randall
2023-12-15
doc: add crypto/tls and crypto/x509 release notes
Roland Shoemaker
2023-12-15
[release-branch.go1.22] update codereview.cfg for release-branch.go1.22
Michael Pratt
2023-12-14
net/netip: remove Prefix.Compare for Go 1.22
Russ Cox
2023-12-14
cmd/go/internal/toolchain: make a best effort to parse 'go run' and 'go insta...
Bryan C. Mills
2023-12-14
cmd/go/internal/modfetch: simplify a redundant condition
Bryan C. Mills
2023-12-14
cmd/go/internal/vcweb: set GIT_PROTOCOL in the git CGI handler
Bryan C. Mills
2023-12-14
doc/go1.22: correct the system call name used for zero-copy from net.TCPConn ...
Andy Pan
2023-12-14
runtime: delete todo of the list field for mspan
qiulaidongfeng
2023-12-14
doc: improve release note for Windows hosts file being respected
Davis Goodin
2023-12-14
doc: document Windows os.ReadDir improvements
qmuntal
2023-12-14
doc: add missing html tags
cui fliter
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-14
doc/go1.22: pre-announce dropping macOS 10.15 support
Dmitri Shuralyov
2023-12-14
doc: add release note fragment on inlining changes
Than McIntosh
2023-12-13
go/types, types2: report error for range over int if Go version < 1.22
Robert Griesemer
2023-12-13
runtime/pprof: fix inlined generics locations
Tolya Korniltsev
2023-12-13
doc: in pre-generic spec, be explicit that it is not the current spec
Robert Griesemer
2023-12-13
go/types, types2: better error message when missing method is unexported
Robert Griesemer
2023-12-13
iter: fix race instrumentation for Pull2
Mauri de Souza Meneguzzo
2023-12-13
go/types, types2: avoid confusing error message "have m(T), want m(T)"
Robert Griesemer
2023-12-13
doc/go1.22: document reflect.TypeFor
Mauri de Souza Meneguzzo
2023-12-13
crypto/x509: properly gate test on macos version
Roland Shoemaker
2023-12-12
doc/go1.22: document minor net/http changes
Damien Neil
[next]