| 2025-08-22 |
Junyang Shao | [dev.simd] cmd/compile, simd: add saturated u?int conve... |
commit | commitdiff | tree |
| 2025-08-21 |
David Chase | [dev.simd] simd: move tests to a subdirectory to declut... |
commit | commitdiff | tree |
| 2025-08-21 |
Austin Clements | [dev.simd] simd/_gen/unify: improve envSet doc comment |
commit | commitdiff | tree |
| 2025-08-21 |
Junyang Shao | [dev.simd] cmd/compile, simd: complete truncating u... |
commit | commitdiff | tree |
| 2025-08-21 |
Junyang Shao | [dev.simd] cmd/compile, simd: complete u?int widening... |
commit | commitdiff | tree |
| 2025-08-21 |
Junyang Shao | [dev.simd] simd: reorganize cvt rules |
commit | commitdiff | tree |
| 2025-08-21 |
Junyang Shao | [dev.simd] cmd/compile, simd: add VPSADBW |
commit | commitdiff | tree |
| 2025-08-21 |
Austin Clements | [dev.simd] simd/_gen/unify: fix some missing environments |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] cmd/compile: rewrite to elide Slicemask... |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] simd, cmd/compile: added .Masked() peephole... |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] simd: template field name cleanup in genfiles |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] simd: add testing hooks for size-changing... |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] simd, cmd/compile: sample peephole optimizat... |
commit | commitdiff | tree |
| 2025-08-20 |
Cherry Mui | [dev.simd] all: merge master (9de69f6) into dev.simd |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] simd: tweaks to improve test disassembly |
commit | commitdiff | tree |
| 2025-08-20 |
Sean Liao | errors: mention Is/As in Join docs |
commit | commitdiff | tree |
| 2025-08-20 |
David Finkel | cmd/go/internal/doc: pass URL fragments separately... |
commit | commitdiff | tree |
| 2025-08-20 |
qmuntal | internal/poll: don't call Seek for overlapped Windows... |
commit | commitdiff | tree |
| 2025-08-20 |
qmuntal | internal/poll: set the correct file offset in FD.Seek... |
commit | commitdiff | tree |
| 2025-08-20 |
David Chase | [dev.simd] simd, cmd/compile: add widening unsigned... |
commit | commitdiff | tree |
| 2025-08-20 |
Guoqi Chen | runtime: save and restore all fcc registers in async... |
commit | commitdiff | tree |
| 2025-08-19 |
Sean Liao | cmd/go: document install outputs to $GOOS_$GOARCH when... |
commit | commitdiff | tree |
| 2025-08-19 |
Junyang Shao | [dev.simd] simd: make OpMasked machine ops only |
commit | commitdiff | tree |
| 2025-08-19 |
Michael Anthony... | unique: deflake TestCanonMap/LoadOrStore/ConcurrentUnsh... |
commit | commitdiff | tree |
| 2025-08-19 |
Jonathan Conder | os: fix path in MkdirTemp error message |
commit | commitdiff | tree |
| 2025-08-19 |
Jes Cok | cmd/compile: tweak example command in README |
commit | commitdiff | tree |
| 2025-08-19 |
Felix Geisendörfer | internal/trace: remove redundant info from Event.String |
commit | commitdiff | tree |
| 2025-08-19 |
cuishuang | cmd/compile/internal: make function comments match... |
commit | commitdiff | tree |
| 2025-08-19 |
Felix Geisendörfer | internal/trace: use RFC3339Nano for wall clock snapshot... |
commit | commitdiff | tree |
| 2025-08-19 |
Junyang Shao | [dev.simd] simd, cmd/compile: implement ToMask, unexpor... |
commit | commitdiff | tree |
| 2025-08-19 |
Kir Kolyshkin | syscall: forkAndExecInChild1: don't reuse pid variable |
commit | commitdiff | tree |
| 2025-08-19 |
Ian Alexander | cmd/go: use modern pprof flags in documentation |
commit | commitdiff | tree |
| 2025-08-18 |
David Chase | [dev.simd] simd, cmd/compile: mark BLEND instructions... |
commit | commitdiff | tree |
| 2025-08-18 |
David Chase | [dev.simd] cmd/compile, simd: added methods for "float... |
commit | commitdiff | tree |
| 2025-08-18 |
Keith Randall | cmd/compile: ensure we use allowed registers for input... master |
commit | commitdiff | tree |
| 2025-08-18 |
Felix Geisendörfer | runtime: fix comments in tracetype.go |
commit | commitdiff | tree |
| 2025-08-16 |
Michael Anthony... | internal/trace: emit final sync event for generation... |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Anthony... | runtime: don't overwrite global stop channel in tests |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Anthony... | internal/trace: add end-of-generation signal to trace |
commit | commitdiff | tree |
| 2025-08-15 |
Richard Miller | net: skip TestIPv4WriteMsgUDPAddrPort on plan9 |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Anthony... | runtime/metrics: add metric for current Go-owned thread... |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Anthony... | runtime/metrics: add metric for total goroutines created |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Anthony... | runtime/metrics: add metrics for goroutine sched states |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Anthony... | runtime: disable stack shrinking for all waiting-for... |
commit | commitdiff | tree |
| 2025-08-15 |
Keith Randall | runtime: remove duff support for amd64 |
commit | commitdiff | tree |
| 2025-08-15 |
Keith Randall | runtime: remove duff support for arm64 |
commit | commitdiff | tree |
| 2025-08-15 |
Keith Randall | cmd/compile: use generated loops instead of DUFFCOPY... |
commit | commitdiff | tree |
| 2025-08-15 |
Junyang Shao | [dev.simd] cmd/compile: make move/load/store dependent... |
commit | commitdiff | tree |
| 2025-08-15 |
Junyang Shao | [dev.simd] cmd/compile: make (most) move/load/store... |
commit | commitdiff | tree |
| 2025-08-15 |
Jon San Miguel | cmd/go: test barrier actions |
commit | commitdiff | tree |
| 2025-08-15 |
cuiweixie | internal/runtime: cleaner overflow checker |
commit | commitdiff | tree |
| 2025-08-15 |
database64128 | syscall: permit nil destination address in sendmsgN... |
commit | commitdiff | tree |
| 2025-08-14 |
Damien Neil | runtime: make all synctest bubble violations fatal... |
commit | commitdiff | tree |
| 2025-08-14 |
Junyang Shao | [dev.simd] cmd/compile: accounts rematerialize ops... |
commit | commitdiff | tree |
| 2025-08-14 |
Cherry Mui | [dev.simd] all: merge master (924fe98) into dev.simd |
commit | commitdiff | tree |
| 2025-08-14 |
Joel Sing | cmd/internal/obj/riscv: add encoding for compressed... |
commit | commitdiff | tree |
| 2025-08-14 |
Michael Munday | cmd/compile: emit classify instructions for infinity... |
commit | commitdiff | tree |
| 2025-08-13 |
Keith Randall | cmd/compile: use generated loops instead of DUFFCOPY... |
commit | commitdiff | tree |
| 2025-08-13 |
Joe Tsai | encoding/json/v2: cleanup error constructors |
commit | commitdiff | tree |
| 2025-08-13 |
Joe Tsai | encoding/json/v2: fix incorrect marshaling of NaN in... |
commit | commitdiff | tree |
| 2025-08-13 |
Joe Tsai | encoding/json/v2: fix wrong type with cyclic marshal... |
commit | commitdiff | tree |
| 2025-08-13 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
| 2025-08-13 |
Richard Miller | os/exec: fix incorrect expansion of ".." in LookPath... |
commit | commitdiff | tree |
| 2025-08-13 |
Keith Randall | cmd/compile: during regalloc, fixedreg values are alway... |
commit | commitdiff | tree |
| 2025-08-13 |
Austin Clements | [dev.simd] simd/_gen/simdgen: rewrite etetest.sh |
commit | commitdiff | tree |
| 2025-08-13 |
Austin Clements | [dev.simd] simd/_gen: migrate simdgen from x/arch |
commit | commitdiff | tree |
| 2025-08-13 |
Austin Clements | [dev.simd] go/types: exclude simd/_gen module from... |
commit | commitdiff | tree |
| 2025-08-13 |
David Chase | [dev.simd] simd: reorganize/rename generated emulation... |
commit | commitdiff | tree |
| 2025-08-13 |
David Chase | [dev.simd] simd: add emulations for missing AVX2 compar... |
commit | commitdiff | tree |
| 2025-08-13 |
David Chase | [dev.simd] simd, cmd/compile: generated code for Broadcast |
commit | commitdiff | tree |
| 2025-08-13 |
David Chase | [dev.simd] cmd/compile: fix LoadReg so it is aware... |
commit | commitdiff | tree |
| 2025-08-13 |
David Chase | [dev.simd] cmd/compile: fix isIntrinsic for methods... |
commit | commitdiff | tree |
| 2025-08-13 |
Alexey Palazhchenko | runtime/trace: fix documentation typo |
commit | commitdiff | tree |
| 2025-08-13 |
Felix Geisendörfer | internal/trace: fix wrong scope for Event.Range or... |
commit | commitdiff | tree |
| 2025-08-13 |
David Chase | [dev.simd] cmd/compile: generated code from 'fix genera... |
commit | commitdiff | tree |
| 2025-08-13 |
Jorropo | cmd/compile: teach prove about len's & cap's max based... |
commit | commitdiff | tree |
| 2025-08-13 |
Xiaolin Zhao | cmd/compile: absorb NEGV into branch on loong64 |
commit | commitdiff | tree |
| 2025-08-13 |
Dmitri Shuralyov | all: update vendored dependencies [generated] |
commit | commitdiff | tree |
| 2025-08-13 |
Joel Sing | cmd/link/internal/ld: remove OpenBSD buildid workaround |
commit | commitdiff | tree |
| 2025-08-13 |
limeidan | cmd/compile/internal: optimize multiplication use new... |
commit | commitdiff | tree |
| 2025-08-13 |
Cherry Mui | runtime/race: restore previous version of LLVM TSAN... |
commit | commitdiff | tree |
| 2025-08-13 |
limeidan | cmd/compile/internal/ssa: use BEQ/BNE to optimize the... |
commit | commitdiff | tree |
| 2025-08-13 |
Michael Anthony... | internal/runtime/gc/scan: avoid -1 index when cache... |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | Revert "cmd/compile: use generated loops instead of... |
commit | commitdiff | tree |
| 2025-08-12 |
Felix Geisendörfer | internal/trace: clarify which StateTransition events... |
commit | commitdiff | tree |
| 2025-08-12 |
Felix Geisendörfer | internal/trace: fix Sync.ClockSnapshot comment |
commit | commitdiff | tree |
| 2025-08-12 |
Felix Geisendörfer | internal/trace: remove unused StateTransition.id field |
commit | commitdiff | tree |
| 2025-08-12 |
Felix Geisendörfer | internal/trace/tracev2: adjust comment for consistency |
commit | commitdiff | tree |
| 2025-08-12 |
Felix Geisendörfer | internal/trace/tracev2: fix EvSTWBegin comment to inclu... |
commit | commitdiff | tree |
| 2025-08-12 |
Felix Geisendörfer | internal/trace/internal/testgen: fix missing stacks... |
commit | commitdiff | tree |
| 2025-08-12 |
Michael Anthony... | internal/runtime/gc/scan: import scan kernel from gclab... |
commit | commitdiff | tree |
| 2025-08-12 |
Brad Fitzpatrick | net/http: fix data race in client |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | cmd/compile: soften test for 74788 |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | cmd/compile: use generated loops instead of DUFFZERO... |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | cmd/compile: use generated loops instead of DUFFCOPY... |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | Revert "cmd/compile/internal/ssa: Use transitive proper... |
commit | commitdiff | tree |
| 2025-08-12 |
Cherry Mui | all: delete aliastypeparams GOEXPERIMENT |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | Revert "cmd/compile: allow multi-field structs to be... |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | Revert "cmd/compile: allow StructSelect [x] of interfac... |
commit | commitdiff | tree |
| 2025-08-12 |
Keith Randall | Revert "cmd/compile: allow more args in StructMake... |
commit | commitdiff | tree |
| next |