]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-12-07 Gopher Robot[release-branch.go1.20] go1.20rc1 go1.20rc1
2022-12-07 Michael Pratt[release-branch.go1.20] update codereview.cfg for relea...
2022-12-07 Michael Prattapi: promote next to go1.20
2022-12-07 Michael Prattdoc/go1.20: delete remaining TODO
2022-12-07 Than McIntoshdoc/go1.20: add section on coverage
2022-12-07 Russ Coxos/user: fix buffer retry loop on macOS
2022-12-07 Russ Coxdoc/go1.20: relnote and take care of TODOs
2022-12-07 Matthew Dempskygo/internal/gcimporter: simplify unified IR importer
2022-12-07 Matthew Dempskycmd/compile: restore test/nested.go test cases
2022-12-07 Damien Neilall: update vendored golang.org/x/net
2022-12-07 Russ Coxlib/time: update to 2022g/2022g
2022-12-06 Damien Neilos, net/http: avoid escapes from os.DirFS and http...
2022-12-06 Cherry MuiRevert "runtime/pprof: unskip TestTimeVDSO on Android"
2022-12-06 Bryan C. Millscmd/go: unskip TestScript/build_issue48319 on Windows
2022-12-06 Roland Shoemakerarchive/zip: only consider UncompressedSize when checki...
2022-12-06 Dmitri Shuralyovrun.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_...
2022-12-06 Robert Griesemergo/types, types2: better error message for invalid...
2022-12-06 Cherry Muiruntime/pprof: unskip TestTimeVDSO on Android
2022-12-06 Than McIntoshcmd/link: pass -Wl,--no-insert-timestamp to external...
2022-12-06 Keith Randallcmd/compile: turn off jump tables when spectre retpolin...
2022-12-05 Keith Randallcmd/asm: improve assembler error messages
2022-12-05 Robert Griesemergo/types, types2: better error message for failing...
2022-12-05 Keith Randallcmd/compile: clean up amd64 opcode comments
2022-12-05 Cherry Muiruntime: prioritize VDSO and libcall unwinding in profiler
2022-12-05 Mateusz Poliwczaknet: support context cancellation in resSearch
2022-12-05 David Chasedoc: 1.20 compiler changes
2022-12-05 Cherry Muiruntime/cgo: fix typo in gcc_loong64.S
2022-12-05 Cherry Muiruntime/cgo: add .file directive to GNU assembly files
2022-12-03 cui fliterall: fix some comments for method
2022-12-02 Russ Coxruntime/debug: add missing period
2022-12-02 Heschi Kreinickdoc/go1.20: preannounce dropping macOS 10.13 and 10...
2022-12-02 Bryan C. Millscmd/go: remove TestScript/version_buildvcs_git_gpg
2022-12-02 Bryan C. Millscmd/go: skip TestScript/mod_replace_gopkgin
2022-12-02 Damien Neilpath/filepath: make Join("c:", "/a") return "c:/a"...
2022-12-02 Bryan C. Millsgo/internal/gcimporter: in short tests, avoid creating...
2022-12-02 Roland Shoemakerdoc/go1.20: resolve root bundle package TODO
2022-12-02 Filippo Valsordamath/big: fix BitLen performance regression
2022-12-02 Russ Coxcmd/api: track darwin arm64 port
2022-12-02 Russ Coxencoding/csv: use proper doc comment for Deprecated...
2022-12-02 Russ Coxarchive/zip: use proper doc comment for Deprecated...
2022-12-02 Russ Coxarchive/tar: use proper doc comment for Deprecated...
2022-12-02 Russ Coxcmd/api: track deprecations
2022-12-02 Russ Coxruntime/debug: more complete BuildInfo documentation
2022-12-01 Bryan C. Millsgo/internal/gcimporter: load cached export data for...
2022-12-01 Michael Matloobcmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit
2022-12-01 Tobias Klauserdoc/go1.20: add code tags in crypto/{rsa,subtle} and...
2022-12-01 Mateusz Poliwczaknet: acquire thread in resSearch
2022-12-01 Mateusz Poliwczaknet: retry with bigger buffer in resSearch
2022-12-01 Chaoshuai Lücrypto/des: fix a typo in the comment for permuteFinalBlock
2022-12-01 Cuong Manh Ledoc: add release note for cgo.Incomplete
2022-12-01 Robert Griesemerdoc/go1.20: document new semantics for comparable const...
2022-12-01 Michael Matloobgo/internal/gcimporter: fix TestImportStdLib
2022-12-01 Robert Griesemergo/types, types2: make the new comparable semantics...
2022-12-01 Bryan C. Millscmd/go/internal/work: make formatOutput return an error...
2022-12-01 Than McIntoshruntime,hash/maphash: eliminate maphash torture test...
2022-12-01 Roland Shoemakercrypto/x509: include more hints for verification failure
2022-12-01 Robert GriesemerRevert "go/types, types2: make the new comparable seman...
2022-12-01 Tobias Klauserinternal/coverage: use io.Seek* constants
2022-12-01 Roland Shoemakerarchive/zip: tolerate compressed directories with zero...
2022-12-01 Roland Shoemakercrypto/ecdsa: verify validity of signature parameters...
2022-12-01 Robert Griesemergo/types, types2: make the new comparable semantics...
2022-11-30 Cuong Manh Lecmd/compile: fix inline static init with derived types
2022-11-30 Matthew Dempskycmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields
2022-11-30 Damien Neilnet: reenable SRV tests with _ldap._tcp.google.com
2022-11-30 Michael Anthony... doc/go1.20: add runtime, runtime/trace, and runtime...
2022-11-30 Damien Neilnet/http: deflake and fix TestWrappedResponseController
2022-11-30 Keith Randallcmd/compile: disallow CMOV optimization with ptr arithm...
2022-11-30 Tim Kingspec: document conversion from slice to array
2022-11-29 Ian Lance Taylorreflect: correct tpoy in comment
2022-11-29 Ian Lance TaylorRevert "encoding/xml: disallow empty namespace when...
2022-11-29 Cherry Muidoc/go1.20: revise linker release note
2022-11-29 Cherry Muidoc/go1.20: quote code in Bootstrap and Cgo sections
2022-11-29 Than McIntoshtesting: remove stale builder names from windows tests
2022-11-28 Cherry Muidoc/go1.20: add release notes for the linker
2022-11-28 Cherry Muidoc/go1.20: add release notes for PGO
2022-11-28 Bryan C. Millscmd/go: run the gpg command verbosely in TestScript...
2022-11-28 Ian Lance Taylorcontext: add lock in Cause to avoid race
2022-11-28 Tobias Klausernet: gofmt after CL 382996
2022-11-28 Tobias Klauserdoc/go1.20: fix missing <code> tag
2022-11-28 Russ Coxdoc/go1.20: fix missing </code> tag
2022-11-28 Russ Coxcmd/api: rewrite as package test
2022-11-28 Russ Coxdoc/go1.20: complete, add more library TODOs
2022-11-28 Brad Fitzpatrickdoc/go1.20: fix HTML closing tag
2022-11-28 Russ Coxcontext: canceLLation
2022-11-24 Tobias Klauserlib/time, time/tzdata: update to 2022f
2022-11-24 Rongrongsyscall, runtime/internal/syscall: zero r2 before mips...
2022-11-24 Russ Coxcrypto/elliptic: remove deprecation markers
2022-11-23 Russ Coxcrypto/rsa: remove deprecation markers for multiprime...
2022-11-23 qmuntaldoc/go1.20: document changes to os on Windows
2022-11-23 kijimaDfmt: add uintptr test case
2022-11-23 Russ Coxcmd/compile: reenable inlstaticinit
2022-11-23 Russ Coxreflect: remove deprecation notices from SliceHeader...
2022-11-23 Russ Coxdoc/go1.20: finish most standard library TODOs
2022-11-23 Russ Coxdoc/go1.20: document new freebsd/riscv64 port
2022-11-23 Russ Coxdoc/go1.20: add hyperlinks, minor edits
2022-11-23 Russ Coxdoc/go1.20: document spec changes
2022-11-23 Russ Coxcmd/compile: fix error message wording
2022-11-23 Tim Kingdoc/go1.20: document adding to the timeformat vet analysis
2022-11-23 Alan Donovanplugin: add warning
2022-11-23 Robert Griesemerspec: add a link to Allocation section in section on...
next