]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-05-07 Keith Randallruntime: fix tag pointers on aix, take 2
2025-05-07 Damien Neilruntime: use "bubble" terminology for synctest
2025-05-07 Damien Neilruntime, testing/synctest: stop advancing time when...
2025-05-07 khr@golang.orginternal/runtime/maps: make clear also erase tombstones
2025-05-07 Rhys Hiltnerruntime: remove GODEBUG=runtimecontentionstacks
2025-05-07 Rhys Hiltnerruntime: verify attribution of mutex delay
2025-05-07 Rhys Hiltnerruntime: blame unlocker for mutex delay
2025-05-07 Guoqi Chencmd,runtime: enable race detector on loong64
2025-05-07 Damien Neilruntime: print stack traces for bubbled goroutines...
2025-05-07 Michael Prattruntime: improve Error documentation
2025-05-07 Carlos Amedeecrypto/tls: use runtime.AddCleanup instead of runtime...
2025-05-06 cuishuangcmd/go/internal: make function comment match function...
2025-05-06 Michael Anthony... unique: use a bespoke canonicalization map and runtime...
2025-05-06 Mark Freemanpkgbits: replace references to RelocKind with SectionKind
2025-05-06 Mark Freemanspec: avoid use of "raise" in conjunction with panics
2025-05-06 Mark Freemanruntime: replace mentions of "raised" with "panicked"
2025-05-06 Damien Neilos: avoid escape from Root via paths ending in ../
2025-05-06 Mark Freemanpkgbits: alias RelocKind with a SectionKind type
2025-05-06 Mark Freemanpkgbits: alias the Index type to clarify it is section...
2025-05-06 Mark Freemango/types, types2: set up recording of positions for...
2025-05-06 Ernesto Alejandro... log/slog: export Source method in Record for custom...
2025-05-06 tdakkotabytes, strings: reduce Split{,After}Seq heap allocations
2025-05-05 Mark Freemanpkgbits: improve documentation in reloc.go
2025-05-05 Keith RandallRevert "cmd/compile: allow all of the preamble to be...
2025-05-05 khr@golang.orgcmd/compile: on amd64, use flag result of x instead...
2025-05-05 Mateusz Poliwczakgo/parser: use non-adjusted position while parsing...
2025-05-05 qmuntalnet,os: support converting between *os.File and net...
2025-05-04 Russ Coxgo/types: fix typo in Info.Types doc comment
2025-05-02 Michael Prattruntime: clear frame pointer in morestack
2025-05-02 Michael Prattruntime: don't restore from g0.sched in systemstack...
2025-05-02 Michael Prattruntime: clear frame pointer in mcall
2025-05-02 Stefan Schlossercmd/go/internal/vcs: include Subversion VCS build infor...
2025-05-02 Michael Anthony... runtime: mark and scan small objects in whole spans...
2025-05-02 Dmitri Shuralyovcmd/api: skip 3 non-TestCheck tests in -check mode
2025-05-02 Joel Singcmd/internal/obj/riscv: add support for vector permutat...
2025-05-02 Joel Singcmd/internal/obj/riscv: add support for vector mask...
2025-05-02 Joel Singcmd/internal/obj/riscv: add support for vector reductio...
2025-05-01 Josh Rickmaros: fix Root.Mkdir permission bits on OpenBSD
2025-05-01 Alan Donovansync: WaitGroup.Go: document that f must not panic
2025-05-01 Keith Randallcmd/compile: improve multiplication strength reduction
2025-05-01 Joel Singcmd/compile,internal/cpu,runtime: intrinsify math/bits...
2025-05-01 Joel Singcmd/compile: intrinsify math/bits.Bswap on riscv64
2025-05-01 Joel Singinternal/bytealg: deduplicate code between Count/CountS...
2025-05-01 Joel Singcmd/internal/obj/riscv: add support for vector floating...
2025-05-01 Julian Zhumath/big: fix incorrect register allocation for mipsx...
2025-04-30 Dmitri Shuralyovcmd/dist: move "devel" substring in git-inferred develo...
2025-04-30 Mark Ryancmd/link: fix cgo on riscv64 when building with gcc-15
2025-04-30 Dmitri Shuralyovcmd/go, cmd/internal/objabi: detect "devel" version...
2025-04-30 qmuntalos: test overlapped pipes deadlines on Windows
2025-04-30 Jake Baileysyscall: cache Errno.Error() on Windows
2025-04-30 qmuntalnet: support IPv6 addresses in ListenMulticastUDP on...
2025-04-30 Sean Liaotesting: use more doc links
2025-04-29 Jakub Ciolekcmd/compile: relax tighten register-pressure heuristic...
2025-04-29 John Bamptondoc: fix grammar and spelling
2025-04-29 Guoqi Chencmd/internal/obj/loong64: fix the error parameters...
2025-04-29 John Bamptoncrypto/internal/hpke: rename Receipient to Recipient
2025-04-28 goto1134cmd/list: fix -retracted flag description
2025-04-26 Julien Cretelmime: speed up ParseMediaType
2025-04-25 Austin Clementssync: tidy WaitGroup documentation, add WaitGroup.Go...
2025-04-25 David du Colombierruntime: don't read /dev/random on Plan 9
2025-04-25 Dmitri Shuralyovcmd/dist: add "devel" substring check to isRelease...
2025-04-25 Keith Randallcmd/compile: allow all of the preamble to be preemptible
2025-04-25 limeidanruntime, internal/fuzz: add comparison tracing for...
2025-04-25 Guoqi Chencmd/internal/obj: add new assembly format for BFPT...
2025-04-25 Julian Zhucrypto/sha256: improve performance of riscv64 assembly
2025-04-24 Mateusz Poliwczaksync/atomic: document that atomic types should not...
2025-04-24 changwang maruntime: fix typo in comment
2025-04-24 Keith Randallcmd/compile: put constant value on node inside parentheses
2025-04-24 Felix Geisendörferruntime/debug: update SetCrashOutput example to not...
2025-04-24 Keith Randallcmd/compile: add cast in range loop final value computation
2025-04-24 Keith Randallruntime: fix tag pointers on aix
2025-04-24 qmuntalos,internal/poll: disassociate handle from IOCP in...
2025-04-24 Keith Randallruntime: use precise bounds of Go data/bss for race...
2025-04-24 Keith Randallruntime: align taggable pointers more so we can use...
2025-04-24 Alan Donovancmd/vet: add hostport analyzer
2025-04-23 Alan Donovancmd/vendor: update x/tools and x/text
2025-04-23 Nevkontaktecrypto/tls: skip part of the test based on GOOS instead...
2025-04-23 Michael Anthony... internal/goexperiment: add Green Tea GC goexperiment
2025-04-23 Michael Anthony... runtime: move some malloc constants to internal/runtime/gc
2025-04-23 Michael Anthony... runtime: move sizeclass defs to new package internal...
2025-04-23 limeidanruntime: optimize the function memequal using SIMD...
2025-04-23 Xiaolin Zhaoruntime: fix typos in comments
2025-04-22 Carlos AmedeeRevert "runtime: only poll network from one P at a...
2025-04-22 1911860538net/http: replace map lookup with switch for scheme...
2025-04-22 Mateusz Poliwczakruntime, internal/runtime/maps: speed-up empty/zero...
2025-04-22 Keith Randallcmd/compile: constant fold 128-bit multiplies
2025-04-22 Rhys Hiltnerruntime: commit to spinbitmutex GOEXPERIMENT
2025-04-22 Rhys Hiltnerruntime: fix test of when a mutex is contended
2025-04-22 Prabhav Dograsync: use atomic.Bool for Once.done
2025-04-22 Ian Lance Taylorruntime: only poll network from one P at a time in...
2025-04-21 Keith Randallcmd/compile: ensure we evaluate side effects of len...
2025-04-21 Keith Randallcmd/compile: don't evaluate side effects of range over...
2025-04-21 thepuddscmd/compile/internal/escape: avoid reading ir.Node...
2025-04-21 Julian Zhucrypto/sha512: remove unnecessary move op, replace...
2025-04-20 Joel Singcrypto/internal/fips140/aes: actually use the VTBL...
2025-04-19 1911860538net: simplify readProtocols via sync.OnceFunc
2025-04-19 Matthew Burtonfs: clarify documentation for ReadDir method
2025-04-19 Russ Coxmath/big: use clearer loop bounds check elimination
2025-04-19 Russ Coxmath/big: replace assembly with mini-compiler output
2025-04-19 Russ Coxmath/big: add shift and mul to mini-compiler
next