]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2025-04-19 Russ Coxmath/big: add all architectures to mini-compiler
2025-04-19 Russ Coxmath/big: new mini-compiler for arith assembly
2025-04-18 Russ Coxmath/big: replace addVW/subVW assembly with fast pure Go
2025-04-18 Russ Coxmath/big: add more complete tests and benchmarks of...
2025-04-18 Russ Coxregexp/syntax: recognize category aliases like \p{Letter}
2025-04-18 Russ Coxunicode: add CategoryAliases, Cn, LC
2025-04-18 Michael Prattinternal/runtime/maps: move tombstone test to swiss...
2025-04-18 Damien Neilencoding/json: add json/v2 with GOEXPERIMENT=jsonv2...
2025-04-18 apocelipesinternal,runtime: use the builtin clear
2025-04-18 apocelipescmd/compile: use the builtin clear
2025-04-18 qmuntalinternal/poll: remove outdated tests
2025-04-17 Keith Randallinternal/runtime/maps: prune tombstones in maps before...
2025-04-17 Philip Robertsdatabase/sql: wake cleaner if maxIdleTime set to less...
2025-04-16 Sean Liaocrypto/rand: add and update examples
2025-04-16 zxc111net/http: add test for proxyAuth
2025-04-16 1911860538net/url: clarify why @ is allowed in userinfo
2025-04-16 Eric Youngcrypto/tls: fix a testing deadlock that occurs on a...
2025-04-16 Marcel Meyerall: use strings.ReplaceAll where applicable
2025-04-16 najeiracrypto/cipher: use AEAD.NonceSize to make nonce in...
2025-04-16 Weidi Dengnet/http: set Request.TLS when net.Conn implements...
2025-04-16 Keith Randallruntime: don't use cgo_unsafe_args for syscall9 wrapper
2025-04-16 Keith Randallruntime: fix 9-arg syscall on darwin/amd64
2025-04-16 thepuddscmd/compile/internal/escape: add hash for bisecting...
2025-04-16 Constantin... strings: duplicate alignment test from bytes package
2025-04-16 Keith Randallmath/big: fix loong64 assembly for vet
2025-04-15 Damien Neilnet/http: test intended behavior in TestClientInsecureT...
2025-04-15 Damien Neilcmd/go/internal/imports: remove test dependency on...
2025-04-15 Lin Lincmd/compile/internal/importer: correct a matching error
2025-04-15 Damien Neilos: handle trailing slashes in os.RemoveDir on Windows
2025-04-15 Huang Qiqimath/big: optimize subVV function for loong64
2025-04-15 Huang Qiqimath/big: optimize mulAddVWW function for loong64
2025-04-15 Huang Qiqimath/big: optimize subVW function for loong64
2025-04-15 Huang Qiqimath/big: optimize addVW function for loong64
2025-04-15 Xiaolin Zhaointernal/chacha8rand: implement func block in assembly
2025-04-15 limeidancmd/internal/obj/loong64: add support for {V,XV}SET...
2025-04-15 Alex Sencoding/json: correct method comment to reflect actual...
2025-04-15 Dmitrii Martynovruntime: size field for gQueue and gList
2025-04-14 Achille Rousseliter: reduce memory footprint of iter.Pull functions
2025-04-14 fanzha02internal/cpu: add a detection for Neoverse(N3, V3,...
2025-04-14 Keith Randallpath: add Join benchmark
2025-04-14 dmathieuerrors: optimize errors.Join for single unwrappable...
2025-04-14 James Tuckerinternal/poll: disable SIO_UDP_NETRESET on Windows
2025-04-14 qmuntalos,internal/poll: support I/O on overlapped files not...
2025-04-14 Guoqi Chenruntime: optimize the function memmove using SIMD on...
2025-04-13 Than McIntoshcmd: fix DWARF gen bug with packages that use assembly
2025-04-12 Keith Randallcmd/compile: turn off variable-sized make() stack alloc...
2025-04-11 Marcel Meyerall: use built-in min, max functions
2025-04-11 Marcel Meyercmd/compile/internal/ssa: small cleanups
2025-04-11 Tobias Klauseros: fix TestRootChtimes on illumos
2025-04-11 Russ Coxruntime: handle m0 padding better
2025-04-11 Marcel Meyercmd/compile/internal/ssa: simplify with built-in min...
2025-04-11 Marcel Meyercmd/compile/internal/ssa: use built-in min, max function
2025-04-11 Marcel Meyerruntime: use built-in min function
2025-04-11 1911860538time: remove redundant int conversion in tzruleTime
2025-04-11 Russ Coxmath/big: remove copy responsibility from, rename shlVU...
2025-04-11 Russ Coxmath/big: replace addMulVVW with addMulVVWW
2025-04-10 Marcel Meyercmd/compile/internal/ssa: use built-in min function
2025-04-10 Marcel Meyercmd/compile/internal/ssa: remove unused round function
2025-04-10 Sam Thanawallacmd/go: add subdirectory support to go-import meta tag
2025-04-10 qmuntalnet: deduplicate sendfile files
2025-04-10 qmuntalnet: reenable sendfile on Windows
2025-04-10 Zxillycmd/internal/obj/wasm: use i64 for large return addr
2025-04-10 1911860538net/http: initialize Value with File length in cloneMul...
2025-04-09 Dmitrii Martynovruntime: explicitly exclude a potential deadlock in...
2025-04-09 qiulaidongfengcmd/go: only print GOCACHE value in env -changed if...
2025-04-09 thepuddscmd/go/internal/modcmd: remove documentation for auto...
2025-04-09 Jakob Ackermannnet/http: reduce memory usage when hijacking
2025-04-09 qmuntalinternal/poll: fix race in Close
2025-04-09 qmuntalos: clean-up NewFile tests
2025-04-09 limeidancmd/compile: set unalignedOK to make memcombine work...
2025-04-09 David Chasecmd/compile: fix the test for ABI specification so...
2025-04-09 Keith Randallsyscall: remove unused windows function
2025-04-08 Neal Patelnet/http: push roundTrip panic higher in the stack
2025-04-08 Damien Neilcontext: don't return a nil Cause for a canceled custom...
2025-04-08 cuishuangtime: add examples for AppendBinary and AppendText
2025-04-08 Alan Donovango/types: document that Defs[id] may be missing in...
2025-04-08 Mark Freemango/types, types2: fix failing error message test for...
2025-04-08 qmuntalsyscall: fix dangling pointers in Windows' process...
next