aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-30all: replace outdated linkscui fliter
2023-12-30reflect: fix typo in type.goRenJiangdu
2023-12-27doc: fix typo in example in specRobert Griesemer
2023-12-27doc: document new iteration variable semantics in specRobert Griesemer
2023-12-27doc: document version at which new language features were introduced in specRobert Griesemer
2023-12-26lib/time: update to 2023d/2023dDmitri Shuralyov
2023-12-21runtime/metrics: godoc link fixesOlivier Mengué
2023-12-21doc: fix misspelling in go1.22 release notesManlio Perillo
2023-12-21runtime: use racereleasemerge for godebugIncCherry Mui
2023-12-21cmd/compile: handle constant-folding of an out-of-range jump table indexKeith Randall
2023-12-20doc/go1.22: document changes to vet loopclosure analyzerTim King
2023-12-20doc: update unsafe.Pointer rule in specRobert Griesemer
2023-12-19doc: add html/template release noteRoland Shoemaker
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-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-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