aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-02-24cmd/compile: avoid panic in ternary rewrite on checked instructionsEyalcfish
2026-02-24os/signal: completely ignore bogus signalsMichael Pratt
2026-02-24log/syslog: document that this package no longer works after macOS 12.0Emmanuel T Odeke
2026-02-24internal/profile: fix error message casing for function ID not foundjjpinto
2026-02-24internal/runtime/sys: improve DIT assemblyRoland Shoemaker
2026-02-24internal/cpu,cmd/internal/obj/arm64: add SBRoland Shoemaker
2026-02-23runtime/cgo: fix setg_gcc call on aix/ppc64qmuntal
2026-02-23cmd/internal/obj/loong64: remove getting 32-bits address optab entrylimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVVF optab entries into ABSFlimeidan
2026-02-23cmd/internal/obj/loong64: merge moving data operations into one caselimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVD optab entries into MOVFlimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVWU optab entries into MOVBUlimeidan
2026-02-23runtime: printquoted: fix decoderune callDavid Finkel
2026-02-23cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64Xueqi Luo
2026-02-23runtime: printquoted: preserve bytes of invalid UTF-8 encodingsDavid Finkel