| 2026-01-29 |
Guoqi Chen | cmd/compile: update ABI document for loong64 |
commit | commitdiff | tree |
| 2026-01-29 |
Keith Randall | runtime: use smaller max align for arm32 |
commit | commitdiff | tree |
| 2026-01-29 |
Ian Lance Taylor | runtime, cmd/link: store type descriptor length, not end |
commit | commitdiff | tree |
| 2026-01-29 |
Mateusz Poliwczak | go/scanner: document implicit semicolon in multiline... |
commit | commitdiff | tree |
| 2026-01-29 |
Mateusz Poliwczak | go/parser: use (*Scanner).End instead of scannerhooks |
commit | commitdiff | tree |
| 2026-01-29 |
Mateusz Poliwczak | go/parser: use (*Scanner).End in error testing |
commit | commitdiff | tree |
| 2026-01-29 |
Mateusz Poliwczak | go/scanner: add End method to Scanner |
commit | commitdiff | tree |
| 2026-01-29 |
Xiaolin Zhao | math: optimize the floating-point pipeline on loong64 |
commit | commitdiff | tree |
| 2026-01-28 |
David Chase | simd/archsimd: add missing cpufeature to generated... |
commit | commitdiff | tree |
| 2026-01-28 |
Junyang Shao | cmd/compile, simd: capture VAES instructions and fix... |
commit | commitdiff | tree |
| 2026-01-28 |
Amol Yadav | runtime/metrics: fix panic in Read with empty slice |
commit | commitdiff | tree |
| 2026-01-28 |
Roland Shoemaker | crypto/tls: check verifiedChains roots when resuming... |
commit | commitdiff | tree |
| 2026-01-28 |
Roland Shoemaker | crypto/tls: add verifiedChains expiration checking... |
commit | commitdiff | tree |
| 2026-01-28 |
Roland Shoemaker | Revert "crypto/tls: don't copy auto-rotated session... |
commit | commitdiff | tree |
| 2026-01-28 |
Guoqi Chen | cmd/compile: simplify slice/array range loops on loong64 |
commit | commitdiff | tree |
| 2026-01-28 |
Xiaolin Zhao | cmd/compile: (loong64) optimize float32(abs|sqrt64... |
commit | commitdiff | tree |
| 2026-01-28 |
Xiaolin Zhao | cmd/compile: remove the NORconst op on mips{,64} |
commit | commitdiff | tree |
| 2026-01-27 |
Keith Randall | reflect: allow conversions between slices of named... |
commit | commitdiff | tree |
| 2026-01-27 |
Ian Lance Taylor | cmd/link, runtime: remove typelinks |
commit | commitdiff | tree |
| 2026-01-27 |
Ian Lance Taylor | os/exec: document blocking Stdin/Stdout/Stderr |
commit | commitdiff | tree |
| 2026-01-27 |
Ian Lance Taylor | cmd/link: remove unused symbol kind SFUNCTAB |
commit | commitdiff | tree |
| 2026-01-27 |
Neal Patel | simd/archsimd: fix typo in the SHA256Message1 documenta... |
commit | commitdiff | tree |
| 2026-01-27 |
Ian Lance Taylor | cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSize |
commit | commitdiff | tree |
| 2026-01-27 |
Mark Freeman | go/types, types2: rename Named.finite to Named.varSize |
commit | commitdiff | tree |
| 2026-01-27 |
Michael Pratt | internal/runtime/gc/scan: include package in expandAVX5... |
commit | commitdiff | tree |
| 2026-01-27 |
Michael Pratt | runtime: rename aeshashbody to runtime.aeshashbody |
commit | commitdiff | tree |
| 2026-01-27 |
Mark Freeman | go/types, types2: add check for map value completeness... |
commit | commitdiff | tree |
| 2026-01-27 |
Mark Freeman | go/types, types2: replace pendingType with completion... |
commit | commitdiff | tree |
| 2026-01-27 |
wangboyao | cmd/compile, runtime: avoid improper control transfer... |
commit | commitdiff | tree |
| 2026-01-27 |
Joel Sing | crypto/subtle: add vector implementation of xorBytes... |
commit | commitdiff | tree |
| 2026-01-27 |
fumiyanokesinn | cmd/compile/internal/reflectdata: fix divide by zero... |
commit | commitdiff | tree |
| 2026-01-26 |
Dmitri Shuralyov | doc/go1.27: document macOS requirements |
commit | commitdiff | tree |
| 2026-01-26 |
Dmitri Shuralyov | README.vendor: document release cycle considerations |
commit | commitdiff | tree |
| 2026-01-26 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
| 2026-01-26 |
khr@golang.org | internal/reflectlite: remove unused code |
commit | commitdiff | tree |
| 2026-01-26 |
Daniel Morsing | cmd/compile: reduce lock/scheduler contention |
commit | commitdiff | tree |
| 2026-01-26 |
Mateusz Poliwczak | go/scanner: clear all fields after Scanner reuse |
commit | commitdiff | tree |
| 2026-01-24 |
Keith Randall | cmd/compile: simplify AlgType usage |
commit | commitdiff | tree |
| 2026-01-24 |
Keith Randall | cmd/compile: simplify array parsing in equality signatures |
commit | commitdiff | tree |
| 2026-01-24 |
Keith Randall | cmd/compile: clean up eq and hash implementations |
commit | commitdiff | tree |
| 2026-01-24 |
Keith Randall | cmd/compile: use equality signatures in hash function... |
commit | commitdiff | tree |
| 2026-01-24 |
Keith Randall | cmd/compile: reorg equality functions a bit |
commit | commitdiff | tree |
| 2026-01-24 |
khr@golang.org | cmd/compile: redo how equality functions are generated |
commit | commitdiff | tree |
| 2026-01-24 |
David Symonds | encoding/json: fix typo in package doc. |
commit | commitdiff | tree |
| 2026-01-23 |
xieyuschen | cmd/compile: fix loopvar version detection with line... |
commit | commitdiff | tree |
| 2026-01-23 |
Gavin Lam | runtime: speed up cheaprand and cheaprand64 |
commit | commitdiff | tree |
| 2026-01-23 |
Jorropo | cmd/compile: on amd64 use 32bits copies for 64bits... |
commit | commitdiff | tree |
| 2026-01-23 |
Jorropo | cmd/compile: cleanup noLimit in prove |
commit | commitdiff | tree |
| 2026-01-23 |
Jorropo | cmd/compile: improve PopCount's limits modeling and... |
commit | commitdiff | tree |
| 2026-01-23 |
Jorropo | cmd/compile: add limits bruteforce tests for bitlen |
commit | commitdiff | tree |
| 2026-01-23 |
Jorropo | cmd/compile: improve Ctz's limits modeling and add... |
commit | commitdiff | tree |
| 2026-01-23 |
Jorropo | cmd/compile: cleanup isUnsignedPowerOfTwo |
commit | commitdiff | tree |
| 2026-01-23 |
Lin Lin | net: fix some ineffectual assignments reported by ineff... |
commit | commitdiff | tree |
| 2026-01-23 |
Nicholas S... | all: update vendored dependencies |
commit | commitdiff | tree |
| 2026-01-23 |
Michael Anthony... | internal/buildcfg: disable sizespecializedmalloc by... |
commit | commitdiff | tree |
| 2026-01-23 |
goto1134 | cmd/compile: fix typos in types2 api_test.go |
commit | commitdiff | tree |
| 2026-01-23 |
Josh Bleecher... | cmd/go/internal/vcs: support git worktrees |
commit | commitdiff | tree |
| 2026-01-23 |
Robert Griesemer | go/types, types: flip field/method selection logic... |
commit | commitdiff | tree |
| 2026-01-23 |
Xiaolin Zhao | cmd/compile: avoid extending when already sufficiently... |
commit | commitdiff | tree |
| 2026-01-23 |
mohanson | math/pow10: remove overlapping boundary (n=0) |
commit | commitdiff | tree |
| 2026-01-23 |
Ryan Diep | cmd/compile/internal/pgo: error parsing profile (for... |
commit | commitdiff | tree |
| 2026-01-23 |
Nick Ripley | runtime: remove logical stack sentinel for runtime... |
commit | commitdiff | tree |
| 2026-01-23 |
mohanson | math: use shared signMask constant |
commit | commitdiff | tree |
| 2026-01-23 |
Nick Ripley | runtime: remove unused mutexevent linkname |
commit | commitdiff | tree |
| 2026-01-23 |
Ian Lance Taylor | cmd/link: put type descriptors in .go.type section |
commit | commitdiff | tree |
| 2026-01-23 |
Robert Griesemer | go/types, types2: remove support for gotypesalias GODEB... |
commit | commitdiff | tree |
| 2026-01-22 |
Keith Randall | cmd/compile: ensure ops have the expected argument... |
commit | commitdiff | tree |
| 2026-01-22 |
Alexander Musman | cmd/compile: optimize small constant-sized MemEq |
commit | commitdiff | tree |
| 2026-01-22 |
khr@golang.org | encoding/json: remove unneeded unsafe import |
commit | commitdiff | tree |
| 2026-01-22 |
Nicholas S... | net/http: Add Server.DisableClientPriority field |
commit | commitdiff | tree |
| 2026-01-22 |
Russ Cox | all: update to Unicode 17 |
commit | commitdiff | tree |
| 2026-01-22 |
Bill Morgan | syscall: document Sendfile semantics |
commit | commitdiff | tree |
| 2026-01-22 |
Mark F | debug/elf: return FormatError when reading short files |
commit | commitdiff | tree |
| 2026-01-22 |
jjpinto | simd/archsimd/_gen/simdgen: fix typos in error messages |
commit | commitdiff | tree |
| 2026-01-22 |
jjpinto | test: use lower-case error message in heapsampling.go |
commit | commitdiff | tree |
| 2026-01-22 |
Cuong Manh Le | cmd/compile: speedup large init function compile time |
commit | commitdiff | tree |
| 2026-01-22 |
Gavin Lam | internal/runtime: remove math.Mul64 |
commit | commitdiff | tree |
| 2026-01-22 |
Tobias Klauser | syscall: return early on error in Recvmsg |
commit | commitdiff | tree |
| 2026-01-22 |
Guoqi Chen | cmd/compile: allow Bswap{64,32,16} on loong64 |
commit | commitdiff | tree |
| 2026-01-22 |
Josh Bleecher... | cmd/go/internal/vcs: use 0o for octal |
commit | commitdiff | tree |
| 2026-01-22 |
Neal Patel | cmd/cgo: add test for sanitizing smuggled doc comment... |
commit | commitdiff | tree |
| 2026-01-22 |
jiahua wang | strings: use bytealg.LastIndexRabinKarp on strings... |
commit | commitdiff | tree |
| 2026-01-22 |
1911860538 | net/http: use math/rand/v2 instead of math/rand |
commit | commitdiff | tree |
| 2026-01-22 |
Michael Pratt | runtime: guard unexpected return pc gp.m dereference |
commit | commitdiff | tree |
| 2026-01-22 |
Keith Randall | cmd/compile: reserve less memory for bitvectors |
commit | commitdiff | tree |
| 2026-01-22 |
Joe Tsai | encoding/json/v2: remove issue reference in Duration... |
commit | commitdiff | tree |
| 2026-01-22 |
Cuong Manh Le | cmd/compile: remove unnecessary code in keepAliveAt |
commit | commitdiff | tree |
| 2026-01-22 |
Cuong Manh Le | cmd/compile: fix mis-compilation for static array initi... |
commit | commitdiff | tree |
| 2026-01-22 |
Cuong Manh Le | cmd/compile: refactor preserveStmt |
commit | commitdiff | tree |
| 2026-01-22 |
Cuong Manh Le | cmd/compile: better name for BloopWalk |
commit | commitdiff | tree |
| 2026-01-22 |
Robert Griesemer | go/types, types2: better error when selecting field... |
commit | commitdiff | tree |
| 2026-01-21 |
Carlos Amedee | doc/next: initialize |
commit | commitdiff | tree |
| 2026-01-21 |
Carlos Amedee | internal/goversion: update Version to 1.27 |
commit | commitdiff | tree |
| 2026-01-21 |
Youlin Feng | runtime: remove the unused scanIdx from mspan |
commit | commitdiff | tree |
| 2026-01-20 |
Alan Donovan | cmd/compile/internal/staticinit: fix bug in global... |
commit | commitdiff | tree |
| 2026-01-20 |
Daniel Müllner | strconv: don't call internal Atoi twice in Atoi |
commit | commitdiff | tree |
| 2026-01-16 |
Michael Pratt | doc: fix urlmaxqueryparams typos |
commit | commitdiff | tree |
| 2026-01-15 |
Alan Donovan | go/types,cmd/compile/internal/types2: better diagnostic... |
commit | commitdiff | tree |
| 2026-01-15 |
Damien Neil | archive/zip: reduce CPU usage in index construction |
commit | commitdiff | tree |
| 2026-01-15 |
Damien Neil | net/url: add urlmaxqueryparams GODEBUG to limit the... |
commit | commitdiff | tree |
| next |