| 2025-11-20 |
Cherry Mui | cmd/internal/obj/x86: handle global reference in From3... |
commit | commitdiff | tree |
| 2025-11-20 |
Robert Griesemer | spec: adjust rule for type parameter on RHS of alias... |
commit | commitdiff | tree |
| 2025-11-20 |
Damien Neil | net/http: correctly close fake net.Conns |
commit | commitdiff | tree |
| 2025-11-20 |
khr@golang.org | cmd/compile: stack allocate backing stores during append |
commit | commitdiff | tree |
| 2025-11-20 |
Michael Pratt | runtime: select GC mark workers during start-the-world |
commit | commitdiff | tree |
| 2025-11-20 |
Michael Pratt | runtime: split findRunnableGCWorker in two |
commit | commitdiff | tree |
| 2025-11-20 |
Dmitri Shuralyov | go/version: use "custom" as an example of a version... |
commit | commitdiff | tree |
| 2025-11-20 |
Guoqi Chen | cmd/compile: Implement LoweredZeroLoop with LSX Instruc... |
commit | commitdiff | tree |
| 2025-11-20 |
Xiaolin Zhao | cmd/internal/obj/loong64: add MULW.D.W[U] instructions |
commit | commitdiff | tree |
| 2025-11-19 |
Filippo Valsorda | crypto: add Encapsulator and Decapsulator interfaces |
commit | commitdiff | tree |
| 2025-11-19 |
Filippo Valsorda | crypto/ecdh: add KeyExchanger interface |
commit | commitdiff | tree |
| 2025-11-19 |
Mark Freeman | go/types, types2: fix object path for grouped declarati... |
commit | commitdiff | tree |
| 2025-11-19 |
zigo101 | spec: escape double-ampersands |
commit | commitdiff | tree |
| 2025-11-19 |
Jorropo | cmd/compile: fix control flow for unsigned divisions... |
commit | commitdiff | tree |
| 2025-11-19 |
Jorropo | cmd/compile: cleanup useless if statement in prove |
commit | commitdiff | tree |
| 2025-11-19 |
Jorropo | test: go fmt prove.go tests |
commit | commitdiff | tree |
| 2025-11-19 |
Srinivas Pokala | math: switch s390x math.Pow to generic implementation |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | runtime: add dlog.hexdump |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | runtime: add hexdumper |
commit | commitdiff | tree |
| 2025-11-18 |
Nicholas S... | Revert "net/http: do not discard body content when... |
commit | commitdiff | tree |
| 2025-11-18 |
Keith Randall | cmd/compile: prefer fixed registers for values |
commit | commitdiff | tree |
| 2025-11-18 |
Keith Randall | cmd/compile: fold boolean NOT into branches |
commit | commitdiff | tree |
| 2025-11-18 |
Cherry Mui | cmd/link: align sections, not symbols after DWARF compress |
commit | commitdiff | tree |
| 2025-11-18 |
Youlin Feng | runtime: do not print recovered when double panic with... |
commit | commitdiff | tree |
| 2025-11-18 |
Joel Sing | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compres... |
commit | commitdiff | tree |
| 2025-11-18 |
Joel Sing | cmd/internal/sys,internal/goarch,runtime: enable the... |
commit | commitdiff | tree |
| 2025-11-18 |
WANG Xuerui | debug/elf: sync new loong64 relocation types up to... |
commit | commitdiff | tree |
| 2025-11-17 |
Keith Randall | cmd/compile: use 32x32->64 multiplies on arm64 |
commit | commitdiff | tree |
| 2025-11-17 |
Keith Randall | runtime: relax TestMemoryLimit on darwin a bit more |
commit | commitdiff | tree |
| 2025-11-17 |
Nick Ripley | runtime: clear frame pointer at thread entry points |
commit | commitdiff | tree |
| 2025-11-17 |
Michael Pratt | runtime: rename findrunnable references to findRunnable |
commit | commitdiff | tree |
| 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 |
| next |