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
/
test
/
codegen
/
strings.go
Age
Commit message (
Expand
)
Author
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2025-11-13
test: fix tests to work with sizespecializedmalloc turned off
matloob@golang.org
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-09-09
cmd/compile/internal/ssa: expand runtime.memequal for length {3,5,6,7}
Youlin Feng
2025-09-05
cmd/compile: optimize loads from readonly globals into constants on loong64
Xiaolin Zhao
2024-09-10
cmd/compile: optimize []byte(string1 + string2)
Paschalis Tsilias
2023-07-26
cmd/compile: optimize s==s for strings
Keith Randall
2023-05-23
cmd/compile: avoid slicebytetostring call in len(string([]byte))
Cuong Manh Le
2022-08-23
cmd/compile/internal/ssa: optimize memory moving on arm64
eric fang
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2021-03-16
cmd/compile: loads from readonly globals into const for mips64x
Meng Zhuo
2019-08-28
cmd/compile: apply optimization for readonly globals on wasm
Agniva De Sarker
2018-10-30
cmd/compile: implement some moves using non-overlapping reads&writes
Keith Randall
2018-10-14
cmd/compile: optimize loads from readonly globals into constants
Keith Randall
2018-10-10
cmd/compile: make []byte("...") more efficient
Keith Randall
2018-05-06
cmd/compile: optimize len([]rune(string))
Martin Möhrmann