aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-06cmd/link: run ELF tests on SolarisIan Lance Taylor
2026-02-06cmd/link: only run ELF tests on ELF systemsIan Lance Taylor
2026-02-06net/url: add test case to ResolveReferencekami-sama
2026-02-06internal/bytealg: unexport {Last,}IndexRabinKarp helpersTobias Klauser
2026-02-06cmd/link: make TestTypePlacement work on AIXIan Lance Taylor
2026-02-06cmd/link: use correct alignment for type descriptors on AIXIan Lance Taylor
2026-02-06cmd/link: align covctrs symbolKeith Randall
2026-02-06net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponseDmitri Shuralyov
2026-02-06internal/poll: move isBlocking checks to inside execIOqmuntal
2026-02-06internal/poll: optimize socket completion modesqmuntal
2026-02-06internal/poll: make waitIO more idempontentqmuntal
2026-02-06database/sql: ensure Null* types have Valid=false when Scan returns errorRavi Sastry Kadali
2026-02-06simd/archsimd: correct algorithm name in SHA256 ops documentationTom Thorogood
2026-02-06cmd/compile: allow equal functions to perform unaligned load on loong64Guoqi Chen
2026-02-06os: support deleting inaccessible files in RemoveAllMichal Pristas
2026-02-06crypto/tls: fix broken link in KeyLogWriter documentationkovan
2026-02-06cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSPyongqijia
2026-02-06runtime: add explicit lower bounds check to decoderuneJonah Uellenberg
2026-02-06cmd/link: ignore GCC generated .wm4/.wm8 symbols with no typeIan Lance Taylor
2026-02-06cmd/link: correct error message in loadelf.LoadIan Lance Taylor
2026-02-06net/http: remove hasPort and simplify logicJorropo
2026-02-06simd/archsimd: remove BUG note about type parameterCuong Manh Le
2026-02-06cmd/compile: fix SIMD type parameter instantiationCuong Manh Le
2026-02-06log/slog: correct method names in MultiHandler docsRhys Hiltner
2026-02-06bufio: fix doc link to Reset methodMichal Bohuslávek
2026-02-06runtime: clarify g object vs stack memory lifetime in HACKING.mdkovan
2026-02-05crypto/tls: avoid data race when canceling a QUICConn's ContextDamien Neil
2026-02-05go/types, types2: mechanically swap x.mode() == invalid for !x.isValid()Mark Freeman
2026-02-05go/types, types2: mechanically swap x.mode_ = invalid for x.invalidate()Mark Freeman
2026-02-05go/types, types2: mechanically replace read accesses to operand.mode_Mark Freeman
2026-02-05go/types, types2: mechanically replace read accesses to operand.typ_Mark Freeman
2026-02-05go/types, types2: mechanically rename operand.mode to operand.mode_Mark Freeman
2026-02-05go/types, types2: mechanically rename operand.typ to operand.typ_Mark Freeman
2026-02-05cmd/compile: CSE loads across disjoint storesamusman
2026-02-05cmd/link: add more clang driver flags when testing flagCorentin Kerisit
2026-02-04cmd/compile: don't double-walk the map argument of clearKeith Randall
2026-02-04net/http: use SplitSeq in ParseCookieCarlo Alberto Ferraris
2026-02-04net/textproto: add Referer to commonHeaderguoguangwu
2026-02-04go/build: don't invoke go command when setting UseAllFilesAN Long
2026-02-04net/http/httptrace: compose ClientTrace without reflectRandy Reddig
2026-02-04internal/stringslite: remove duplicate code in IndexОлег Световидов
2026-02-04cmd/link: remove obsolete duffzero/duffcopy codeKeith Randall
2026-02-04cmd/go: fix pkg-config flag sanitizationRoland Shoemaker
2026-02-04internal/poll: unlock read lock if write lock fails in readWriteLockqmuntal
2026-02-04reflect, runtime: adjust user-created GCData on AIXIan Lance Taylor
2026-02-04cmd/cgo: use objdir consistently, create it as neededIan Lance Taylor
2026-02-04cmd/go: rewrite cgo names to "C." in compiler error messagesIan Lance Taylor
2026-02-03cmd/compile: add node collapse/expand to html ast outputDavid Chase
2026-02-03cmd/compile: enhance astdump flag to also generate HTMLDavid Chase
2026-02-03cmd/compile: add astdump debug flagDavid Chase