]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-11-27 Mark Freemango/types, types2: remove setDefType and most def plumbing
2025-11-27 Mark Freemango/types, types2: replace setDefType with pending type...
2025-11-27 Filippo Valsordacrypto,testing/cryptotest: ignore random io.Reader...
2025-11-26 matloobruntime: update mkmalloc to make generated code look...
2025-11-26 Daniel Morsingruntime/secret: implement new secret package
2025-11-26 Alan Donovango/build/constraint: use strings.Builder instead of...
2025-11-26 Alan Donovango/types: relax NewSignatureType for append(slice,...
2025-11-26 Filippo Valsordacrypto/tls: support crypto.MessageSigner private keys
2025-11-26 Junyang Shaocmd/compile: fix bloop get name logic
2025-11-26 matloobcmd/go: remove experiment checks for compile -c
2025-11-26 Dmitri Shuralyovdoc/next: document broken freebsd/riscv64 port
2025-11-26 Cherry Muicmd/compile, runtime: guard X15 zeroing with GOEXPERIME...
2025-11-26 Daniel Morsingcrypto/fips140: add WithoutEnforcement
2025-11-26 Roland Shoemakercrypto/x509: add ExtKeyUsage.OID method
2025-11-26 Michael Matloobcmd/go: limit total compile -c backend concurrency...
2025-11-26 Keith Randallcmd/compile: handle loops better during stack allocatio...
2025-11-26 Robert Griesemergo/types, types2: improve printing of []*operand lists...
2025-11-26 Jorroporuntime: merge all the linux 32 and 64 bits files into...
2025-11-26 Junyang Shaotesting: fix bloop doc
2025-11-26 qmuntalos,internal/syscall/windows: support O_* flags in Root...
2025-11-26 Guoqi Chencmd/internal/obj/loong64: add {,x}vmadd series instruct...
2025-11-26 Xiaolin Zhaocmd/internal/obj/loong64: add aliases to 32-bit arithme...
2025-11-26 Jorropocmd/compile: add tests bruteforcing limit complement
2025-11-26 qmuntalos,internal/poll: don't call IsNonblock for consoles...
2025-11-26 Boris Nagaevcrypto/internal/fips140/aes: optimize ctrBlocks8Asm...
2025-11-26 Jorropocmd/compile: add tests bruteforcing limit negation...
2025-11-26 Alexander Musmancmd/compile,internal/bytealg: add MemEq intrinsic for...
2025-11-26 Ian Alexandercmd/go: remove final references to modfetch.Fetcher_
2025-11-26 Ian Alexandercmd/go/internal/toolchain: remove references to modfetc...
2025-11-26 Ian Alexandercmd/go/internal/modget: remove references to modfetch...
2025-11-26 Ian Alexandercmd/go/internal/load: remove references to modfetch...
2025-11-26 Ian Alexandercmd/go/internal/modcmd: remove references to modfetch...
2025-11-26 David Chasecmd/compile: adjust start heap size
2025-11-26 Felix Geisendörferinternal/trace: support event constructor for testing
2025-11-26 Ian Lance Taylorruntime: panic if cleanup function closes over cleanup...
2025-11-26 Ian Lance Taylorruntime: panic on AddCleanup with self pointer
2025-11-26 Ian Alexandercmd/go/internal/modfetch: remove references to Fetcher_...
2025-11-26 Ian Alexandercmd/go/internal/modload: replace references to modfetch...
2025-11-26 Ian Alexandercmd/go/internal/modcmd: inject modfetch.Fetcher_ into...
2025-11-26 Ian Alexandercmd/go/internal/modload: inject modfetch.Fetcher_ into...
2025-11-26 Ian Alexandercmd/go/internal/modfetch: inject Fetcher_ into TidyGoSum
2025-11-26 Filippo Valsordacrypto/internal/fips140/aes/gcm: add more GCM nonce...
2025-11-26 Filippo Valsordacrypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid...
2025-11-26 Guoqi Chencmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD...
2025-11-25 Ian Alexandercmd/go/internal/modfetch: move global goSum to Fetcher_
2025-11-25 Ian Alexandercmd/go: remove fips140 dependency on global Fetcher_
2025-11-25 Russ Coxinternal/strconv: add testbase tests
2025-11-25 Russ Coxinternal/strconv: delete ftoaryu
2025-11-25 Ian Lance Taylorcompress/flate: move big non-pointer arrays to end...
2025-11-25 Mark Ryancmd/internal/obj/riscv: document compressed instructions
2025-11-25 Louis Nyffeneggerpath: add more examples for path.Clean
2025-11-25 guoguangwumaps: use strings.EqualFold in example
2025-11-25 Taichi Maedastrconv: replace Ryu ftoa with Dragonbox
2025-11-25 Neal Patelcrypto: fix dead links and correct SHA-512 algorithm...
2025-11-25 Neal Patelcrypto/internal/fips140/sha512: interleave scheduling...
2025-11-25 Neal Patelcrypto/internal/fips140/sha256: interleave scheduling...
2025-11-25 胡玮文internal/runtime/cgroup: allow more tests to run on...
2025-11-25 kmvijaycrypto/internal/fips140/bigmod: vector implementation...
2025-11-25 José Joaquín... net/url: fix example of Values.Encode
2025-11-25 Tom Thorogoodcrypto/sha3: reduce cSHAKE allocations
2025-11-25 Filippo Valsordacrypto/hpke: expose crypto/internal/hpke
2025-11-25 Filippo Valsordacrypto/ecdsa: clean up ECDSA parsing and serialization...
2025-11-25 Quentin Quaadgrasreflect: add iterator equivalents for NumField, NumIn...
2025-11-25 Roland Shoemakercrypto/x509: sub-quadratic name constraint checking
2025-11-25 Roland Shoemakercrypto/x509: cleanup name constraint tests
2025-11-25 Andrey Pshenkincrypto/rsa: add EncryptOAEPWithOptions
2025-11-25 guoguangwuinternal/poll: replace t.Sub(time.Now()) with time...
2025-11-25 Daniel McCarneycrypto/tls: expose HelloRetryRequest state
2025-11-25 Sean Liaodoc: pre-announce removal of 1.23 and earlier crypto...
2025-11-25 Sean Liaocrypto/fips140: add Version
2025-11-25 Ian Alexandercmd/go/internal/modfetch: rename State to Fetcher
2025-11-25 Ian Alexandercmd/go/internal/modload: make State.modfetchState a...
2025-11-25 Ian Alexandercmd/go: add setters for critical State fields
2025-11-25 David Finkelruntime: add GODEBUG=tracebacklabels=1 to include pprof...
2025-11-25 Damien Neilnet/http: add Transport.NewClientConn
2025-11-25 Damien Neilall: update to x/net@bff14c52567061031b9761881907c39e24...
2025-11-25 Damien Neilcontext: don't return the wrong error when Cause races...
2025-11-25 Filippo Valsordacrypto/x509: add ExtKeyUsage.String and KeyUsage.String...
2025-11-25 Daniel McCarneycrypto/internal/fips140test: add ML-DSA coverage
2025-11-24 David Chasecmd/compile: add cases for StringLen to prove
2025-11-24 Jes Cokcmd/go/internal/auth: fix typo
2025-11-24 Michael Anthony... runtime: use m.profStack in traceStack
2025-11-24 Michael Anthony... runtime: don't write unique string to trace if it's...
2025-11-24 Cherry Muiall: REVERSE MERGE dev.simd (7d65463) into master
2025-11-24 Cherry Mui[dev.simd] all: merge master (e704b09) into dev.simd
2025-11-24 Mark Freemango/types, types2: shorten object map assertion
2025-11-24 Cherry Mui[dev.simd] all: merge master (02d1f3a) into dev.simd
2025-11-24 Joe Tsairuntime: respect GOTRACEBACK for user-triggered runtime...
2025-11-24 Cherry Mui[dev.simd] internal/buildcfg: don't enable SIMD experim...
2025-11-24 Alexandre Dauboisruntime/cgo: add support for `any` param and return...
2025-11-24 Cherry Mui[dev.simd] simd: add goexperiment tag to generate.go
2025-11-24 Srinivas Pokalacmd/compile, internal/buildcfg: enable regABI on s390x...
2025-11-24 Srinivas Pokalainternal/bytealg: port bytealg functions to reg ABI...
2025-11-24 Srinivas Pokalaruntime: port memmove, memclr to register ABI on s390x
2025-11-24 Srinivas Pokalainternal/runtime/syscall: Syscall changes for s390x...
2025-11-24 Srinivas Pokalareflect, runtime: add reflect support for regabi on...
2025-11-24 Srinivas Pokalaruntime: mark race functions on s390x as ABIInternal
2025-11-24 Srinivas Pokalaruntime: add runtime changes for register ABI on s390x
2025-11-24 Srinivas Pokalacmd/internal/obj: set morestack arg spilling and regabi...
2025-11-24 Srinivas Pokalacmd/compile: update s390x CALL* ops
next