]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2025-02-03 Robert Griesemerspec: remove reference to Go 1.17 spec
2025-02-03 Robert Griesemergo/parser, go/types, syntax, types2: report invalid...
2025-02-03 Ian Lance Taylorcmd/go: update new test for removal of nocoverageredesign
2025-02-03 Robert Griesemergo/parser: refactor parameter parsing (cleanup)
2025-02-03 Ian Lance Taylorsyscall: use consistent message for ESTALE on Linux
2025-02-03 Ian Lance Taylornet: permit Interface with no Name
2025-02-03 Ian Lance Taylorinternal/routebsd: simplify for standard library
2025-02-03 Ian Lance Taylornet, internal/routebsd: move vendored x/net/route to...
2025-02-03 Ian Lance Taylorall: remove coverageredesign experiment
2025-02-03 qmuntalcrypto/internal/fips140/sha3/_asm: remove unnecessary...
2025-02-03 Sean Liaoall: replace reflect.Value.Type.Kind with reflect.Value...
2025-02-03 Ian Lance Taylortest/issue71226: add cast to avoid clang error
2025-02-03 Ian Lance Taylorall: run gofmt
2025-02-03 Michael Matloobcmd/doc: add support for starting pkgsite instance...
2025-02-03 cuishuangall: use slices.Contains to simplify code
2025-02-03 Sean Liaotext/scanner: add required ScanComments in example
2025-02-03 cuishuangnet/http: use strings.FieldsFuncSeq to reduce memory...
2025-02-03 Jakub Ciolekinternal/fuzz: use a lookup table for SnapshotCoverage
2025-02-03 qmuntalcrypto/x509/internal/macos: remove unused types and...
2025-02-03 Diego Laratext/template improved comparison error addresses issue...
2025-02-03 Jakub Ciolekcmd/compile: on AMD64, prefer XOR/AND for (x & 1) ...
2025-02-03 Jakub Ciolekcmd/compile: distribute 8 and 16-bit multiplication
2025-02-03 Roxy Lightio/fs: add ReadLinkFS interface
2025-02-03 Tobias Klauserinternal/poll: use ignoringEINTR2 in (*FD).Pread
2025-02-03 Eng Zer Junmath/big: use built-in max function
2025-02-03 Ian Lance Taylorcmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.h
2025-02-03 Ian Lance Taylorcmd/cgo: add C declaration parameter unused attribute
2025-02-03 Roland Shoemakercrypto/tls: disable additional SSLv2 bogo tests
2025-02-03 Robert Griesemergo/types, types2: don't register interface methods...
2025-02-03 Michael Anthony... runtime: fix GODEBUG=gccheckmark=1 and add smoke test
2025-02-03 Ian Lance Taylorcrypto/internal/cryptotest: print stderr if go tool...
2025-02-03 Ian Lance Taylorcmd/go/internal/modindex: correct isDir doc comment
2025-02-03 Ian Lance Taylorcmd/go/internal/auth: reduce to a single package coment
2025-02-03 alirezaarzehgarnet/url: add panic to unhex for imposible error case
2025-02-03 Cherry Muidoc: initialize next directory for Go 1.25
2025-02-03 Cherry Muiinternal/goversion: update Version to 1.25
next