aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-07[release-branch.go1.20] go1.20rc1go1.20rc1Gopher Robot
2022-12-07[release-branch.go1.20] update codereview.cfg for release-branch.go1.20Michael Pratt
2022-12-07api: promote next to go1.20Michael Pratt
2022-12-07doc/go1.20: delete remaining TODOMichael Pratt
2022-12-07doc/go1.20: add section on coverageThan McIntosh
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-12-07doc/go1.20: relnote and take care of TODOsRuss Cox
2022-12-07go/internal/gcimporter: simplify unified IR importerMatthew Dempsky
2022-12-07cmd/compile: restore test/nested.go test casesMatthew Dempsky
2022-12-07all: update vendored golang.org/x/netDamien Neil
2022-12-07lib/time: update to 2022g/2022gRuss Cox
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-12-06Revert "runtime/pprof: unskip TestTimeVDSO on Android"Cherry Mui
2022-12-06cmd/go: unskip TestScript/build_issue48319 on WindowsBryan C. Mills
2022-12-06archive/zip: only consider UncompressedSize when checking dirsRoland Shoemaker
2022-12-06run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov
2022-12-06go/types, types2: better error message for invalid method expressionRobert Griesemer
2022-12-06runtime/pprof: unskip TestTimeVDSO on AndroidCherry Mui
2022-12-06cmd/link: pass -Wl,--no-insert-timestamp to external linker on windowsThan McIntosh
2022-12-06cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall
2022-12-05cmd/asm: improve assembler error messagesKeith Randall
2022-12-05go/types, types2: better error message for failing constraint type inferenceRobert Griesemer
2022-12-05cmd/compile: clean up amd64 opcode commentsKeith Randall
2022-12-05runtime: prioritize VDSO and libcall unwinding in profilerCherry Mui
2022-12-05net: support context cancellation in resSearchMateusz Poliwczak
2022-12-05doc: 1.20 compiler changesDavid Chase
2022-12-05runtime/cgo: fix typo in gcc_loong64.SCherry Mui
2022-12-05runtime/cgo: add .file directive to GNU assembly filesCherry Mui
2022-12-03all: fix some comments for methodcui fliter
2022-12-02runtime/debug: add missing periodRuss Cox
2022-12-02doc/go1.20: preannounce dropping macOS 10.13 and 10.14 supportHeschi Kreinick
2022-12-02cmd/go: remove TestScript/version_buildvcs_git_gpgBryan C. Mills
2022-12-02cmd/go: skip TestScript/mod_replace_gopkginBryan C. Mills
2022-12-02path/filepath: make Join("c:", "/a") return "c:/a" againDamien Neil
2022-12-02go/internal/gcimporter: in short tests, avoid creating export data for all of...Bryan C. Mills
2022-12-02doc/go1.20: resolve root bundle package TODORoland Shoemaker
2022-12-02math/big: fix BitLen performance regressionFilippo Valsorda
2022-12-02cmd/api: track darwin arm64 portRuss Cox
2022-12-02encoding/csv: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/zip: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/tar: use proper doc comment for Deprecated notesRuss Cox
2022-12-02cmd/api: track deprecationsRuss Cox
2022-12-02runtime/debug: more complete BuildInfo documentationRuss Cox
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-12-01cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exitMichael Matloob
2022-12-01doc/go1.20: add code tags in crypto/{rsa,subtle} and net/netip sectionsTobias Klauser
2022-12-01net: acquire thread in resSearchMateusz Poliwczak
2022-12-01net: retry with bigger buffer in resSearchMateusz Poliwczak
2022-12-01crypto/des: fix a typo in the comment for permuteFinalBlockChaoshuai Lü
2022-12-01doc: add release note for cgo.IncompleteCuong Manh Le