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
/
cmd
Age
Commit message (
Expand
)
Author
2026-03-06
cmd/compile: use the correct const when flagging indirect map elem types
Kirill Primak
2026-03-05
cmd/go/internal/vet: add missing newlines to log messages
Alan Donovan
2026-03-04
cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable types
Mateusz Poliwczak
2026-03-04
runtime, cmd/compile: use preemptible memclr for large pointer-free clears
“Muhammad
2026-03-04
cmd/go: update go help entries to focus on modules
Michael Matloob
2026-03-04
cmd/go: revert update default go directive in mod or work init
Michael Matloob
2026-03-04
cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin
George Adams
2026-03-02
cmd/compile: optimize sccp for faster convergence
Yi Yang
2026-03-02
cmd/compile, simd/archsimd: add VPSRL immeidate peepholes
Junyang Shao
2026-03-02
cmd/compile: add concurrency-ok property to some compiler debug flags
David Chase
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
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-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
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
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
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
cmd/compile: ternary rewrite of rewrite should skip, not panic
David Chase
2026-02-26
cmd/go: fix ignored error check when sanitizing SwigCXXFiles
Neal Patel
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
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
cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extended
Rongrong
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
cmd/compile: avoid panic in ternary rewrite on checked instructions
Eyalcfish
2026-02-24
internal/cpu,cmd/internal/obj/arm64: add SB
Roland Shoemaker
2026-02-23
cmd/internal/obj/loong64: remove getting 32-bits address optab entry
limeidan
2026-02-23
cmd/internal/obj/loong64: merge MOVVF optab entries into ABSF
limeidan
2026-02-23
cmd/internal/obj/loong64: merge moving data operations into one case
limeidan
2026-02-23
cmd/internal/obj/loong64: merge MOVD optab entries into MOVF
limeidan
2026-02-23
cmd/internal/obj/loong64: merge MOVWU optab entries into MOVBU
limeidan
2026-02-23
cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64
Xueqi Luo
2026-02-23
cmd/compile: fix a typo in startRegs drop condition
Alexander Musman
2026-02-23
cmd/internal/obj/loong64: rearrange optab entries
limeidan
[prev]
[next]