aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19[release-branch.go1.22] go1.22rc1go1.22rc1Gopher Robot
2023-12-19[release-branch.go1.22] all: merge master (0324250) into release-branch.go1.22Than McIntosh
2023-12-19doc: comment out remaining TODOs in Go 1.22 relnotes (for now)Than McIntosh
2023-12-19doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v...Bryan C. Mills
2023-12-19doc/go1.22: document removal of 'go get' support in GOPATH modeBryan C. Mills
2023-12-19doc: typo fix for net/http.ServeMuxCarlos Amedee
2023-12-19cmd/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.22Than McIntosh
2023-12-19doc/go1.22.html: release notes for slog, testing/slogtest and net/http.ServeMuxJonathan Amsterdam
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-19doc/go1.22: announcing support address sanitizer on Loong64Guoqi Chen
2023-12-18test: skip rangegen.go on 32-bit platformsThan McIntosh
2023-12-18crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2023-12-18crypto/internal/boring: upgrade module to fips-20220613Filippo Valsorda
2023-12-18Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"Than McIntosh
2023-12-18cmd: go get golang.org/x/tools@83bceaf2 and revendorTim King
2023-12-18cmd/link/internal/loadpe: update comment about @feat.00 symbol handlingqmuntal
2023-12-18doc: add math/rand/v2 release notesRuss Cox
2023-12-18builtin: mention PanicNilError in comments of recoverIrakli Safareli
2023-12-18cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16Mauri de Souza Meneguzzo
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-12-18runtime: skip TestRuntimeLockMetricsAndProfile for flakinessMichael Anthony Knyszek
2023-12-15runtime: properly model rwmutex in lock rankingMichael Pratt
2023-12-15all: fix copyright headersJes Cok
2023-12-15cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0.Keith Randall
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-15doc: add crypto/tls and crypto/x509 release notesRoland Shoemaker
2023-12-15[release-branch.go1.22] update codereview.cfg for release-branch.go1.22Michael Pratt
2023-12-14net/netip: remove Prefix.Compare for Go 1.22Russ Cox
2023-12-14cmd/go/internal/toolchain: make a best effort to parse 'go run' and 'go insta...Bryan C. Mills
2023-12-14cmd/go/internal/modfetch: simplify a redundant conditionBryan C. Mills
2023-12-14cmd/go/internal/vcweb: set GIT_PROTOCOL in the git CGI handlerBryan C. Mills
2023-12-14doc/go1.22: correct the system call name used for zero-copy from net.TCPConn ...Andy Pan
2023-12-14runtime: delete todo of the list field for mspanqiulaidongfeng
2023-12-14doc: improve release note for Windows hosts file being respectedDavis Goodin
2023-12-14doc: document Windows os.ReadDir improvementsqmuntal
2023-12-14doc: add missing html tagscui fliter
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-14doc/go1.22: pre-announce dropping macOS 10.15 supportDmitri Shuralyov
2023-12-14doc: add release note fragment on inlining changesThan McIntosh
2023-12-13go/types, types2: report error for range over int if Go version < 1.22Robert Griesemer
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-13doc: in pre-generic spec, be explicit that it is not the current specRobert Griesemer
2023-12-13go/types, types2: better error message when missing method is unexportedRobert Griesemer
2023-12-13iter: fix race instrumentation for Pull2Mauri de Souza Meneguzzo
2023-12-13go/types, types2: avoid confusing error message "have m(T), want m(T)"Robert Griesemer
2023-12-13doc/go1.22: document reflect.TypeForMauri de Souza Meneguzzo
2023-12-13crypto/x509: properly gate test on macos versionRoland Shoemaker
2023-12-12doc/go1.22: document minor net/http changesDamien Neil