]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-12-13 Oleg Zaytsevcmd/gc: test temp string comparison with all ops
2022-12-12 Paul E. Murphysyscall: skip TestUseCgroupFD if cgroupfs mounted RO
2022-12-12 Bryan C. Millssyscall: fix shadowing bugs in forkAndExecInChild
2022-12-12 Changkun Ousync: remove unused const
2022-12-12 Alexander Frolovdoc/go1.20: fix typo
2022-12-12 Nikola Jokicdebug/buildinfo: check pointer size on buildinfo.Read
2022-12-12 Shengyu Zhangdoc/go1.20: fix URL anchor
2022-12-11 Keith Randallcmd/compile: fix conditional move rule on PPC64
2022-12-10 Ian Lance Tayloros: skip size test in TestLstat if the file is a symlink
2022-12-09 Keith Randallcmd/compile: fix conditional select rule
2022-12-09 Than McIntoshdoc: fix typo in 1.20 release notes
2022-12-09 Bryan C. Millsos/user: zero-initialize C structs returned to Go
2022-12-08 Robert Findleygo/types, types2: always rename type parameters during...
2022-12-08 Zhizhen Hedoc: fix typo
2022-12-08 Dmitri Shuralyovdoc/go1.20: correct test binary -v flag value for test2json
2022-12-08 Than McIntoshcmd/{go,cover,covdata}: fix 'package main' inconsistent...
2022-12-08 cia-ranacmd/link: fix dynamic interpreter path for musl-based...
2022-12-08 Bryan C. Millsruntime: remove arbitrary timeouts in finalizer tests
2022-12-08 Bryan C. Millscmd/go: deflake TestScript/test2json_interrupt
2022-12-08 Ian Lance Tayloros/user: on AIX getpwuid_r seems to return -1 on overflow
2022-12-07 David du Colombierinternal/safefilepath: fix TestFromFS on Plan 9
2022-12-07 Bryan C. Millscmd/go: in TestTerminalPassthrough, delay subprocess...
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
next