aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-15cmd/compile: don't drop same register twicekhr@golang.org
2026-02-14cmd/compile: avoid folding 64-bit integers into 32-bit constantsYoulin Feng
2026-02-14cmd/internal/obj/loong64: improve ARNG type register name conversionGuoqi Chen
2026-02-14cmd/go: validate inferred module path for go mod initYanchen Chen
2026-02-13encoding/json/v2: allow streaming JSON methods to return errors.ErrUnsupportedJoe Tsai
2026-02-13cmd/go/internal/vcs: delete go-internal argument handling dead codeTony Tang
2026-02-13encoding/json/v2: remove SkipFunc sentinel errorJoe Tsai
2026-02-13cmd/go: document PATH behavior for `go run` and `go tool`Paschalis T
2026-02-13cmd/link: support PIE on linux/s390x without cgoGeorge Adams
2026-02-13encoding/json/v2: dual support errors.ErrUnsupported and SkipFuncJoe Tsai
2026-02-13doc: document the gotypesalias removalMateusz Poliwczak
2026-02-13runtime: delete deadcode in mheapTony Tang
2026-02-13net/netip: optimize Prefix.Stringdatabase64128
2026-02-13cmd/cover: exclude commented-out code from coverage instrumentationRudy Regazzoni
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-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