]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-08-20 David Chase[dev.simd] simd, cmd/compile: add widening unsigned...
2025-08-19 Junyang Shao[dev.simd] simd: make OpMasked machine ops only
2025-08-19 Junyang Shao[dev.simd] simd, cmd/compile: implement ToMask, unexpor...
2025-08-18 David Chase[dev.simd] simd, cmd/compile: mark BLEND instructions...
2025-08-18 David Chase[dev.simd] cmd/compile, simd: added methods for "float...
2025-08-15 Junyang Shao[dev.simd] cmd/compile: make move/load/store dependent...
2025-08-15 Junyang Shao[dev.simd] cmd/compile: make (most) move/load/store...
2025-08-14 Junyang Shao[dev.simd] cmd/compile: accounts rematerialize ops...
2025-08-14 Cherry Mui[dev.simd] all: merge master (924fe98) into dev.simd
2025-08-14 Joel Singcmd/internal/obj/riscv: add encoding for compressed...
2025-08-14 Michael Mundaycmd/compile: emit classify instructions for infinity...
2025-08-13 Keith Randallcmd/compile: use generated loops instead of DUFFCOPY...
2025-08-13 Joe Tsaiencoding/json/v2: cleanup error constructors
2025-08-13 Joe Tsaiencoding/json/v2: fix incorrect marshaling of NaN in...
2025-08-13 Joe Tsaiencoding/json/v2: fix wrong type with cyclic marshal...
2025-08-13 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2025-08-13 Richard Milleros/exec: fix incorrect expansion of ".." in LookPath...
2025-08-13 Keith Randallcmd/compile: during regalloc, fixedreg values are alway...
2025-08-13 Austin Clements[dev.simd] simd/_gen/simdgen: rewrite etetest.sh
2025-08-13 Austin Clements[dev.simd] simd/_gen: migrate simdgen from x/arch
2025-08-13 Austin Clements[dev.simd] go/types: exclude simd/_gen module from...
2025-08-13 David Chase[dev.simd] simd: reorganize/rename generated emulation...
2025-08-13 David Chase[dev.simd] simd: add emulations for missing AVX2 compar...
2025-08-13 David Chase[dev.simd] simd, cmd/compile: generated code for Broadcast
2025-08-13 David Chase[dev.simd] cmd/compile: fix LoadReg so it is aware...
2025-08-13 David Chase[dev.simd] cmd/compile: fix isIntrinsic for methods...
2025-08-13 Alexey Palazhchenkoruntime/trace: fix documentation typo
2025-08-13 Felix Geisendörferinternal/trace: fix wrong scope for Event.Range or...
2025-08-13 David Chase[dev.simd] cmd/compile: generated code from 'fix genera...
2025-08-13 Jorropocmd/compile: teach prove about len's & cap's max based...
2025-08-13 Xiaolin Zhaocmd/compile: absorb NEGV into branch on loong64
2025-08-13 Dmitri Shuralyovall: update vendored dependencies [generated]
2025-08-13 Joel Singcmd/link/internal/ld: remove OpenBSD buildid workaround
2025-08-13 limeidancmd/compile/internal: optimize multiplication use new...
2025-08-13 Cherry Muiruntime/race: restore previous version of LLVM TSAN...
2025-08-13 limeidancmd/compile/internal/ssa: use BEQ/BNE to optimize the...
2025-08-13 Michael Anthony... internal/runtime/gc/scan: avoid -1 index when cache...
2025-08-12 Keith RandallRevert "cmd/compile: use generated loops instead of...
2025-08-12 Felix Geisendörferinternal/trace: clarify which StateTransition events...
2025-08-12 Felix Geisendörferinternal/trace: fix Sync.ClockSnapshot comment
2025-08-12 Felix Geisendörferinternal/trace: remove unused StateTransition.id field
2025-08-12 Felix Geisendörferinternal/trace/tracev2: adjust comment for consistency
2025-08-12 Felix Geisendörferinternal/trace/tracev2: fix EvSTWBegin comment to inclu...
2025-08-12 Felix Geisendörferinternal/trace/internal/testgen: fix missing stacks...
2025-08-12 Michael Anthony... internal/runtime/gc/scan: import scan kernel from gclab...
2025-08-12 Brad Fitzpatricknet/http: fix data race in client
2025-08-12 Keith Randallcmd/compile: soften test for 74788
2025-08-12 Keith Randallcmd/compile: use generated loops instead of DUFFZERO...
2025-08-12 Keith Randallcmd/compile: use generated loops instead of DUFFCOPY...
2025-08-12 Keith RandallRevert "cmd/compile/internal/ssa: Use transitive proper...
2025-08-12 Cherry Muiall: delete aliastypeparams GOEXPERIMENT
2025-08-12 Keith RandallRevert "cmd/compile: allow multi-field structs to be...
2025-08-12 Keith RandallRevert "cmd/compile: allow StructSelect [x] of interfac...
2025-08-12 Keith RandallRevert "cmd/compile: allow more args in StructMake...
2025-08-12 Keith RandallRevert "reflect: handle zero-sized fields of directly...
2025-08-11 Tobias Klausercmd/link/internal/ld, internal/syscall/unix: use posix_...
2025-08-11 Jack Christensendatabase/sql: allow drivers to override Scan behavior
2025-08-11 Michael Fraenkelnet: context aware Dialer.Dial functions
2025-08-11 Dmitri Shuralyovcmd/dist: require Go 1.24.6 as minimum bootstrap toolchain
2025-08-11 Austin Clements[dev.simd] cmd/compile, simd: update generated files
2025-08-11 Austin Clements[dev.simd] cmd/compile, simd: update generated files
2025-08-11 Austin Clements[dev.simd] cmd/compile, simd: update generated files
2025-08-11 Austin Clements[dev.simd] cmd/compile, simd: update generated files
2025-08-11 Joe Tsaiencoding/json: fix Indent trailing whitespace regressio...
2025-08-11 Bracken Dawsonnet/http: add example for CrossOriginProtection
2025-08-11 Joe Tsaiencoding/json/v2: fix UnmarshalDecode regression with EOF
2025-08-11 Junyang Shao[dev.simd] simd: imm doc improve
2025-08-11 David Chase[dev.simd] cmd/compile: keep track of multiple rule...
2025-08-11 Junyang Shao[dev.simd] cmd/compile, simd: jump table for imm ops
2025-08-11 cuiweixieinternal/runtime/maps: loop invariant code motion with...
2025-08-11 Tobias Klausernet, os, file/filepath, syscall: use slices.Equal in...
2025-08-11 Xiaolin Zhaocmd/compile: convert branch with zero to more optimal...
2025-08-11 thepuddsinternal/sync: warn about incorrect unsafe usage in...
2025-08-11 Michael Mundaycmd/compile: allow InlMark operations to be speculative...
2025-08-11 Xiaolin Zhaocmd/compile/internal/ssa: optimise more branches with...
2025-08-08 Ian Lance Taylorinternal/sync: rename Store parameter from old to new
2025-08-08 Cuong Manh Lecmd/compile/internal/staticinit: remove deadcode
2025-08-08 Roland Shoemakercmd/go: fix fips doc link
2025-08-08 1911860538text/template: use sync.OnceValue for builtinFuncs
2025-08-08 Michael Mundaymath: remove redundant infinity tests
2025-08-08 wagner riffelcmd/go: fix get -tool when multiple packages are provided
2025-08-08 jiahua wangall: update blog link
2025-08-08 Audi P. R.... crypto/tls: check if quic conn can send session ticket
2025-08-08 database64128net: fix WriteMsgUDPAddrPort addr handling on IPv4...
2025-08-08 David Chase[dev.simd] simd: add emulations for bitwise ops and...
2025-08-08 cuiweixieinternal/runtime/maps: remove unused var bitsetDeleted
2025-08-08 Keith Randallreflect: handle zero-sized fields of directly-stored...
2025-08-08 Joel Singinternal/bytealg: vector implementation of compare...
2025-08-08 limeidaninternal/bytealg: optimize Index/IndexString on loong64
2025-08-08 limeidancmd/internal/obj/loong64: change the immediate range...
2025-08-08 Xiaolin Zhaocmd/compile/internal/ssa: fix typo in LOONG64Ops.go...
2025-08-08 Xiaolin Zhaocmd/internal/obj/loong64: add support for FSEL instruction
2025-08-07 Richard Millertime: skip TestLongAdjustTimers on plan9 (too slow)
2025-08-07 Junyang Shao[dev.simd] cmd/compile, simd: API interface fixes
2025-08-07 Junyang Shao[dev.simd] cmd/compile, simd: add value conversion...
2025-08-06 Cherry Muiruntime/race: update darwin race syso
2025-08-06 qiulaidongfengall: remove support for windows/arm
2025-08-06 Junyang Shao[dev.simd] cmd/compile, simd: add Expand
2025-08-06 Junyang Shao[dev.simd] cmd/compile, simd: (Set|Get)(Lo|Hi)
2025-08-06 Keith Randallcmd/compile: make panicBounds stack frame smaller on...
next