]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-04-04 qmuntalos: support overlapped IO with NewFile
2025-04-04 Keith Randallcmd/compile: aggregate scalar allocations for heap...
2025-04-04 qmuntalinternal/syscall/windows: use unsafe.Pointer instead...
2025-04-04 Keith Randallcmd/compile: stack allocate variable-sized makeslice
2025-04-04 Alexander Musmancmd/compile: improve store-to-load forwarding with...
2025-04-04 qiulaidongfengsync: add WaitGroup.Go
2025-04-04 qmuntalinternal/poll: simplify execIO
2025-04-04 Michael Prattruntime: add thread exit plus vgetrandom stress test
2025-04-03 Mark Freemango/types, types2: better error messages for invalid...
2025-04-03 thepuddstesting: clarify how B.Loop avoids optimizing away...
2025-04-03 qmuntalinternal/syscall/windows: define NtQueryInformationFile...
2025-04-03 Aleksey Markincmd/link/internal/ld: introduce -funcalign=N option
2025-04-03 Vasily Leonenkointernal/bytealg: optimize Index/IndexString/IndexByte...
2025-04-03 Vasily Leonenkointernal/bytealg: optimize Count/CountString on arm64
2025-04-03 0x2b3bfa0make.bat: fix GOROOT_BOOTSTRAP detection
2025-04-03 Alan Donovanapi: move go1.25 to next/70250
2025-04-03 Joel Singcmd/internal/obj/arm64: return a bit shift from movcon
2025-04-03 Joel Singcmd/internal/obj/arm64: deduplicate con32class
2025-04-03 Joel Singcmd/internal/obj/arm64: simplify conclass
2025-04-03 Michael Prattruntime: cleanup M vgetrandom state before dropping P
2025-04-02 Julia Lapenkocmd/compile/internal/devirtualize: do not select a...
2025-04-02 Sergey Slukincmd/compile: changed variable name due to shadowing...
2025-04-02 khr@golang.orgruntime: simplify needzero logic
2025-04-02 qmuntalcrypto/tls: use crypto/hkdf
2025-04-02 Alexander Musmancmd/compile: Remove unused 'NoInline' field from CallEx...
2025-04-01 Alan Donovancmd/vet: add waitgroup analyzer
2025-04-01 Alan Donovancmd/vendor: update golang.org/x/tools to v0.31.1-0...
2025-04-01 qmuntalinternal/poll: defer IOCP association until first IO...
2025-04-01 喜欢log/slog: log and logAttrs initialize ctx at top
2025-04-01 Joel Singcmd/internal/obj/riscv: add support for vector fixed...
2025-04-01 Russ Coxruntime: fix plan9 monotonic time, crypto randomness
2025-03-31 Damien Neilos: avoid symlink races in RemoveAll on Windows
2025-03-31 Damien Neilcmd/link: close file in tempdir so Windows can delete it
2025-03-31 qmuntalos,internal/poll: support I/O on overlapped handles...
2025-03-31 Mateusz Poliwczakcmd/compile/internal/ssa: replace uses of interface...
2025-03-31 thepuddsinternal/runtime/maps: speed up small map lookups ...
2025-03-29 Joel Singcmd/internal/obj/arm64: factor out constant classificat...
2025-03-29 Joel Singcmd/internal/obj/riscv: add support for vector integer...
2025-03-28 Cherry Muicmd/link: handle Mach-O X86_64_RELOC_SUBTRACTOR in...
2025-03-28 qmuntalinternal/poll: honor ERROR_OPERATION_ABORTED if pipe...
2025-03-28 Michael Anthony... weak: clarify Pointer equality semantics
2025-03-28 Cherry Muicmd/link: choose one with larger size for duplicated...
2025-03-28 Damien Neilos: add Root.Symlink
2025-03-28 qmuntalinternal/poll: don't skip empty writes on Windows
2025-03-28 Joel Singcmd/compile/internal/ssa: optimise more branches with...
2025-03-28 Damien Neilos: avoid panic in Root when symlink references the...
2025-03-27 Junyang Shaocmd/compile: update GOSSAFUNC doc for printing CFG
2025-03-27 Keith Randallmaps: implement faster clone
2025-03-27 Mark Freemancmd/compile: rename some test packages in codegen
2025-03-27 Junyang Shaocmd/compile: match more patterns for shortcircuit
2025-03-27 Alan Donovango/types: LookupSelection: returns LookupFieldOrMethod...
2025-03-27 Mateusz Poliwczakcmd/compile: remove references to *gc.Node in docs
2025-03-27 qmuntalinternal/syscall/windows: run go generate
2025-03-27 Joel Singcmd/internal/obj/riscv,internal/bytealg: synthesize...
2025-03-27 Joel Singcmd/internal/obj/riscv: improve constant construction
2025-03-27 Guoqi Chenruntime: optimizing memclrNoHeapPointers implementation...
2025-03-26 qmuntalnet: run unix socket stream tests on Windows
2025-03-26 qmuntalinternal/poll: support async file operations on Windows
2025-03-26 Jonathan Amsterdamlog/slog: Handler doc points to handler guide
2025-03-26 Joel Singcmd/internal/obj/arm64: add support for BTI instruction
2025-03-26 junya koyamatesting/slogtest: test nested groups in empty record
2025-03-26 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VSHUF4I.{B/H/W/D}...
2025-03-25 Michael Matloobcmd/go/internal/modload: improve ErrNoModRoot error...
2025-03-25 Julien Cretelbytes: speed up Replace
2025-03-25 Sean Liaotesting: document exit codes
2025-03-25 qmuntalinternal/poll,net: set SIO_UDP_CONNRESET in net
2025-03-25 qmuntalinternal/poll: always use SetFileCompletionNotification...
2025-03-25 Joel Singtest/codegen: add combined conversion and shift tests
2025-03-25 Joel Singcmd/internal/obj/arm64: move register encoding into...
2025-03-25 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VMULW{EV/OD} series...
2025-03-25 Joel Singcmd/internal/obj/arm64: provide and use an oprrrr function
2025-03-25 Joel Singcmd/internal/obj/arm64: move register encoding into...
2025-03-25 Joel Singcmd/internal/obj/arm64: replace range checks with isaddcon2
2025-03-25 Michael Prattruntime: rename runfinq to runFinalizersAndCleanups
2025-03-25 Michael Prattruntime: always show runfinq in traceback
2025-03-24 Austin Clementstesting: streamline logic in loopSlowPath
2025-03-24 Austin Clementstesting: detect a stopped timer in B.Loop
2025-03-24 Austin Clementstesting: detect early return from B.Loop
2025-03-24 Sean Liaogo/build: prioritize build constraints in docs
2025-03-24 Jake Baileytesting: remove redundant variable capture from subtest...
2025-03-24 Michael Matloobcmd/go: upgrade go install pkg@version's go using local...
2025-03-24 Sean Liaonet/url: document referenced RFCs
2025-03-24 Damien Neilos: add Root.Link
2025-03-24 Vishwanatha HDcmd/asm: add LCDBR instruction on s390x
2025-03-24 Robert Griesemergo/types, types2: align trace output a bit better for...
2025-03-22 Joel Singcmd/compile: intrinsify math/bits.Len on riscv64
2025-03-22 Joel Singcmd/internal/obj/riscv: factor out shift constant code
2025-03-22 Joel Singcmd/asm/internal/asm: add additional tests for constant...
2025-03-21 Austin Clementstesting: separate b.Loop counter from b.N
2025-03-21 Derek Parkercmd/compile/internal/abi: fix ComputePadding
2025-03-21 qmuntalcmd/link/internal/ld: change pe64 from int to bool
2025-03-21 qmuntalruntime: deduplicate context call injection on Windows
2025-03-21 Damien Neilinternal/syscall/unix: add missing cgo_import_dynamics...
2025-03-21 Damien Neilinternal/syscall/windows: set SYNCHRONIZE flag in Deleteat
2025-03-21 Damien Neilruntime: fix interactions between synctest, race detect...
2025-03-21 Cherry MuiRevert "cmd/compile/internal/abi: fix ComputePadding"
2025-03-21 Mark Ryancmd/internal/obj/riscv: fix the encoding for REV8 and...
2025-03-21 Damien Neilruntime/race: fix reversed conditional in test for...
2025-03-20 Derek Parkercmd/compile/internal/abi: fix ComputePadding
2025-03-20 Damien Neilos: add Root.Rename
next