| 2026-02-02 |
qmuntal | internal/poll: consolidate cancelIO logic into waitIO |
commit | commitdiff | tree |
| 2026-02-02 |
Brad Fitzpatrick | net: don't wait 5 seconds to re-read /etc/resolv.conf |
commit | commitdiff | tree |
| 2026-02-02 |
Nicholas S... | net/http: try to drain response body upon closing for... |
commit | commitdiff | tree |
| 2026-02-02 |
Julian Zhu | crypto/sha1: use const table for key loading on loong64 |
commit | commitdiff | tree |
| 2026-01-31 |
Tony Tang | runtime: delete unused parameter of userForced |
commit | commitdiff | tree |
| 2026-01-30 |
thepudds | fmt: avoid storing input arguments on pp to help escape... |
commit | commitdiff | tree |
| 2026-01-30 |
Vasily Leonenko | runtime: align end of systemstack_switch prologue on... |
commit | commitdiff | tree |
| 2026-01-30 |
Paul Murphy | all: switch linux-ppc64 target to ELFv2 ABI |
commit | commitdiff | tree |
| 2026-01-30 |
Neal Patel | cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean... |
commit | commitdiff | tree |
| 2026-01-30 |
Xiaolin Zhao | test/codegen: add bitwise operation combination tests |
commit | commitdiff | tree |
| 2026-01-29 |
thepudds | cmd/compile/internal/bloop: avoid extraneous heap alloc... |
commit | commitdiff | tree |
| 2026-01-29 |
Ian Lance Taylor | cmd/link: put type:* at the start of the type descriptors |
commit | commitdiff | tree |
| 2026-01-29 |
Jonah Uellenberg | cmd/compile: make prove use non-equality in subtraction... |
commit | commitdiff | tree |
| 2026-01-29 |
Ian Lance Taylor | cmd/link: remove AIX special case for first type descriptor |
commit | commitdiff | tree |
| 2026-01-29 |
Mateusz Poliwczak | go/token: simplify fixOffset |
commit | commitdiff | tree |
| 2026-01-29 |
Ian Lance Taylor | cmd/link: adjust symkind comparisons in XCOFF code |
commit | commitdiff | tree |
| 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 |
| next |