]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-05-24 Andy Panruntime: fix the inconsistency of kq parameter of addWa...
2024-05-24 Andy Pansyscall: prevent redundant newline from empty $extraimports
2024-05-24 qiulaidongfengcmd/go: env changed flag respects $GOROOT/go.env
2024-05-24 kenshi kamataerrors: change interface{} to any in comment
2024-05-24 Alan Donovan.github/ISSUE_TEMPLATE/03-gopls.yml: use textarea for...
2024-05-24 Dmitri Shuralyovdoc/README: suggest a way to preview next content,...
2024-05-24 Russ Coxinternal/runtime/exithook: make safe for concurrent...
2024-05-24 Michael Matloobcmd/go/internal/modload: fix bug in error message
2024-05-24 Michael Matloobcmd/go/internal/telemetrystats: fix assignment to ok
2024-05-24 Robert Griesemergo/types, types2: pull up Unalias call to cover all...
2024-05-24 Kir Kolyshkinruntime: x_cgo_getstackbound: initialize pthread attr
2024-05-23 Robert Griesemergo/types, types2: document why Unalias is not needed...
2024-05-23 Robert Griesemergo/types, types2: add missing Unalias call to type...
2024-05-23 Dmitri Shuralyovdoc/next: populate TODOs found with relnote todo
2024-05-23 Meng Zhuotest/codegen: add Mul test for riscv64
2024-05-23 limeidancmd/link/internal/loong64: correct the musl dynamic...
2024-05-23 Alan Donovanstd: fix calls to Printf(s) with non-constant s
2024-05-23 Michael Matloobcmd/go/internal/telemetrystats: handle cases where...
2024-05-23 Damien Neilnet/http: remove TestTransportDialCancelRace
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...
next