]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2025-01-31 Russ Coxcmd/go: enable fips test and fix caching bug
2025-01-31 Rob Findleycmd: update golang.org/x/tools to CL 645697, and revendor
2025-01-30 Sam Thanawallacmd/go: refine GOAUTH user parsing to be more strict
2025-01-29 Filippo Valsordalib/fips140: freeze v1.0.0 FIPS 140 module zip file
2025-01-29 Filippo Valsordacmd/link/internal/loader: fix linknames from FIPS 140...
2025-01-29 Michael PrattRevert "os: employ sendfile(2) for file-to-file copying...
2025-01-29 Roland Shoemakercrypto/pbkdf2: add keyLength limit
2025-01-29 Ian Lance Taylorcrypto/hkdf: check error in TestFIPSServiceIndicator
2025-01-28 Filippo Valsordacrypto/internal/sysrand: skip TestNoGetrandom without cgo
2025-01-28 Than McIntoshinternal/coverage: fix bug in text-format coverage...
2025-01-28 Ian Lance Taylorinternal/godebug: check error from os.ReadFile in test
2025-01-28 Michael Prattruntime: mapiter linkname compatibility layer
2025-01-28 Michael Prattruntime: rename mapiterinit and mapiternext
2025-01-28 Ian Lance Taylorinternal/goexperiment: update location of baseline...
2025-01-28 yincongarchive/zip, archive/tar: writer appends slash to direc...
2025-01-27 Ian Lance Taylorstrconv: adjust comment so that gofmt doesn't mung it
2025-01-27 Filippo Valsordacrypto/internal/fips140/rsa: avoid CAST unsetting the...
2025-01-27 Filippo Valsordacrypto/internal/fips140/aes: set FIPS 140 service indic...
2025-01-27 Filippo Valsordacrypto/ecdsa: avoid needless ScalarBaseMult in s390x
2025-01-27 Sam Thanawallacmd/go: do not call base.fatal for an unset HOME for...
2025-01-27 Cherry MuiRevert "runtime: Check LSE support on ARM64 at runtime...
2025-01-27 Roland Shoemakercrypto/internal/boring: keep ECDH public key alive...
2025-01-22 Alan Donovango/types: avoid importer.Default
2025-01-22 Carlos Amedeeruntime: fix the equality check in AddCleanup
2025-01-22 Carlos Amedeeos: force a goroutine to be scheduled on WASM
2025-01-22 Roland Shoemakercrypto/internal/fips140/nistec: make p256NegCond consta...
2025-01-22 Alan Donovango/importer: document limitations of this API
2025-01-21 Dmitri Shuralyovnet/http: update bundled golang.org/x/net/http2 [generated]
2025-01-21 Kir Kolyshkintesting: fix reference to B.N in docstring
2025-01-20 Bill Morganruntime: delete out of date comment
2025-01-17 Than McIntoshinternal/coverage: refactor EmitTextual in preparation... master
2025-01-17 Wingrezgo/types, types2: ensure deterministic output when...
2025-01-17 Robert Griesemergo/types, types2: remove superfluous assertion (fix...
next