aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-03-01cmd/compile: combine some generic AMD64 simplificationsJakub Ciolek
2026-03-01math: add benchmark for float32/float64 conversionsMeng Zhuo
2026-03-01cmd/compile: (wasm) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (arm64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (amd64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: cleanup downward counting loop codeJorropo
2026-02-28cmd/internal/obj/loong64: change to get the opcodes of assembly instructions ...limeidan
2026-02-28runtime/cgo: build with C compiler option -std=gnu90Ian Lance Taylor
2026-02-28test: skip TestScanAllocIssue77573 with asan modeWang Deyu
2026-02-28runtime/cgo: add abi_riscv64.h for callee-saved register macrosGeorge Adams
2026-02-27cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0Jorropo
2026-02-27cmd/compile: test that time.Duration.String is inlineableDaniel Martí
2026-02-27cmd/compile: fix internal compiler error: bad write barrier typeFrancisco Ferraz
2026-02-27runtime: unified the calculate for max objects per spanTony
2026-02-27cmd/compile: use OpMove instead of memmove more on loong64Guoqi Chen
2026-02-27cmd/compile/internal/test: add benchmark for string comparison operand orderyongqijia
2026-02-27runtime/cgo: avoid unused parameter warningTamir Duberstein
2026-02-27runtime: on android/arm64, don't read outside 16-byte regionsKeith Randall
2026-02-27cmd/go/internal/doc: support @version suffix on first argumentIan Alexander
2026-02-27cmd/compile: gate instrumentEnterExit on NoRaceFunc checkDerek Parker
2026-02-27cmd/internal/obj: arm64 assembler support unshifted hi for large offsetsAlexander Musman
2026-02-27runtime: do signal stack clearing when parking MsDaniel Morsing
2026-02-27cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64limeidan
2026-02-26cmd/compile: fix bloop testKeith Randall
2026-02-26runtime: fix scan size calculation for small arrays of only pointersWang Deyu
2026-02-26os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-26crypto/internal/boring: replace slice growth loop with slices.GrowRuss Cox
2026-02-26cmd/compile: ternary rewrite of rewrite should skip, not panicDavid Chase
2026-02-26regexp: add BenchmarkFindAllTenMatchesRuss Cox
2026-02-26cmd/go: fix ignored error check when sanitizing SwigCXXFilesNeal Patel
2026-02-26builtin: incorporate all feedback into doc string for newRobert Griesemer
2026-02-25cmd/compile: treat all zero-sized values as SSA-ablekhr@golang.org
2026-02-25cmd/compile: handle zero-sized values more generallykhr@golang.org
2026-02-25reflect: fix support for iter with named boolean in Seq/Seq2qiulaidongfeng
2026-02-25Revert "cmd/compile: avoid panic in ternary rewrite on checked instructions"David Chase
2026-02-25Revert "test/simd: add test for issue 77582"Cherry Mui
2026-02-25cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrappedKeith Randall
2026-02-25test/simd: add test for issue 77582Eyalcfish
2026-02-25Revert "cmd/compile: add loclist for removed DCL nodes"Cherry Mui
2026-02-25cmd/go: use 'gcloud storage cp' instead of 'gsutil cp'Russ Cox
2026-02-24internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsAlex Brainman
2026-02-24cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extendedRongrong
2026-02-24reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloadsKeith Randall
2026-02-24internal/runtime/sys: only use speculation barrier for DIT on Apple SiliconRoland Shoemaker
2026-02-24cmd/asm/internal/asm/testdata: add SB testsRoland Shoemaker
2026-02-24cmd/compile: add loclist for removed DCL nodesDerek Parker
2026-02-24builtin: update new function commentSimon Li
2026-02-24log/slog: use B.Loop to simplify the codeapocelipes
2026-02-24runtime: simplify pprof labels in tracebacksDavid Finkel