| 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 |
| 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 |
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 |
| 2025-11-04 |
Russ Cox | internal/strconv: fix pow10 off-by-one in exponent... |
commit | commitdiff | tree |
| 2025-11-04 |
Guoqi Chen | cmd/internal/obj/loong64: using {xv,v}slli.d to perform... |
commit | commitdiff | tree |
| 2025-11-04 |
Guoqi Chen | cmd/internal/obj/loong64: add VPERMI.W, XVPERMI.{W... |
commit | commitdiff | tree |
| 2025-11-04 |
Russ Cox | runtime: avoid append in printint, printuint |
commit | commitdiff | tree |
| 2025-11-03 |
Michael Anthony... | runtime: allow Stack to traceback goroutines in syscall... |
commit | commitdiff | tree |
| 2025-11-03 |
Michael Anthony... | runtime: don't panic in castogscanstatus |
commit | commitdiff | tree |
| 2025-11-03 |
Ariel Otilibili | cmd/cgo: use the export'ed file/line in error messages |
commit | commitdiff | tree |
| 2025-11-03 |
Mateusz Poliwczak | cmd/go: link to go.dev/doc/godebug for removed GODEBUG... |
commit | commitdiff | tree |
| 2025-11-03 |
Daniel McCarney | crypto/tls: add BetterTLS test coverage |
commit | commitdiff | tree |
| 2025-11-03 |
Alexander Musman | cmd/internal/obj: support arm64 FMOVQ large offset... |
commit | commitdiff | tree |
| 2025-11-03 |
matloob@golang.org | cmd/go/testdata/script: loosen list_empty_importpath... |
commit | commitdiff | tree |
| 2025-11-03 |
Michael Anthony... | internal/runtime/cgobench: add cgo callback benchmark |
commit | commitdiff | tree |
| 2025-11-03 |
Ian Alexander | cmd/go: move functions to methods |
commit | commitdiff | tree |
| 2025-11-03 |
Ian Alexander | cmd/go: eliminate additional global variable |
commit | commitdiff | tree |
| 2025-11-03 |
qmuntal | cmd/go/internal/telemetrystats: count cgo usage |
commit | commitdiff | tree |
| 2025-11-03 |
Youlin Feng | runtime: update outdated comments for deferprocStack |
commit | commitdiff | tree |
| 2025-11-03 |
cuishuang | all: remove extra space in the comments |
commit | commitdiff | tree |
| 2025-11-03 |
Maxim Merzhanov | internal/profile: optimize Parse allocs |
commit | commitdiff | tree |
| 2025-11-03 |
Ilia Choly | bytes: add Buffer.Peek |
commit | commitdiff | tree |
| 2025-11-03 |
Youlin Feng | runtime: remove the pc field of _defer struct |
commit | commitdiff | tree |
| 2025-11-03 |
Filippo Valsorda | crypto/internal/constanttime: expose intrinsics to... |
commit | commitdiff | tree |
| 2025-11-02 |
David Finkel | cmd/go: skip git sha256 tests if git < 2.29 |
commit | commitdiff | tree |
| 2025-11-01 |
Nicholas S... | runtime: prevent time.Timer.Reset(0) from deadlocking... |
commit | commitdiff | tree |
| 2025-10-31 |
Sean Liao | cmd/go: document purego convention |
commit | commitdiff | tree |
| 2025-10-31 |
Lance Yang | runtime: avoid zeroing scavenged memory |
commit | commitdiff | tree |
| 2025-10-30 |
Michael Anthony... | runtime: prioritize panic output over racefini |
commit | commitdiff | tree |
| 2025-10-30 |
Michael Anthony... | runtime: optimistically CAS atomicstatus directly in... |
commit | commitdiff | tree |
| 2025-10-30 |
Michael Anthony... | runtime: don't track scheduling latency for _Grunning... |
commit | commitdiff | tree |
| 2025-10-30 |
Michael Anthony... | runtime: document tracer invariants explicitly |
commit | commitdiff | tree |
| 2025-10-30 |
Michael Anthony... | runtime: eliminate _Psyscall |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | strconv: delete divmod1e9 |
commit | commitdiff | tree |
| next |