aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-13runtime/cgo: deduplicate x_cgo_init and crosscall1qmuntal
2026-02-13runtime/cgo: deduplicate pthreads-related functionsqmuntal
2026-02-12encoding/json/v2: remove `unknown` tag option and DiscardUnknownMembersJoe Tsai
2026-02-12time: document that Parse does not support leap secondsSean Liao
2026-02-12time: document that LoadLocation creates new Location instancesSean Liao
2026-02-12cmd/go: do not collect build information for test packages when not neededPierre Gimalac
2026-02-12net: always set the servers field to defaultNSMateusz Poliwczak
2026-02-12cmd/go: fix panic in 'go run -C'Oleksandr Redko
2026-02-12reflect: add examples for Value.Fields and Value.Methodscuishuang
2026-02-12math/big: optimize the implementation of lshVU on loong64limeidan
2026-02-12cmd/go/internal/bug: sync go bug headings with GitHub formThanhNguyxn
2026-02-12cmd/compile: make the cached sdom always return the reverse PODaniel Morsing
2026-02-12cmd/go/internal/modindex: eliminate duplicated varsKir Kolyshkin
2026-02-12cmd/compile: fix slice bounds check elimination after function inliningYoulin Feng
2026-02-12cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulkMichael Podtserkovskii
2026-02-12crypto/tls: fix CurvePreferences commentSimon Deziel
2026-02-12cmd/compile: set alignment for all content-addressable symbolsIan Lance Taylor
2026-02-12cmd/compile: replace conditions to CCMP instructions on ARM64Ch1n-ch1nless
2026-02-12cmd/link: handle runtime.type based on size, not GOOSIan Lance Taylor
2026-02-11internal/poll: simplify IOCP association checksqmuntal
2026-02-11internal/poll: avoid race between execIO and DisassociateIOCPqmuntal
2026-02-11runtime: conservatively scan extended register stateAlexander Musman
2026-02-11cmd/link: correct libc dynamic linker pathMeng Zhuo
2026-02-10cmd/compile, runtime: set alignment of type descriptorsIan Lance Taylor
2026-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
2026-02-10runtime: put a bool in front of initialization-done channelIan Lance Taylor
2026-02-10cmd/compile: move likely used values into registers before entering loopKeith Randall
2026-02-10test/convert5: skip mipsleRongrong
2026-02-09crypto/sha1: provide optimised assembly for riscv64Julian Zhu
2026-02-09runtime/pprof: fix missing Profile docsAustin Clements
2026-02-09crypto/des: correct finalPermutation comment from 4-bit to 64-bitcuishuang
2026-02-09crypto/tls: update bogo versionRoland Shoemaker
2026-02-09runtime: add race instrumentation for moduleToTypelinksLockchressie
2026-02-07runtime: use unsafe.Slice in itabInitIan Lance Taylor
2026-02-07internal/abi, runtime: put type descriptor sizes in internal/abiIan Lance Taylor
2026-02-06runtime: simplify the implementation of walltime and nanotime1 on loong64Guoqi Chen
2026-02-06io/fs: document that Sub does not check for existenceSean Liao
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