]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-06-03 cuishuangall: make function comments match function names
2024-05-31 Emmanuel T... cmd/vendor: update github.com/google/pprof
2024-05-31 Tobias Klausernet/netip: cover IPv4Unspecified in TestAddrWellKnown
2024-05-31 Ian Lance Taylorruntime: remove zhangyunhao116/fastrand from cheaprand...
2024-05-31 Daman Arorainternal/poll: update WaitWrite comment
2024-05-31 Michael Anthony... cmd/cgo/internal/testsanitizers: make the libfuzzer...
2024-05-30 Michael Prattinternal/trace: actually add experimental data to map
2024-05-30 Carlos Amedeedoc/next: preannounce a new Linux kernel version requir...
2024-05-30 Robert Griesemercmd/compile: remove quoting in favor of clearer prose...
2024-05-30 Robert Griesemercmd/compile/internal/types2: enable Alias types for...
2024-05-30 Dmitri Shuralyovdoc/next: document proposal 62518 as not relevant
2024-05-30 Rhys HiltnerRevert "runtime: prepare for extensions to waiting...
2024-05-30 Rhys HiltnerRevert "runtime: use semaphore structure for futex...
2024-05-30 Rhys HiltnerRevert "runtime: double-link list of waiting Ms"
2024-05-30 Rhys HiltnerRevert "runtime: profile mutex contention during unlock"
2024-05-30 Rhys HiltnerRevert "runtime: remove GODEBUG=runtimecontentionstacks"
2024-05-30 Rhys HiltnerRevert "runtime: improve runtime-internal mutex profile...
2024-05-30 Rhys HiltnerRevert "runtime: split mutex profile clocks"
2024-05-30 Sam Thanawallacmd/go: add compatibility tests for go mod tidy -diff
2024-05-30 Michael Anthony... internal/trace: fix off-by-one error in arguments for...
2024-05-30 Michael Anthony... cmd/cgo/internal/swig: force use of lld for LTO tests...
2024-05-30 Michael Anthony... cmd/cgo/internal/testsanitizers: skip some libfuzzer...
2024-05-30 Michael Anthony... cmd/cgo/internal/swig,cmd/go: reenable swig tests on 386
2024-05-29 Michael Anthony... cmd/cgo/internal/swig,cmd/go: skip swig tests on 386
2024-05-29 Russ Coxall: document legacy //go:linkname for final round...
2024-05-29 Russ Coxcrypto/tls: add linkname comments dropped from CL 587220
2024-05-29 Russ Coxall: document legacy //go:linkname for modules with...
2024-05-29 Kir Kolyshkinos: RemoveAll: fix symlink race for unix
2024-05-29 Mauri de Souza... syscall: add Setuid for aix
2024-05-29 Mateusz Poliwczakmake.bash: preserve GOROOT_BOOTSTRAP
2024-05-29 Robert Griesemergo/types, types2: report error when using uninstantiate...
2024-05-29 Robert Griesemergo/types, types2: don't lose alias information during...
2024-05-28 RTannarchive/zip: fix UncompressedSize godoc
2024-05-28 Michael Matloobcmd/go: add release notes for go telemetry, and telemet...
2024-05-28 Michael Matloobcmd/go/internal/load: clone pgo variant's PackagePublic...
2024-05-24 Dmitri Shuralyovtext/template: clarify error when too few or too many...
2024-05-24 Michael Anthony... doc: add release notes for a couple minor tracing features
2024-05-24 Zxillytext/template: add detailed info for goodFunc check
2024-05-24 Michael Anthony... internal/trace: remove last references to internal...
2024-05-24 Kir Kolyshkinsyscall: Setrlimit: always clean rlimitNofileCache
2024-05-24 Cherry Muicmd/link: propagate FromAssembly attribute when cloning...
2024-05-24 Cherry Muicmd/link: print the seed in TestRandLayout
2024-05-24 Michael Anthony... iter: deflake TestPull by letting exiting goroutines...
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"
next