| 2025-09-08 |
Junyang Shao | [dev.simd] cmd/compile, simd: add VPLZCNT[DQ] |
commit | commitdiff | tree |
| 2025-09-07 |
David Chase | [dev.simd] cmd/compile: enhance prove to deal with... |
commit | commitdiff | tree |
| 2025-09-06 |
Junyang Shao | [dev.simd] simd/_gen/simdgen: merge memory ops |
commit | commitdiff | tree |
| 2025-09-06 |
Junyang Shao | [dev.simd] simd/_gen/simdgen: parse memory operands |
commit | commitdiff | tree |
| 2025-09-05 |
Cherry Mui | [dev.simd] cmd/compile, simd: add ClearAVXUpperBits |
commit | commitdiff | tree |
| 2025-09-03 |
Cherry Mui | [dev.simd] all: merge master (4c4cefc) into dev.simd |
commit | commitdiff | tree |
| 2025-09-03 |
Daniel Martà | cmd/gofmt: simplify logic to process arguments |
commit | commitdiff | tree |
| 2025-09-03 |
Julien Cretel | unicode/utf8: make DecodeRune{,InString} inlineable |
commit | commitdiff | tree |
| 2025-09-03 |
Michael Munday | math: rename Modf parameter int to integer |
commit | commitdiff | tree |
| 2025-09-02 |
Keith Randall | runtime: use one more address bit for tagged pointers |
commit | commitdiff | tree |
| 2025-09-02 |
Michael Anthony... | cmd/dist: run racebench tests only in longtest mode |
commit | commitdiff | tree |
| 2025-09-02 |
Cherry Mui | [dev.simd] internal/cpu: report AVX1 and 2 as supported... |
commit | commitdiff | tree |
| 2025-09-02 |
Youlin Feng | runtime: add comment for concatstring2 |
commit | commitdiff | tree |
| 2025-09-02 |
David Chase | [dev.simd] simd, cmd/compile: add Interleave{Hi,Lo... |
commit | commitdiff | tree |
| 2025-09-02 |
David Chase | [dev.simd] cmd/compile: add instructions and rewrites... |
commit | commitdiff | tree |
| 2025-09-02 |
Damien Neil | go/doc: linkify interface methods |
commit | commitdiff | tree |
| 2025-09-01 |
limeidan | cmd/compile: use generated loops instead of DUFFZERO... |
commit | commitdiff | tree |
| 2025-09-01 |
Xiaolin Zhao | cmd/internal/obj/loong64: add LDPTR.{W/D} and STPTR... |
commit | commitdiff | tree |
| 2025-09-01 |
Guoqi Chen | internal/runtime/atomic: reset wrong jump target in... |
commit | commitdiff | tree |
| 2025-08-31 |
Nicholas Husin | net/http: skip redirecting in ServeMux when URL path... |
commit | commitdiff | tree |
| 2025-08-30 |
Joel Sing | runtime/race: add race detector support for linux/riscv64 |
commit | commitdiff | tree |
| 2025-08-29 |
matloob | cmd/cgo: split loadDWARF into two parts |
commit | commitdiff | tree |
| 2025-08-29 |
matloob | cmd/cgo: move typedefs and typedefList out of Package |
commit | commitdiff | tree |
| 2025-08-29 |
Tobias Klauser | all: delete more windows/arm remnants |
commit | commitdiff | tree |
| 2025-08-29 |
Michael Munday | cmd/compile: remove sign extension before MULW on riscv64 |
commit | commitdiff | tree |
| 2025-08-29 |
Michael Munday | cmd/compile/internal/ssa: make oneBit function generic |
commit | commitdiff | tree |
| 2025-08-29 |
Tobias Klauser | internal/cpu: inline DebugOptions |
commit | commitdiff | tree |
| 2025-08-29 |
AN Long | net: update document on limitation of iprawsock on... |
commit | commitdiff | tree |
| 2025-08-29 |
AN Long | testing: allow specify temp dir by GOTMPDIR environment... |
commit | commitdiff | tree |
| 2025-08-29 |
zuojunwei.1024 | cmd/link: disallow linkname of runtime.addmoduledata |
commit | commitdiff | tree |
| 2025-08-29 |
Julien Cretel | bytes, strings: speed up TrimSpace |
commit | commitdiff | tree |
| 2025-08-29 |
Sean Liao | testing/synctest: call out common issues with tests |
commit | commitdiff | tree |
| 2025-08-29 |
qmuntal | os,syscall: pass file flags to CreateFile on Windows |
commit | commitdiff | tree |
| 2025-08-29 |
qmuntal | crypto/tls: use hash.Cloner |
commit | commitdiff | tree |
| 2025-08-29 |
goto1134 | go/constant: fix complex != unknown comparison |
commit | commitdiff | tree |
| 2025-08-28 |
database64128 | net: remove redundant cgoLookupCNAME return parameter |
commit | commitdiff | tree |
| 2025-08-28 |
1911860538 | net/http/httputil: remove redundant pw.Close() call... |
commit | commitdiff | tree |
| 2025-08-28 |
Joel Sing | time: skip TestLongAdjustTimers in short mode on single... |
commit | commitdiff | tree |
| 2025-08-28 |
Tobias Klauser | syscall: only get parent PID if SysProcAttr.Pdeathsig... |
commit | commitdiff | tree |
| 2025-08-28 |
Brad | strings: remove redundant "runs" from string.Fields... |
commit | commitdiff | tree |
| 2025-08-28 |
Julien Cretel | net/textproto: eliminate some bounds checks |
commit | commitdiff | tree |
| 2025-08-28 |
qmuntal | os: return nil slice when ReadDir is used with a file... |
commit | commitdiff | tree |
| 2025-08-28 |
Xiaolin Zhao | cmd/internal/obj/loong64: simplify buildop |
commit | commitdiff | tree |
| 2025-08-28 |
Ian Lance Taylor | debug/elf: don't panic if symtab too small |
commit | commitdiff | tree |
| 2025-08-27 |
Nicholas Husin | net/http: Ensure that CONNECT proxied requests respect... |
commit | commitdiff | tree |
| 2025-08-27 |
Filippo Valsorda | net/http: require exact match for CrossSiteProtection... |
commit | commitdiff | tree |
| 2025-08-27 |
matloob | cmd/cgo: make it safe to run gcc in parallel |
commit | commitdiff | tree |
| 2025-08-27 |
database64128 | net: allow zero value destination address in WriteMsgUD... |
commit | commitdiff | tree |
| 2025-08-27 |
qmuntal | internall/poll: remove bufs field from Windows' poll... |
commit | commitdiff | tree |
| 2025-08-27 |
qmuntal | internal/poll: remove rsa field from Windows' poll... |
commit | commitdiff | tree |
| 2025-08-27 |
Brad Fitzpatrick | syscall: sort Windows env block in StartProcess |
commit | commitdiff | tree |
| 2025-08-26 |
qmuntal | internal/poll: don't use stack-allocated WSAMsg parameters |
commit | commitdiff | tree |
| 2025-08-26 |
Joel Sing | runtime: identify virtual memory layout for riscv64 |
commit | commitdiff | tree |
| 2025-08-25 |
Michael Munday | math: use Trunc to implement Modf |
commit | commitdiff | tree |
| 2025-08-25 |
Michael Munday | math: implement IsInf using Abs |
commit | commitdiff | tree |
| 2025-08-25 |
Michael Munday | math: optimize Signbit implementation slightly |
commit | commitdiff | tree |
| 2025-08-25 |
limeidan | cmd/compile/internal: optimizing add+sll rule using... |
commit | commitdiff | tree |
| 2025-08-25 |
Wang Deyu | runtime: skip doInit of plugins in runtime.main |
commit | commitdiff | tree |
| 2025-08-25 |
Joel Sing | internal/trace: skip async preempt off tests on low... |
commit | commitdiff | tree |
| 2025-08-25 |
database64128 | net: fix cgoResSearch |
commit | commitdiff | tree |
| 2025-08-25 |
Damien Neil | os: set full name for Roots created with Root.OpenRoot |
commit | commitdiff | tree |
| 2025-08-25 |
qmuntal | internal/poll: use fdMutex to provide read/write lockin... |
commit | commitdiff | tree |
| 2025-08-25 |
Xiaolin Zhao | test/codegen: add Mul2 and DivPow2 test for loong64 |
commit | commitdiff | tree |
| 2025-08-25 |
Xiaolin Zhao | test/codegen: add Mul* test for loong64 |
commit | commitdiff | tree |
| 2025-08-25 |
Xiaolin Zhao | test/codegen: add sqrt* abs and copysign test for loong64 |
commit | commitdiff | tree |
| 2025-08-24 |
Junyang Shao | [dev.simd] simd: correct SumAbsDiff documentation |
commit | commitdiff | tree |
| 2025-08-23 |
Sean Liao | net/http/httptest: redirect example.com requests to... |
commit | commitdiff | tree |
| 2025-08-23 |
qmuntal | internal/syscall/windows: increase internal Windows... |
commit | commitdiff | tree |
| 2025-08-23 |
David Chase | [dev.simd] cmd/compile: sample peephole optimization... |
commit | commitdiff | tree |
| 2025-08-22 |
Cherry Mui | [dev.simd] cmd/compile: remove VPADDD4 |
commit | commitdiff | tree |
| 2025-08-22 |
Cherry Mui | [dev.simd] cmd/compile: correct register mask of some... |
commit | commitdiff | tree |
| 2025-08-22 |
Cherry Mui | [dev.simd] cmd/compile: use X15 for zero value in AVX... |
commit | commitdiff | tree |
| 2025-08-22 |
guoguangwu | crypto/tls: fix quic comment typo |
commit | commitdiff | tree |
| 2025-08-22 |
Cherry Mui | [dev.simd] cmd/compile: ensure the whole X15 register... |
commit | commitdiff | tree |
| 2025-08-22 |
database64128 | internal/poll: don't pass non-nil WSAMsg.Name with... |
commit | commitdiff | tree |
| 2025-08-22 |
Qingwei Li@WSL | runtime/metrics: improve doc |
commit | commitdiff | tree |
| 2025-08-22 |
database64128 | os: fix Root.MkdirAll to handle race of directory creation |
commit | commitdiff | tree |
| 2025-08-22 |
Junyang Shao | [dev.simd] cmd/compile, simd: complete AVX2? u?int... |
commit | commitdiff | tree |
| 2025-08-22 |
Junyang Shao | [dev.simd] cmd/compile, simd: make Permute 128-bit... |
commit | commitdiff | tree |
| 2025-08-22 |
Junyang Shao | [dev.simd] cmd/compile, simd: add packed saturated... |
commit | commitdiff | tree |
| 2025-08-22 |
Junyang Shao | [dev.simd] cmd/compile, simd: add saturated u?int conve... |
commit | commitdiff | tree |
| 2025-08-22 |
Alberto Donizetti | all: delete remaining windows/arm code |
commit | commitdiff | tree |
| 2025-08-22 |
ZhouGuangyuan | cmd/asm: process forward jump to PCALIGN |
commit | commitdiff | tree |
| 2025-08-22 |
database64128 | internal/poll: permit nil destination address in WriteM... |
commit | commitdiff | tree |
| 2025-08-21 |
David Chase | [dev.simd] simd: move tests to a subdirectory to declut... |
commit | commitdiff | tree |
| 2025-08-21 |
qmuntal | runtime: remove remaining windows/arm files and comments |
commit | commitdiff | tree |
| 2025-08-21 |
limeidan | cmd/compile: use zero register instead of specialized... |
commit | commitdiff | tree |
| 2025-08-21 |
limeidan | cmd/compile: simplify zerorange on loong64 |
commit | commitdiff | tree |
| 2025-08-21 |
limeidan | cmd/compile/internal/ssa: eliminate unnecessary extensi... |
commit | commitdiff | tree |
| 2025-08-21 |
Xiaolin Zhao | cmd/compile: optimize some patterns into revb2h/revb4h... |
commit | commitdiff | tree |
| 2025-08-21 |
Joel Sing | syscall: simplify execve handling on libc platforms |
commit | commitdiff | tree |
| 2025-08-21 |
Youlin Feng | cmd/compile: deduplication in the source code generated... |
commit | commitdiff | tree |
| 2025-08-21 |
Xiaolin Zhao | cmd/compile: optimize rule (x + x) << c to x << c+1... |
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-21 |
Joel Sing | cmd/internal/objabi,cmd/link: add support for additiona... |
commit | commitdiff | tree |
| next |