]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-02-11 Michael Anthony... runtime: use internal/trace/tracev2 definitions
2025-02-11 Michael Anthony... internal/trace: move maxArgs into tracev2 and validate...
2025-02-11 Michael Anthony... internal/trace/tracev2: add test to validate spec invar...
2025-02-11 qmuntal{all,clean,make,race,run}.bat: simplify error handling
2025-02-11 Sean Liaonet/http/httptest: match net/http ContentLength behavio...
2025-02-11 Sean Liaocmd/go/internal/modload: don't set GIT_SSH_COMMAND
2025-02-11 Michael Anthony... internal/trace: increment sync counter before final...
2025-02-11 cuishuangstrings: add examples for Lines, SplitSeq, SplitAfterSe...
2025-02-10 Damien Neilos: add Root.Chmod
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add feedback KDF ACVP...
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add RSA ACVP tests
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add counter KDF ACVP tests
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add ctr DRBG ACVP tests
2025-02-10 Michael Anthony... internal/trace: emit a Sync event even if the next...
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add KAS-ECC-SSC ACVP tests
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add SSH KDF ACVP tests
2025-02-10 Keith Randallcmd/compile: avoid ifaceeq call if we know the interfac...
2025-02-10 Mateusz Poliwczakcmd/compile/internal/gc: handle errors from *bio.Writer
2025-02-10 WANG Xueruicmd/go/internal/work: allow a bunch of loong64-specific...
2025-02-10 apocelipesdatabase/sql: use t.Context in tests
2025-02-10 Tom Thorogoodnet/http: use standard time formatting methods
2025-02-10 Michael Anthony... internal/trace: merge event and tracev2 packages
2025-02-10 Michael Anthony... internal/trace/internal/testgen: force trace version...
2025-02-10 Michael Anthony... internal/trace: be stricter about allowed events in...
2025-02-10 Michael Anthony... internal/trace: rename go122 to tracev2
2025-02-10 Damien Neilruntime: establish happens-before between goroutine...
2025-02-10 Michael Anthony... os: hide SetFinalizer from users of Root
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add TLS-v1.3 ACVP tests
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add TLS-v1.2 ACVP tests
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add KDA HKDF ACVP tests
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add SHAKE-* ACVP tests
2025-02-10 Jakub Ciolekcmd/compile: mark PCMPEQB as commutative
2025-02-10 Pasha Radchenkocrypto/aes: more precise description for AES keys requi...
2025-02-10 Mateusz Poliwczakcmd/internal/bio: remove unused MustWriter
2025-02-10 pgxiaolianzitext/template: handle UnsafePointer in isTrue
2025-02-10 Daniel McCarneycrypto/internal/fips140test: add CMAC-AES ACVP tests
2025-02-09 Cherry Muibytes: use "subslice" instead of "substring" in doc...
2025-02-08 Meng Zhuocmd/compile: don't merge symbols on riscv64 when dynami...
2025-02-08 Robert Griesemergo/types, types2: better error messages for channel...
2025-02-08 Ian Lance Tayloros: improve comments for process support, minor code...
2025-02-08 Ian Lance Tayloros: simplify Process.Release
2025-02-08 Ian Lance Tayloros: use AddCleanup, not SetFinalizer, for Process
2025-02-07 Michael Anthony... internal/trace: rename "oldtrace" to trace v1
2025-02-07 Michael Anthony... internal/trace: move SchedReqs out of events package
2025-02-07 Michael Anthony... internal/trace: refactor how experimental batches are...
2025-02-07 Ian Lance Taylorbufio: skip network test if unixpacket socket not supported
2025-02-07 Damien Neiltesting/synctest: add an example of testing networked...
2025-02-07 qmuntalmake.bat: pass through all arguments to "dist bootstrap"
2025-02-07 qmuntal{all,clean,make,race,run}.bat: use || instead of "if...
2025-02-07 Daniel McCarneycrypto/internal/fips140test: add AES ACVP tests
2025-02-07 Daniel McCarneycrypto/internal/fips140test: add DetECDSA ACVP tests
2025-02-07 Daniel McCarneycrypto/internal/fips140test: add ECDSA ACVP tests
2025-02-07 Daniel McCarneycrypto/internal/fips140test: add EDDSA ACVP tests
2025-02-07 Quim MuntalRevert "cmd/go: report gcc ld error message when linkin...
2025-02-07 Alexander Yastrebovcrypto/internal/fips140/edwards25519/field: speed up...
2025-02-07 qmuntalrun.bat: pass through all arguments to "go tool dist...
2025-02-07 qmuntal{all,clean,make,race,run}.bat: remove %GOBUILDEXIT...
2025-02-07 Joel Singcmd/internal/obj/riscv: update references to RISC-V...
2025-02-07 Joel Singcrypto/internal/fips140/subtle: combine xor_<goarch...
2025-02-07 Joel Singcrypto/subtle: add additional benchmarks for XORBytes
2025-02-07 qmuntalcmd/link: add -e (no limit on errors) flag
2025-02-07 Ian Lance Tayloros: simplify process status
2025-02-07 Ian Lance Tayloros: don't store reference count in Process.state
2025-02-07 Ian Lance Taylorlib/time: build with Ubuntu backward compatibility...
2025-02-07 Ian Lance Taylorbufio: don't do empty Write at start of WriteTo
2025-02-07 Ian Lance Taylorencoding/base64: use internal/byteorder
2025-02-06 Ian Lance Taylorcrypto/internal/fips140/drbg: add package comment
2025-02-06 Ian Lance Taylorcmd/go: adjust testsuite to add reraised panic message
2025-02-06 Luka Krmpoticunicode/utf8: remove init from utf8_test
2025-02-06 thepuddsweak: prevent unsafe conversions using weak pointers
2025-02-06 Damien Neilruntime: don't duplicate reraised panic values in print...
2025-02-06 Ian Lance Taylorcmd/cgo: use strings.Builder to build long strings
2025-02-06 Jesse Rittnernet: fix ListenMulitcastUDP to work properly when inter...
2025-02-06 qmuntalcmd/go: report gcc ld error message when linking fails
2025-02-06 Jakub Ciolekcmd/compile: prefer an add when shifting left by 1
2025-02-06 Ian Lance Taylorruntime/cgo: clarify that C code must not retain pointer
2025-02-05 apocelipestesting: use strings.SplitSeq and bytes.SplitSeq
2025-02-05 Roland ShoemakerRevert "cmd/go/internal/work: allow @ character in...
2025-02-05 Michael Matloobcmd/go: add '-skip' to list of cacheable test flags
2025-02-05 Dmitri Shuralyovinternal/trace: skip TestTraceCgoCallback on freebsd...
2025-02-05 Dmitri Shuralyovinternal/routebsd: fix typo in sockAddrLen identifer...
2025-02-05 Tobias Klauserruntime: adjust comments for auxv getAuxv
2025-02-05 Dmitri Shuralyovcmd/go: skip bzr tests if 'bzr help' has non-zero exit...
2025-02-05 Ian Lance Taylorinternal/routebsd: fix parsing network address of lengt...
2025-02-05 Jakub Ciolekcmd/compile: establish limits of bool to uint8 conversions
2025-02-05 Mark Ryancpu/internal: provide runtime detection of RISC-V exten...
2025-02-05 Mark Ryancmd/go: add rva23u64 as a valid value for GORISCV64
2025-02-05 Ian Lance Taylornet/rpc: move frozen notice to the start of the package doc
2025-02-05 Amirhossein... os: fix race condition in readdir by atomically initial...
2025-02-05 apocelipesnet: use strings.SplitSeq and bytes.SplitSeq
2025-02-05 Ian Lance Taylornet: ignore unnamed interfaces on DragonFly
2025-02-04 Ian Lance Tayloros: remove Process.mode field
2025-02-04 Ian Lance Tayloros: separate Process.handle into a separate memory...
2025-02-04 Youlin Fengcmd/compile: do not treat OpLocalAddr as load in DSE
2025-02-04 Ian Lance Taylorcmd/go/internal/vcsweb/vcstest: skip bzr test if deps...
2025-02-04 David Chasecmd/compile: include liveness info in GOSSAFUNC output
2025-02-04 Jakub Ciolekcmd/compile: remove reduntant Zero rule
2025-02-04 Jakub Ciolekcmd/compile: use isGenericIntConst() in prove
2025-02-04 Keith Randallcmd/internal/sys: allow unaligned loads on big-endian...
2025-02-04 Jakub Ciolekcmd/compile: prefer hv2 <= 127 over hv2 < 128
next