]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-05-29 Cherry Muicmd/compile: update default PGO profile
2025-05-29 Michael Anthony... cmd/internal/obj/s390x: fix potential recursive String...
2025-05-29 Damien Neilruntime, testing/synctest: breaking bubble isolation...
2025-05-29 Damien Neiltesting, testing/synctest: write bubble errors to paren...
2025-05-29 Mark Freemaninternal/pkgbits: explain the rationale for reference...
2025-05-29 Alan Donovanslices: document and test nilness behavior of all functions
2025-05-29 Michael Prattruntime: add vgetrandom lock rank
2025-05-29 Michael Prattruntime: guarantee no GOMAXPROCS update syscalls after...
2025-05-29 Gopher Robotdoc/next: delete
2025-05-29 Damien Neilinternal/synctest: speed up TestWeak
2025-05-29 Damien Neilruntime, internal/synctest, sync: associate WaitGroups...
2025-05-29 Michael Prattruntime: increment updatemaxprocs metric only when...
2025-05-29 Alan Donovango/doc: NewFromFiles: fix panic on Files with SkipObjec...
2025-05-29 Gopher Robotapi: promote next to go1.25
2025-05-29 Keith Randallcmd/compile: do nil check before calling duff functions...
2025-05-28 Michael Prattruntime: rename updateGOMAXPROCS to updateMaxProcsG
2025-05-28 Michael Anthony... doc/next: add release note for riscv64 plugin build...
2025-05-28 Mark Freemango/types, types2: dump position stack for non-bailout...
2025-05-28 Cherry Muicmd/link: allow linkname reference to a TEXT symbol...
2025-05-28 Michael Anthony... doc/next: tweak runtime release notes
2025-05-28 Dmitri Shuralyovlib/time: update to 2025b/2025b
2025-05-28 Damien Neilos: don't follow symlinks on Windows when O_CREATE...
2025-05-27 Damien Neilruntime, testing/synctest: verify cleanups/finalizers...
2025-05-27 Damien Neilruntime: define lock ranking between weak pointers...
2025-05-27 thepuddscmd/compile/internal/walk: use original type for compos...
2025-05-27 Carlos Amedeeruntime/trace: add a trace validation test for differen...
2025-05-27 Michael Matloobcmd/go: fix get with the new 'work' pattern
2025-05-27 Sean Liaolog/slog: fix longtests with empty source
2025-05-27 David Chasedoc/next: add small header to TODO
2025-05-27 Alan Donovango/token: benchmark FileSet.{Position,AddExistingFiles}
2025-05-27 Alan Donovango/ast: deprecate FilterPackage, PackageExports, MergeP...
2025-05-27 Michael Prattruntime: skip nil Ps in allp during cleanup flush
2025-05-27 Filippo Valsordacrypto/tls: enable signature algorithm BoGo tests ...
2025-05-27 jiahua wangerrors: add joinError Unwrap example
2025-05-27 cuishuangio/fs: add examples for Glob,ReadFile and ValidPath
2025-05-24 Antonio Pitasilog/slog: make TextHandler discard empty Source
2025-05-24 Sean Liaotesting/synctest: correct duration in doc example
2025-05-24 Mateusz Poliwczakhash: mention the new Cloner interface in Hash docs.
2025-05-24 Filippo Valsordacrypto/tls: signature_algorithms in CertificateRequest...
2025-05-23 Carlos Amedeenet: use runtime.AddCleanup instead of runtime.SetFinalizer
2025-05-23 Michael Prattruntime/trace: match traceClockNow types
2025-05-23 David Chasedoc/next: add crudely processed todos
2025-05-23 Filippo Valsordanet/http: document that ServeMux.Handler can also synth...
2025-05-23 Carlos Amedeeruntime/trace: fix flaky test for SetMinAge
2025-05-22 Keith Randalldoc: fix TBD mark
2025-05-22 Keith Randalldoc: mention stack allocation of variable-sized make...
2025-05-22 Michael Anthony... runtime: don't spin looking for a tiny alloc address...
2025-05-22 Cuong Manh Lecmd/compile: do not shapify when reading reshaping...
2025-05-22 Cuong Manh Lecmd/compile: fix ICE with recursive alias type parameter
2025-05-22 Michael Matloobcmd/doc: properly set GOPROXY to avoid deprecation...
2025-05-22 Michael MatloobRevert "cmd/doc: better support for no network"
2025-05-22 Cuong Manh Lecmd/compile: fix ICE when transforming loopvar
2025-05-22 Michael Anthony... runtime: use the immortal weak handle map for sbrk...
2025-05-22 Jake Baileycmd/compile/internal/ssa: eliminate string copies for...
2025-05-22 Cherry Muihash/maphash: move purego-only helper functions to...
2025-05-22 Cherry Muicmd/compile, unique: model data flow of non-string...
2025-05-22 thepuddscmd/compile/internal/escape: make escape analysis ...
2025-05-22 Carlos Amedeeruntime/trace: add the flight recorder
2025-05-22 Julian Zhucmd/compile: fold negation into addition/subtraction...
2025-05-21 Filippo Valsordacrypto,hash: add and implement hash.Cloner
2025-05-21 Filippo Valsordadoc: refer to SHAKE in #69518 release note
2025-05-21 Keith Randallcmd/compile: remove unused function from escape analysis
2025-05-21 Damien Neilnet/http: use synctest.Test rather than Run
2025-05-21 Damien Neiltesting: add Attr
2025-05-21 Roland Shoemakercrypto/sha3: un-interleave EOR instructions
2025-05-21 Filippo Valsordacrypto/x509: use truncated SHA-256 for SubjectKeyId
2025-05-21 Daniel McCarneycrypto/tls: reject duplicate TLS 1.3 EncryptedExtensions
2025-05-21 Daniel McCarneycrypto/tls: use decode alert for handshake msg unmarsha...
2025-05-21 Filippo Valsordacrypto/tls: disable SHA-1 signature algorithms in TLS 1.2
2025-05-21 Roland Shoemakercrypto: add a test for disallowed instructions
2025-05-21 qiulaidongfenghash: add XOF interface
2025-05-21 Filippo Valsordacrypto/ecdsa: add low-level encoding functions for...
2025-05-21 Filippo Valsordacrypto/tls: don't advertise TLS 1.2-only sigAlgs in...
2025-05-21 Dmitri Shuralyovcmd/link/internal/ld: use 12.0.0 OS/SDK versions for...
2025-05-21 HowJmaycrypto/sha3: add SIMD implementation with ARMv8.2 features
2025-05-21 Filippo Valsordacrypto/internal/cryptotest: test Armv8.2 on darwin...
2025-05-21 Filippo Valsordainternal/cpu: add ARM64.HasSHA3
2025-05-21 Michael Prattruntime: skip TestTimePprof on sanitizers
2025-05-21 Michael Matloobcmd/doc: better support for no network
2025-05-21 Michael Matloobcmd/go/internal/doc: ignore SIGINT and SIGQUIT
2025-05-21 Mark Freemaninternal/pkgbits: mark element / section ends as delta...
2025-05-21 Filippo Valsordacrypto/internal/fips140/nistec: remove dead s390x p256O...
2025-05-21 Filippo Valsordanet/http: add CrossOriginProtection
2025-05-21 thepuddsreflect: leak packEface input to result rather than...
2025-05-21 Michael Matloobcmd/doc: add more convenient behavior for go doc -http...
2025-05-21 Michael Prattruntime: use DontUpdate testprog for DontUpdate test
2025-05-21 Daniel McCarneycrypto/tls: update BoGo SessionID test skip reasons
2025-05-21 Daniel McCarneycrypto/tls: enable BoGo DisabledCurve-HelloRetryRequest...
2025-05-21 Daniel McCarneycrypto/tls: match compression method alert across versions
2025-05-21 Daniel McCarneycrypto/tls: delete dead code curveIDForCurve
2025-05-21 Daniel McCarneycrypto/tls: verify server chooses advertised curve
2025-05-21 thepuddsreflect: optimize IsZero with a pointer comparison...
2025-05-21 thepuddscmd/compile/internal/walk: use global zeroVal in interf...
2025-05-21 thepuddscmd/compile/internal/walk: convert composite literals...
2025-05-21 Filippo Valsordainternal/godebug,crypto/fips140: make fips140 setting...
2025-05-21 Filippo Valsordacrypto/internal/fips140: use hash.Hash
2025-05-21 Junyang Shaocmd/compile: fix offset calculation error in memcombine
2025-05-21 Daniel McCarneycrypto/tls: have servers prefer TLS 1.3 when supported
2025-05-21 Roland Shoemakercrypto/tls: add GetEncryptedClientHelloKeys
2025-05-21 Filippo Valsordacrypto/sha1: use cryptotest.TestAllImplementations...
next