]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-05-21 Felix Geisendörferruntime: make profstackdepth a GODEBUG option
2024-05-21 Felix Geisendörferruntime: increase profiling stack depth to 128
2024-05-21 Felix Geisendörferruntime: fix profile stack trace depth regression
2024-05-21 David du Colombiercmd/compile: disable AlignHot on plan9/386
2024-05-20 David Chasecmd/compile: add structs.HostLayout
2024-05-20 Michael Matloobcmd/vendor: pull in golang.org/x/telemetry@bf80d56
2024-05-20 Robert Griesemercmd/compile/internal/syntax: implement Pos.FileBase...
2024-05-20 Robert Griesemercmd/compile: initialize posBaseMap correctly
2024-05-20 David Chasedoc: add release notes for hot block alignment
2024-05-20 apocelipesembed: simplify the code
2024-05-20 Zxillycmd/go/internal/modget: warn -d is a no-op
2024-05-20 Tobias Klausersyscall: use internal/byteorder in plan9 directory...
2024-05-20 aimuzinternal/fmtsort: use cmp.Compare for value comparisons
2024-05-20 Lorenz Bauerencoding/binary: speed up Size
2024-05-20 Lorenz Bauerencoding/binary: add Append, Encode and Decode
2024-05-20 Michael Matloobcmd/go: add telemetry for a predefined set of GOROOT...
2024-05-20 Michael Matloobcmd/dist: set GOPROXY=off when GOPATH is set to be...
2024-05-20 Jes Cokdoc: simplify links for release notes
2024-05-20 Jayanth Krishnamurthy ppc64x: code cleanup in assembly files
2024-05-20 aimuzmaps: add All, Keys, Values, Insert, Collect
2024-05-20 Ian Lance Taylorcmd/cgo: don't force rewritten code onto a single line
2024-05-20 Ian Lance Taylorcmd/go: accept -mcmodel and -mlarge-data-threshold...
2024-05-20 guoguangwucmd/internal/telemetry: fix typo in comments
2024-05-20 Cherry Muicmd/link: add runtime.text.N symbols to macho symbol...
2024-05-18 apocelipeshash: use more internal/byteorder functions to simplify...
2024-05-18 Michael Mitchellruntime: remove unused code in (*pallocBits).findLargeN
next