index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-03-01
cmd/compile: combine some generic AMD64 simplifications
Jakub Ciolek
2026-03-01
math: add benchmark for float32/float64 conversions
Meng Zhuo
2026-03-01
cmd/compile: (wasm) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (arm64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (amd64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: cleanup downward counting loop code
Jorropo
2026-02-28
cmd/internal/obj/loong64: change to get the opcodes of assembly instructions ...
limeidan
2026-02-28
runtime/cgo: build with C compiler option -std=gnu90
Ian Lance Taylor
2026-02-28
test: skip TestScanAllocIssue77573 with asan mode
Wang Deyu
2026-02-28
runtime/cgo: add abi_riscv64.h for callee-saved register macros
George Adams
2026-02-27
cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0
Jorropo
2026-02-27
cmd/compile: test that time.Duration.String is inlineable
Daniel Martí
2026-02-27
cmd/compile: fix internal compiler error: bad write barrier type
Francisco Ferraz
2026-02-27
runtime: unified the calculate for max objects per span
Tony
2026-02-27
cmd/compile: use OpMove instead of memmove more on loong64
Guoqi Chen
2026-02-27
cmd/compile/internal/test: add benchmark for string comparison operand order
yongqijia
2026-02-27
runtime/cgo: avoid unused parameter warning
Tamir Duberstein
2026-02-27
runtime: on android/arm64, don't read outside 16-byte regions
Keith Randall
2026-02-27
cmd/go/internal/doc: support @version suffix on first argument
Ian Alexander
2026-02-27
cmd/compile: gate instrumentEnterExit on NoRaceFunc check
Derek Parker
2026-02-27
cmd/internal/obj: arm64 assembler support unshifted hi for large offsets
Alexander Musman
2026-02-27
runtime: do signal stack clearing when parking Ms
Daniel Morsing
2026-02-27
cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64
limeidan
2026-02-26
cmd/compile: fix bloop test
Keith Randall
2026-02-26
runtime: fix scan size calculation for small arrays of only pointers
Wang Deyu
2026-02-26
os: avoid escape from Root via ReadDir or Readdir
Damien Neil
2026-02-26
crypto/internal/boring: replace slice growth loop with slices.Grow
Russ Cox
2026-02-26
cmd/compile: ternary rewrite of rewrite should skip, not panic
David Chase
2026-02-26
regexp: add BenchmarkFindAllTenMatches
Russ Cox
2026-02-26
cmd/go: fix ignored error check when sanitizing SwigCXXFiles
Neal Patel
2026-02-26
builtin: incorporate all feedback into doc string for new
Robert Griesemer
2026-02-25
cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-02-25
cmd/compile: handle zero-sized values more generally
khr@golang.org
2026-02-25
reflect: fix support for iter with named boolean in Seq/Seq2
qiulaidongfeng
2026-02-25
Revert "cmd/compile: avoid panic in ternary rewrite on checked instructions"
David Chase
2026-02-25
Revert "test/simd: add test for issue 77582"
Cherry Mui
2026-02-25
cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped
Keith Randall
2026-02-25
test/simd: add test for issue 77582
Eyalcfish
2026-02-25
Revert "cmd/compile: add loclist for removed DCL nodes"
Cherry Mui
2026-02-25
cmd/go: use 'gcloud storage cp' instead of 'gsutil cp'
Russ Cox
2026-02-24
internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
Alex Brainman
2026-02-24
cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extended
Rongrong
2026-02-24
reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloads
Keith Randall
2026-02-24
internal/runtime/sys: only use speculation barrier for DIT on Apple Silicon
Roland Shoemaker
2026-02-24
cmd/asm/internal/asm/testdata: add SB tests
Roland Shoemaker
2026-02-24
cmd/compile: add loclist for removed DCL nodes
Derek Parker
2026-02-24
builtin: update new function comment
Simon Li
2026-02-24
log/slog: use B.Loop to simplify the code
apocelipes
2026-02-24
runtime: simplify pprof labels in tracebacks
David Finkel
[prev]
[next]