| 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 |
| 2025-10-30 |
Russ Cox | runtime: delete timediv |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | strconv: remove arch-specific decision in formatBase10 |
commit | commitdiff | tree |
| 2025-10-30 |
Ian Lance Taylor | reflect: correct internal docs for uncommonType |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | cmd/compile/internal/ssa: model right shift more precisely |
commit | commitdiff | tree |
| 2025-10-30 |
Alexander F... | go/token: fix a typo in a comment |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | strconv: remove hand-written divide on 32-bit systems |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | cmd/compile: implement bits.Mul64 on 32-bit systems |
commit | commitdiff | tree |
| 2025-10-30 |
Boris Nagaev | crypto/internal/fips140/aes: fix CTR generator |
commit | commitdiff | tree |
| 2025-10-30 |
Robert Griesemer | go/types, types: proceed with correct (invalid) type... |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | strconv: remove &0xFF trick in formatBase10 |
commit | commitdiff | tree |
| 2025-10-30 |
Russ Cox | cmd/compile: make prove understand div, mod better |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | test/codegen: simplify asmcheck pattern matching |
commit | commitdiff | tree |
| 2025-10-29 |
Jes Cok | runtime: tweak example code for gorecover |
commit | commitdiff | tree |
| 2025-10-29 |
Filippo Valsorda | crypto/internal/fips140/bigmod: fix extendedGCD comment |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | runtime: use internal/strconv |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | internal/itoa, internal/runtime/strconv: delete |
commit | commitdiff | tree |
| 2025-10-29 |
Russ Cox | strconv: move all but Quote to internal/strconv |
commit | commitdiff | tree |
| 2025-10-28 |
Michael Pratt | internal/runtime/gc/scan: avoid memory destination... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: extend ppc64 MADDLD to match const ADDcons... |
commit | commitdiff | tree |
| 2025-10-28 |
Keith Randall | cmd/compile: name change isDirect -> isDirectAndComparable |
commit | commitdiff | tree |
| 2025-10-28 |
Keith Randall | cmd/compile: don't optimize away a panicing interface... |
commit | commitdiff | tree |
| 2025-10-28 |
Jorropo | cmd/compile: extend loong MOV*idx rules to match ADDshi... |
commit | commitdiff | tree |
| 2025-10-28 |
Ian Lance Taylor | runtime: define PanicBounds in funcdata.h |
commit | commitdiff | tree |
| 2025-10-28 |
Filippo Valsorda | crypto/internal/fips140test: collect 300M entropy sampl... |
commit | commitdiff | tree |
| next |