]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-11-21 David Chase[dev.simd] simd, cmd/compile: add more element types...
2025-11-21 David Chase[dev.simd] simd: fix signatures for PermuteConstant...
2025-11-20 Cherry Mui[dev.simd] all: merge master (ca37d24) into dev.simd
2025-11-20 Damien Neilnet/http: drop unused "broken" field from persistConn
2025-11-20 Cherry Muicmd/internal/obj/x86: handle global reference in From3...
2025-11-20 Robert Griesemerspec: adjust rule for type parameter on RHS of alias...
2025-11-20 Damien Neilnet/http: correctly close fake net.Conns
2025-11-20 David Chase[dev.simd] simd: reorganize internal tests so that...
2025-11-20 khr@golang.orgcmd/compile: stack allocate backing stores during append
2025-11-20 Michael Prattruntime: select GC mark workers during start-the-world
2025-11-20 Michael Prattruntime: split findRunnableGCWorker in two
2025-11-20 Dmitri Shuralyovgo/version: use "custom" as an example of a version...
2025-11-20 Guoqi Chencmd/compile: Implement LoweredZeroLoop with LSX Instruc...
2025-11-20 Xiaolin Zhaocmd/internal/obj/loong64: add MULW.D.W[U] instructions
2025-11-19 Filippo Valsordacrypto: add Encapsulator and Decapsulator interfaces
2025-11-19 Filippo Valsordacrypto/ecdh: add KeyExchanger interface
2025-11-19 Mark Freemango/types, types2: fix object path for grouped declarati...
2025-11-19 zigo101spec: escape double-ampersands
2025-11-19 Jorropocmd/compile: fix control flow for unsigned divisions...
2025-11-19 Jorropocmd/compile: cleanup useless if statement in prove
2025-11-19 Jorropotest: go fmt prove.go tests
2025-11-19 Srinivas Pokalamath: switch s390x math.Pow to generic implementation
2025-11-18 Austin Clements[dev.simd] simd: make 'go generate' generate everything
2025-11-18 Austin Clements[dev.simd] simd: move template code generator into...
2025-11-18 Austin Clementsruntime: add dlog.hexdump
2025-11-18 Austin Clementsruntime: add hexdumper
2025-11-18 Nicholas S... Revert "net/http: do not discard body content when...
2025-11-18 Austin Clements[dev.simd] simd/_gen/simdgen: remove outdated asm.yaml.toy
2025-11-18 Keith Randallcmd/compile: prefer fixed registers for values
2025-11-18 Keith Randallcmd/compile: fold boolean NOT into branches
2025-11-18 David Chase[dev.simd] simd: fix comment in file generator
2025-11-18 David Chase[dev.simd] simd: remove FlattenedTranspose from exports
2025-11-18 Junyang Shao[dev.simd] cmd/compile, simd: change DotProductQuadrupl...
2025-11-18 Cherry Muicmd/link: align sections, not symbols after DWARF compress
2025-11-18 Junyang Shao[dev.simd] cmd/compile, simd: change SHA ops names...
2025-11-18 Youlin Fengruntime: do not print recovered when double panic with...
2025-11-18 Joel Singcmd/asm,cmd/compile,cmd/internal/obj/riscv: use compres...
2025-11-18 Joel Singcmd/internal/sys,internal/goarch,runtime: enable the...
2025-11-18 WANG Xueruidebug/elf: sync new loong64 relocation types up to...
2025-11-17 Keith Randallcmd/compile: use 32x32->64 multiplies on arm64
2025-11-17 Keith Randallruntime: relax TestMemoryLimit on darwin a bit more
2025-11-17 Junyang Shao[dev.simd] cmd/compile, simd: change AES op names and...
2025-11-17 Junyang Shao[dev.simd] cmd/compile, simd: add VPALIGNR
2025-11-17 Junyang Shao[dev.simd] simd: update CPU feature APIs
2025-11-17 Junyang Shao[dev.simd] cmd/compile: fix unstable output
2025-11-17 Nick Ripleyruntime: clear frame pointer at thread entry points
2025-11-17 Michael Prattruntime: rename findrunnable references to findRunnable
2025-11-17 Alan Donovango/ast: fix BasicLit.End position for raw strings conta...
2025-11-17 Filippo Valsordacrypto/mlkem: avoid a few unnecessary inverse NTT calls
2025-11-17 Filippo Valsordacrypto/mlkem/mlkemtest: add derandomized Encapsulate768...
2025-11-17 Keith Randallcmd/compile: teach prove about subtract idioms
2025-11-17 Keith Randallcmd/compile: clean up prove pass
2025-11-17 Alan Donovango/token: add (*File).End method
2025-11-17 Archana Ravindarruntime: hoist invariant code out of heapBitsSmallForAd...
2025-11-17 Jes Cokinternal/runtime/maps: update doc for table.Clear
2025-11-15 Filippo Valsordacrypto/rsa: deprecate PKCS#1 v1.5 encryption
2025-11-14 Michael Anthony... runtime: usleep before stealing runnext only if not...
2025-11-14 Alan Donovancmd: update x/tools to 59ff18c
2025-11-14 thepuddsruntime: support runtime.freegc in size-specialized...
2025-11-14 David Finkelcmd/go: tests: rename git-min-vers->git-sha256
2025-11-14 Alan Donovanstd: fix printf("%q", int) mistakes
2025-11-14 thepuddsruntime: add more precise test of assist credit handlin...
2025-11-14 thepuddsruntime: add runtime.freegc to reduce GC work
2025-11-14 thepuddsruntime: set GOEXPERIMENT=runtimefreegc to disabled...
2025-11-14 thepuddsruntime: skip tests for GOEXPERIMENT=arenas that do...
2025-11-14 Nicholas S... net/http: do not discard body content when closing...
2025-11-14 Keith Randallcmd/compile: allow multi-field structs to be stored...
2025-11-14 Michael Anthony... runtime: put AddCleanup cleanup arguments in their...
2025-11-14 Michael Anthony... runtime: add AddCleanup benchmark
2025-11-14 Michael Anthony... runtime: ensure weak handles end up in their own allocation
2025-11-14 Michael Anthony... runtime: add debug mode to extend _Grunning-without...
2025-11-14 Michael Anthony... internal/runtime/cgobench: add Go function call benchma...
2025-11-14 Mark Ryandoc, cmd/internal/obj/riscv: document the riscv64 assembler
2025-11-14 Mark Ryancmd/compile/internal: remove incorrect riscv64 SLTI...
2025-11-14 Meng Zhuocmd/compile: fold negation into multiplication
2025-11-14 Aaron Chenbytes: fix panic in bytes.Buffer.Peek
2025-11-14 Michael Mundaycmd/compile: optimize comparisons with single bit diffe...
2025-11-14 Michael Mundaycmd/compile: remove unnecessary casts and types from...
2025-11-14 Mark Freemango/types, types2: swap object.color for Checker.objPathIdx
2025-11-14 matloob@golang.orgcmd/link/internal/ld: make runtime.buildVersion with...
2025-11-14 matloob@golang.orgtest: fix tests to work with sizespecializedmalloc...
2025-11-13 Michael Anthony... cmd/trace: annotation proc start/stop with thread and...
2025-11-13 1911860538net/http: remove unused isLitOrSingle and isNotToken
2025-11-13 Cherry Mui[dev.simd] all: merge master (57362e9) into dev.simd
2025-11-13 Russ Coxcmd/go: fix flaky TestScript/mod_get_direct
2025-11-13 Peter Beardnet/http/cgi: accept INCLUDED as protocol for server...
2025-11-13 Mark Freemango/types: minor simplification
2025-11-13 Mark Freemango/types: generate cycles.go
2025-11-13 Mark Freemango/types, types2: rename definedType to declaredType...
2025-11-13 Robert Griesemergo/types, types2: check for direct cycles as a separate...
2025-11-13 Ian Alexandercmd/go/internal/modfetch: consolidate global vars
2025-11-13 Russ Coxcmd/go/internal/modfetch/codehost: fix flaky TestReadZip
2025-11-13 Michael Prattruntime: prefer to restart Ps on the same M after STW
2025-11-13 Michael Anthony... runtime/pprof: fix goroutine leak profile tests for...
2025-11-13 Robert Griesemerspec: remove cycle restriction for type parameters
2025-11-13 Joel Singcmd/asm,cmd/internal/obj/riscv: add support for riscv...
2025-11-13 Joel Singcmd/internal/obj/riscv: implement better bit pattern...
2025-11-13 Guoqi Chencmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H...
2025-11-13 Michael Anthony... cmd/go: keep objects alive while stopping cleanups
2025-11-12 Michael Prattruntime: fix list test memory management for mayMoreStack
next