]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-05-23 fanzha02cmd/compile: intrinsify atomic And/Or on arm64
2024-05-23 Dmitri Shuralyovdoc/next: document go mod tidy -diff flag
2024-05-23 Than McIntoshcmd/go,testdeps: move import of internal/coverage/cfile...
2024-05-23 Cherry Muiruntime: update TestExitHooks error strings
2024-05-23 Jes Cokmaps: slightly improve iter tests
2024-05-23 Russ Coxtime: add a few more benchmarks
2024-05-23 Roland Shoemakercrypto/tls: add ech client support
2024-05-23 Robert Griesemergo/types, types2: factor out check for updated type...
2024-05-23 Robert Griesemergo/types, types2: instantiate generic alias types
2024-05-23 Russ Coxruntime: move exit hooks into internal/runtime/exithook
2024-05-23 Mordy Ovitsdoc: fix two instances of "the the" in godebug.md
2024-05-23 Michael Matloobcmd/go/internal/work: add telemetry counters for build...
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 David Chasecmd/compile: repairing variable names and comments
2024-05-23 David Chaseinternal/abi, cmd/compile, runtime: deduplicate rangefu...
2024-05-23 Ian Lance Taylorall: change from sort functions to slices functions...
2024-05-23 Ian Lance Taylortime: check for time zone offset overflow
2024-05-23 Roland Shoemakercrypto/tls: allow 256KiB certificate messages
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-23 Filippo Valsordacrypto/rsa: refactor PKCS#1 v1.5 signature and verification
2024-05-23 Filippo Valsordacrypto: document that Verify inputs are not confidential
2024-05-22 Roland Shoemakercrypto/tls: populate Leaf in X509KeyPair
2024-05-22 Roland Shoemakercrypto/x509: don't match bare wildcard
2024-05-22 Fábio Matanet/url: fix missing handling for opaque value in Resol...
2024-05-22 Roland Shoemakercrypto/tls: reorder client_hello extensions
2024-05-22 Roland Shoemakercrypto/internal/hpke: add basic implementation
2024-05-22 Michael Anthony... runtime: skip tracing events that would cause reentrancy
2024-05-22 Filippo Valsordamath/rand/v2: add ChaCha8.Read
2024-05-22 David Chaseruntime,cmd/compile: fix wording of rangefunc panic...
2024-05-22 Filippo Valsordacrypto/tls: move defaults into defaults.go
2024-05-22 Filippo Valsordacrypto/tls: disable 3-DES by default
2024-05-22 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-22 Russ Coxruntime: revert "move zeroVal to internal/abi"
2024-05-22 Michael Matloobcmd/go: add additional counters for mode and host/targe...
2024-05-22 Mateusz Poliwczakcrypto/x509: properly pouplate the RevocationList.Autho...
2024-05-22 Rhys Hiltnerruntime: lower mutex contention test expectations
2024-05-22 Michael Anthony... runtime: move goroutine stack exists events after span...
2024-05-22 Michael Anthony... internal/trace: fix up debug commands
2024-05-22 Michael Anthony... runtime: write out a batch with alignment info for...
2024-05-22 Sam Thanawallacmd/go: add go mod tidy -diff
2024-05-22 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-22 Paul E. Murphycmd/compile/internal/ssa: reintroduce ANDconst opcode...
2024-05-22 Robert Griesemergo/types, types2: better error message for invalid...
2024-05-22 Robert Griesemergo/types, types2: operand.AssignableTo must consider...
2024-05-22 Cherry Muicmd/compile: keep closure pointer live for range body...
2024-05-22 Michael Anthony... runtime: correctly account for allocated objects in...
2024-05-22 Robert Griesemergo/types, types2: operand.convertibleTo must consider...
2024-05-22 islishudenet/http: add partitioned attribute to cookie type
2024-05-22 Dmitri Shuralyovdoc/initial, doc/next: add draft notice to introduction
2024-05-22 Paul E. Murphyall: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0
2024-05-22 Rhys Hiltnerruntime/pprof: ignore runtime-internal samples in test
2024-05-22 Kionicmd/go: add -cover flag to report by go version -m
2024-05-22 Roland Shoemakerhtml: update jstmpllitinterp doc
2024-05-22 Filippo Valsordacrypto/tls: remove typeNextProtocol
2024-05-22 Jes Cokencoding/binary: adjust docs for Append, Encode and...
2024-05-22 Damien Neilcrypto/tls: improved 0-RTT QUIC API
2024-05-22 Roland Shoemakercrypto/x509: reject serial numbers longer than 20 octets
2024-05-22 Roland Shoemakercrypto/x509: reject negative serial numbers
2024-05-22 Jes Cokdoc: correct issue number for release note
2024-05-22 Michael Anthony... internal/concurrent: make HashTrieMap iteration more...
2024-05-22 Filippo Valsordacrypto/tls: implement X25519Kyber768Draft00
2024-05-22 Cherry Muicmd/compile: update PGO profile
2024-05-22 Rhys Hiltnerruntime: split mutex profile clocks
2024-05-22 Filippo Valsordacrypto/tls: ensure GODEBUGs are initialized
2024-05-22 Filippo Valsordacrypto/tls: clarify group selection logic
2024-05-22 aimuzmaps: clarify iteration order and insertion behavior
2024-05-22 Tobias Klauserinternal/cpu: remove unused const cpuid_SSE2
2024-05-22 Jes Cokreflect: add line breaks for long sentences
2024-05-22 Russ Coxinternal/coverage/cfile: remove //go:linkname into...
2024-05-22 Russ Coxinternal/coverage/cfile: remove more //go:linkname...
2024-05-22 Filippo Valsordacrypto/x509: cleanup signature generation
2024-05-22 Brad Fitzpatrickmath/rand/v2: drop pointer receiver on zero-width type
2024-05-22 Guoqi Chencmd/internal/obj/loong64: add atomic memory access...
2024-05-21 Robert Griesemergo/types, types2: underIs must consider Alias types
2024-05-21 Robert Griesemergo/types, types2: coreType/String must consider Alias...
2024-05-21 Robert Griesemergo/types, types2: don't panic converting a constant...
2024-05-21 Robert Griesemergo/types, types2: add missing Unalias calls (clarification)
2024-05-21 Damien Neilnet/http: disable flaky 100-continue tests
2024-05-21 David Chasecmd/compile: for rangefunc, add checks and tests, fix...
2024-05-21 Andrey Bokhankocmd/compile: Fix SSA building bug for CAS atomics on...
2024-05-21 Nayef Ghattasunsafe: document the behavior of Sizeof on an interface
2024-05-21 Russ Coxruntime/coverage: remove uses of //go:linkname
2024-05-21 Than McIntoshcmd/go: turn back on build_plugin_reproducible script...
2024-05-21 Paul E. Murphycmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLD...
2024-05-21 Than McIntoshcmd/link/internal/ld: rewrite LC_UUID for darwin extern...
2024-05-21 Rhys Hiltnerruntime: improve runtime-internal mutex profile tests
2024-05-21 Rhys Hiltnerruntime: remove GODEBUG=runtimecontentionstacks
2024-05-21 Rhys Hiltnerruntime: profile mutex contention during unlock
2024-05-21 Rhys Hiltnerruntime: double-link list of waiting Ms
2024-05-21 Rhys Hiltnerruntime: use semaphore structure for futex locks
2024-05-21 Rhys Hiltnerruntime: prepare for extensions to waiting M list
2024-05-21 Robert Griesemergo/types, types2: use GOEXPERIMENT to enable alias...
2024-05-21 Robert Griesemerinternal/goexperiment: add aliastypeparams GOEXPERIMENT...
2024-05-21 Kir Kolyshkinos: make FindProcess use pidfd on Linux
2024-05-21 Austin Clementsruntime: push vdsoClockgettimeSym linkname on linux...
next