| 2025-11-18 |
David Chase | [dev.simd] simd: remove FlattenedTranspose from exports |
commit | commitdiff | tree |
| 2025-11-18 |
Junyang Shao | [dev.simd] cmd/compile, simd: change DotProductQuadrupl... |
commit | commitdiff | tree |
| 2025-11-18 |
Junyang Shao | [dev.simd] cmd/compile, simd: change SHA ops names... |
commit | commitdiff | tree |
| 2025-11-17 |
Junyang Shao | [dev.simd] cmd/compile, simd: change AES op names and... |
commit | commitdiff | tree |
| 2025-11-17 |
Junyang Shao | [dev.simd] cmd/compile, simd: add VPALIGNR |
commit | commitdiff | tree |
| 2025-11-17 |
Junyang Shao | [dev.simd] simd: update CPU feature APIs |
commit | commitdiff | tree |
| 2025-11-17 |
Junyang Shao | [dev.simd] cmd/compile: fix unstable output |
commit | commitdiff | tree |
| 2025-11-13 |
Cherry Mui | [dev.simd] all: merge master (57362e9) into dev.simd |
commit | commitdiff | tree |
| 2025-11-13 |
Robert Griesemer | go/types, types2: check for direct cycles as a separate... |
commit | commitdiff | tree |
| 2025-11-13 |
Ian Alexander | cmd/go/internal/modfetch: consolidate global vars |
commit | commitdiff | tree |
| 2025-11-13 |
Russ Cox | cmd/go/internal/modfetch/codehost: fix flaky TestReadZip |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Pratt | runtime: prefer to restart Ps on the same M after STW |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Anthony... | runtime/pprof: fix goroutine leak profile tests for... |
commit | commitdiff | tree |
| 2025-11-13 |
Robert Griesemer | spec: remove cycle restriction for type parameters |
commit | commitdiff | tree |
| 2025-11-13 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv: add support for riscv... |
commit | commitdiff | tree |
| 2025-11-13 |
Joel Sing | cmd/internal/obj/riscv: implement better bit pattern... |
commit | commitdiff | tree |
| 2025-11-13 |
Guoqi Chen | cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H... |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Anthony... | cmd/go: keep objects alive while stopping cleanups |
commit | commitdiff | tree |
| 2025-11-12 |
Michael Pratt | runtime: fix list test memory management for mayMoreStack |
commit | commitdiff | tree |
| 2025-11-12 |
Filippo Valsorda | crypto/internal/fips140/sha3: remove outdated TODO |
commit | commitdiff | tree |
| 2025-11-12 |
Jes Cok | sync/atomic: amend comments for Value.{Swap,CompareAndSwap} |
commit | commitdiff | tree |
| 2025-11-12 |
Ian Lance Taylor | cmd/compile: don't clear ptrmask in fillptrmask |
commit | commitdiff | tree |
| 2025-11-12 |
Ian Lance Taylor | internal/abi: correctly describe result in Name.Name... |
commit | commitdiff | tree |
| 2025-11-12 |
Michael Munday | cmd/compile: use FCLASSD for subnormal checks on riscv64 |
commit | commitdiff | tree |
| 2025-11-12 |
Sean Liao | net/url: disallow raw IPv6 addresses in host |
commit | commitdiff | tree |
| 2025-11-12 |
Daniel Morsing | cmd/compile: optimize liveness in stackalloc |
commit | commitdiff | tree |
| 2025-11-12 |
Roland Shoemaker | crypto/x509: move BetterTLS suite from crypto/tls |
commit | commitdiff | tree |
| 2025-11-12 |
Ian Lance Taylor | cmd/link: change shdr and phdr from arrays to slices |
commit | commitdiff | tree |
| 2025-11-12 |
Michael Pratt | runtime: switch p.gcFractionalMarkTime to atomic.Int64 |
commit | commitdiff | tree |
| 2025-11-12 |
Vlad Saioc | runtime,runtime/pprof: clean up goroutine leak profile... |
commit | commitdiff | tree |
| 2025-11-12 |
Sean Liao | cmd/go: clarify the -o testflag is only for copying... |
commit | commitdiff | tree |
| 2025-11-12 |
Julien Cretel | mime: parse media types that contain braces |
commit | commitdiff | tree |
| 2025-11-12 |
Sean Liao | os/exec: include Cmd.Start in the list of methods that... |
commit | commitdiff | tree |
| 2025-11-12 |
Alan Donovan | std,cmd: go fix -any std cmd |
commit | commitdiff | tree |
| 2025-11-11 |
Junyang Shao | [dev.simd] cmd/compile: add masked merging ops and... |
commit | commitdiff | tree |
| 2025-11-11 |
Michael Pratt | runtime: doubly-linked sched.midle list |
commit | commitdiff | tree |
| 2025-11-11 |
Michael Pratt | runtime: use new list type for spanSPMCs |
commit | commitdiff | tree |
| 2025-11-11 |
Michael Pratt | runtime: reusable intrusive doubly-linked list |
commit | commitdiff | tree |
| 2025-11-11 |
Michael Pratt | internal/trace/testtrace: fix flag name typos |
commit | commitdiff | tree |
| 2025-11-11 |
Russ Cox | cmd/go: implement accurate pseudo-versions for Mercurial |
commit | commitdiff | tree |
| 2025-11-11 |
Russ Cox | cmd/go/internal/vcweb: cache hg servers |
commit | commitdiff | tree |
| 2025-11-11 |
Russ Cox | cmd/go: implement -reuse for Mercurial repos |
commit | commitdiff | tree |
| 2025-11-10 |
Robert Griesemer | spec: more precise prose for special case of append |
commit | commitdiff | tree |
| 2025-11-10 |
Robert Griesemer | go/types, types2: first argument to append must never... |
commit | commitdiff | tree |
| 2025-11-10 |
Michael Pratt | .gitignore: ignore go test artifacts |
commit | commitdiff | tree |
| 2025-11-10 |
Michael Pratt | internal/trace: add "command" to convert text traces... |
commit | commitdiff | tree |
| 2025-11-10 |
Michael Anthony... | runtime: fix lock rank for work.spanSPMCs.lock |
commit | commitdiff | tree |
| 2025-11-10 |
Junyang Shao | [dev.simd] cmd/compile: add peepholes for all masked... |
commit | commitdiff | tree |
| 2025-11-10 |
Junyang Shao | [dev.simd] simd, cmd/compile: remove move from API |
commit | commitdiff | tree |
| 2025-11-10 |
Junyang Shao | [dev.simd] simd: put unexported methods to another... |
commit | commitdiff | tree |
| 2025-11-10 |
Joel Sing | internal/runtime/sys,math/bits: eliminate bounds checks... |
commit | commitdiff | tree |
| 2025-11-10 |
Nick Ripley | runtime: document that tracefpunwindoff applies to... |
commit | commitdiff | tree |
| 2025-11-10 |
mohanson | cmd/go: remove redundant AVX regex in security flag... |
commit | commitdiff | tree |
| 2025-11-10 |
Keith Randall | cmd/internal/obj/arm64: shorten constant integer loads |
commit | commitdiff | tree |
| 2025-11-10 |
khr@golang.org | runtime/msan: use different msan routine for copying |
commit | commitdiff | tree |
| 2025-11-10 |
Jes Cok | runtime: tweak wording for comment of mcache.flushGen |
commit | commitdiff | tree |
| 2025-11-10 |
Jes Cok | sync: don't call Done when f() panics in WaitGroup.Go |
commit | commitdiff | tree |
| 2025-11-08 |
Ian Alexander | cmd/go: update goSum if necessary |
commit | commitdiff | tree |
| 2025-11-08 |
Ian Alexander | cmd/go: output missing GoDebug entries |
commit | commitdiff | tree |
| 2025-11-08 |
Russ Cox | cmd/go: rewrite hgrepo1 test repo to be deterministic |
commit | commitdiff | tree |
| 2025-11-07 |
Russ Cox | cmd/go: copy git reuse and support repos to hg |
commit | commitdiff | tree |
| 2025-11-07 |
Russ Cox | cmd/go: improve TestScript/reuse_git |
commit | commitdiff | tree |
| 2025-11-07 |
Ian Lance Taylor | cmd/link: clean up some comments to Go standards |
commit | commitdiff | tree |
| 2025-11-07 |
qiulaidongfeng | runtime: correctly print panics before fatal-ing on... |
commit | commitdiff | tree |
| 2025-11-07 |
Ariel Otilibili | runtime/cgo: improve error messages after pointer panic |
commit | commitdiff | tree |
| 2025-11-07 |
Jes Cok | runtime: tweak wording for doc |
commit | commitdiff | tree |
| 2025-11-06 |
Ian Lance Taylor | cmd/link: move pclntab out of relro section |
commit | commitdiff | tree |
| 2025-11-06 |
Bob Glickstein | iter: fix a tiny doc comment bug |
commit | commitdiff | tree |
| 2025-11-06 |
Keith Randall | Revert "runtime: remove the pc field of _defer struct" |
commit | commitdiff | tree |
| 2025-11-06 |
Guoqi Chen | cmd/internal/obj/loong64: add {,X}VSHUF.{B/H/W/V} instr... |
commit | commitdiff | tree |
| 2025-11-06 |
Guoqi Chen | cmd/internal/obj/loong64: add {,X}VEXTRINS.{B,H,W,V... |
commit | commitdiff | tree |
| 2025-11-06 |
Guoqi Chen | internal/chacha8rand: replace VORV with instruction... |
commit | commitdiff | tree |
| 2025-11-06 |
Guoqi Chen | cmd/compile: fix error message on loong64 |
commit | commitdiff | tree |
| 2025-11-05 |
qmuntal | cmd/link: support weak binding on darwin |
commit | commitdiff | tree |
| 2025-11-05 |
Russ Cox | cmd/go: use go.dev instead of golang.org in flag errors |
commit | commitdiff | tree |
| 2025-11-05 |
Russ Cox | cmd/go: fix TestScript/govcs |
commit | commitdiff | tree |
| 2025-11-05 |
Russ Cox | cmd/go: silence TLS handshake errors during test |
commit | commitdiff | tree |
| 2025-11-05 |
Russ Cox | cmd/go: fix TestCgoPkgConfig on darwin with pkg-config... |
commit | commitdiff | tree |
| 2025-11-05 |
Russ Cox | cmd/go: fix TestScript/vet_flags |
commit | commitdiff | tree |
| 2025-11-05 |
Russ Cox | cmd/go: fix TestScript/tool_build_as_needed |
commit | commitdiff | tree |
| 2025-11-05 |
Ariel Otilibili | cmd/cgo: skip escape checks if call site has no argument |
commit | commitdiff | tree |
| 2025-11-05 |
qmuntal | os: ignore O_TRUNC errors on named pipes and terminal... |
commit | commitdiff | tree |
| 2025-11-05 |
Ian Lance Taylor | cmd/link, runtime: don't store text start in pcHeader |
commit | commitdiff | tree |
| 2025-11-05 |
Ian Lance Taylor | cmd/link: don't generate .gosymtab section |
commit | commitdiff | tree |
| 2025-11-05 |
Ian Lance Taylor | cmd/link: add and use new SymKind SFirstUnallocated |
commit | commitdiff | tree |
| 2025-11-05 |
Ian Lance Taylor | cmd/link: remove misleading comment |
commit | commitdiff | tree |
| 2025-11-05 |
Ian Lance Taylor | cmd/link: remove unused SFILEPATH symbol kind |
commit | commitdiff | tree |
| 2025-11-05 |
Ian Lance Taylor | cmd/link: add comments for SymKind values |
commit | commitdiff | tree |
| 2025-11-04 |
Daniel Morsing | cmd/compile: faster liveness analysis in regalloc |
commit | commitdiff | tree |
| 2025-11-04 |
qmuntal | internal/syscall/windows: fix ReOpenFile sentinel error... |
commit | commitdiff | tree |
| 2025-11-04 |
Michael Munday | cmd/compile/internal/ssa: simplify riscv64 FCLASSD... |
commit | commitdiff | tree |
| 2025-11-04 |
Jes Cok | runtime: amend doc for setPinned |
commit | commitdiff | tree |
| 2025-11-04 |
Youlin Feng | cmd/compile/internal/ssa: more aggressive on dead auto... |
commit | commitdiff | tree |
| 2025-11-04 |
Ian Lance Taylor | cmd/cgo: drop pre-1.18 support |
commit | commitdiff | tree |
| 2025-11-04 |
Russ Cox | internal/strconv: handle %f with fixedFtoa when possible |
commit | commitdiff | tree |
| 2025-11-04 |
Russ Cox | cmd/compile: implement Avg64u, Hmul64, Hmul64u for... |
commit | commitdiff | tree |
| 2025-11-04 |
Alexander Musman | [dev.simd] simd/_gen: fix sorting ops slices |
commit | commitdiff | tree |
| 2025-11-04 |
Roland Shoemaker | encoding/pem: don't reslice in failure modes |
commit | commitdiff | tree |
| 2025-11-04 |
Russ Cox | internal/strconv: extract fixed-precision ftoa from... |
commit | commitdiff | tree |
| 2025-11-04 |
Russ Cox | internal/strconv: add tests and benchmarks for ftoaFixed |
commit | commitdiff | tree |
| next |