]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-08-20 David Chase[dev.simd] simd: add testing hooks for size-changing...
2025-08-20 David Chase[dev.simd] simd, cmd/compile: sample peephole optimizat...
2025-08-20 Cherry Mui[dev.simd] all: merge master (9de69f6) into dev.simd
2025-08-20 David Chase[dev.simd] simd: tweaks to improve test disassembly
2025-08-20 Sean Liaoerrors: mention Is/As in Join docs
2025-08-20 David Finkelcmd/go/internal/doc: pass URL fragments separately...
2025-08-20 qmuntalinternal/poll: don't call Seek for overlapped Windows...
2025-08-20 qmuntalinternal/poll: set the correct file offset in FD.Seek...
2025-08-20 David Chase[dev.simd] simd, cmd/compile: add widening unsigned...
2025-08-20 Guoqi Chenruntime: save and restore all fcc registers in async...
2025-08-19 Sean Liaocmd/go: document install outputs to $GOOS_$GOARCH when...
2025-08-19 Junyang Shao[dev.simd] simd: make OpMasked machine ops only
2025-08-19 Michael Anthony... unique: deflake TestCanonMap/LoadOrStore/ConcurrentUnsh...
2025-08-19 Jonathan Conderos: fix path in MkdirTemp error message
2025-08-19 Jes Cokcmd/compile: tweak example command in README
2025-08-19 Felix Geisendörferinternal/trace: remove redundant info from Event.String
2025-08-19 cuishuangcmd/compile/internal: make function comments match...
2025-08-19 Felix Geisendörferinternal/trace: use RFC3339Nano for wall clock snapshot...
2025-08-19 Junyang Shao[dev.simd] simd, cmd/compile: implement ToMask, unexpor...
2025-08-19 Kir Kolyshkinsyscall: forkAndExecInChild1: don't reuse pid variable
2025-08-19 Ian Alexandercmd/go: use modern pprof flags in documentation
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-18 Keith Randallcmd/compile: ensure we use allowed registers for input... master
2025-08-18 Felix Geisendörferruntime: fix comments in tracetype.go
2025-08-16 Michael Anthony... internal/trace: emit final sync event for generation...
2025-08-15 Michael Anthony... runtime: don't overwrite global stop channel in tests
2025-08-15 Michael Anthony... internal/trace: add end-of-generation signal to trace
2025-08-15 Richard Millernet: skip TestIPv4WriteMsgUDPAddrPort on plan9
2025-08-15 Michael Anthony... runtime/metrics: add metric for current Go-owned thread...
2025-08-15 Michael Anthony... runtime/metrics: add metric for total goroutines created
2025-08-15 Michael Anthony... runtime/metrics: add metrics for goroutine sched states
2025-08-15 Michael Anthony... runtime: disable stack shrinking for all waiting-for...
2025-08-15 Keith Randallruntime: remove duff support for amd64
2025-08-15 Keith Randallruntime: remove duff support for arm64
2025-08-15 Keith Randallcmd/compile: use generated loops instead of DUFFCOPY...
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-15 Jon San Miguelcmd/go: test barrier actions
2025-08-15 cuiweixieinternal/runtime: cleaner overflow checker
2025-08-15 database64128syscall: permit nil destination address in sendmsgN...
2025-08-14 Damien Neilruntime: make all synctest bubble violations fatal...
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
next