| 2025-11-17 |
Alan Donovan | go/ast: fix BasicLit.End position for raw strings conta... |
commit | commitdiff | tree |
| 2025-11-17 |
Filippo Valsorda | crypto/mlkem: avoid a few unnecessary inverse NTT calls |
commit | commitdiff | tree |
| 2025-11-17 |
Filippo Valsorda | crypto/mlkem/mlkemtest: add derandomized Encapsulate768... |
commit | commitdiff | tree |
| 2025-11-17 |
Keith Randall | cmd/compile: teach prove about subtract idioms |
commit | commitdiff | tree |
| 2025-11-17 |
Keith Randall | cmd/compile: clean up prove pass |
commit | commitdiff | tree |
| 2025-11-17 |
Alan Donovan | go/token: add (*File).End method |
commit | commitdiff | tree |
| 2025-11-17 |
Archana Ravindar | runtime: hoist invariant code out of heapBitsSmallForAd... |
commit | commitdiff | tree |
| 2025-11-17 |
Jes Cok | internal/runtime/maps: update doc for table.Clear |
commit | commitdiff | tree |
| 2025-11-15 |
Filippo Valsorda | crypto/rsa: deprecate PKCS#1 v1.5 encryption |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Anthony... | runtime: usleep before stealing runnext only if not... |
commit | commitdiff | tree |
| 2025-11-14 |
Alan Donovan | cmd: update x/tools to 59ff18c |
commit | commitdiff | tree |
| 2025-11-14 |
thepudds | runtime: support runtime.freegc in size-specialized... |
commit | commitdiff | tree |
| 2025-11-14 |
David Finkel | cmd/go: tests: rename git-min-vers->git-sha256 |
commit | commitdiff | tree |
| 2025-11-14 |
Alan Donovan | std: fix printf("%q", int) mistakes |
commit | commitdiff | tree |
| 2025-11-14 |
thepudds | runtime: add more precise test of assist credit handlin... |
commit | commitdiff | tree |
| 2025-11-14 |
thepudds | runtime: add runtime.freegc to reduce GC work |
commit | commitdiff | tree |
| 2025-11-14 |
thepudds | runtime: set GOEXPERIMENT=runtimefreegc to disabled... |
commit | commitdiff | tree |
| 2025-11-14 |
thepudds | runtime: skip tests for GOEXPERIMENT=arenas that do... |
commit | commitdiff | tree |
| 2025-11-14 |
Nicholas S... | net/http: do not discard body content when closing... |
commit | commitdiff | tree |
| 2025-11-14 |
Keith Randall | cmd/compile: allow multi-field structs to be stored... |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Anthony... | runtime: put AddCleanup cleanup arguments in their... |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Anthony... | runtime: add AddCleanup benchmark |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Anthony... | runtime: ensure weak handles end up in their own allocation |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Anthony... | runtime: add debug mode to extend _Grunning-without... |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Anthony... | internal/runtime/cgobench: add Go function call benchma... |
commit | commitdiff | tree |
| 2025-11-14 |
Mark Ryan | doc, cmd/internal/obj/riscv: document the riscv64 assembler |
commit | commitdiff | tree |
| 2025-11-14 |
Mark Ryan | cmd/compile/internal: remove incorrect riscv64 SLTI... |
commit | commitdiff | tree |
| 2025-11-14 |
Meng Zhuo | cmd/compile: fold negation into multiplication |
commit | commitdiff | tree |
| 2025-11-14 |
Aaron Chen | bytes: fix panic in bytes.Buffer.Peek |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Munday | cmd/compile: optimize comparisons with single bit diffe... |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Munday | cmd/compile: remove unnecessary casts and types from... |
commit | commitdiff | tree |
| 2025-11-14 |
Mark Freeman | go/types, types2: swap object.color for Checker.objPathIdx |
commit | commitdiff | tree |
| 2025-11-14 |
matloob@golang.org | cmd/link/internal/ld: make runtime.buildVersion with... |
commit | commitdiff | tree |
| 2025-11-14 |
matloob@golang.org | test: fix tests to work with sizespecializedmalloc... |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Anthony... | cmd/trace: annotation proc start/stop with thread and... |
commit | commitdiff | tree |
| 2025-11-13 |
1911860538 | net/http: remove unused isLitOrSingle and isNotToken |
commit | commitdiff | tree |
| 2025-11-13 |
Russ Cox | cmd/go: fix flaky TestScript/mod_get_direct |
commit | commitdiff | tree |
| 2025-11-13 |
Peter Beard | net/http/cgi: accept INCLUDED as protocol for server... |
commit | commitdiff | tree |
| 2025-11-13 |
Mark Freeman | go/types: minor simplification |
commit | commitdiff | tree |
| 2025-11-13 |
Mark Freeman | go/types: generate cycles.go |
commit | commitdiff | tree |
| 2025-11-13 |
Mark Freeman | go/types, types2: rename definedType to declaredType... |
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 |
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 |
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 |
| next |