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
/
internal
/
bytealg
/
compare_generic.go
Age
Commit message (
Expand
)
Author
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-04-04
strings: intrinsify and optimize Compare
Emma Haruka Iwao
2022-05-17
internal/bytealg: support basic byte operation on loong64
Xiaodong Liu
2022-03-08
internal/bytealg: optimise compare on riscv64
Joel Sing
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-10-03
internal/bytealg: (re)adding mips64x compare implementation
Meng Zhuo
2019-09-26
Revert "internal/bytealg: add assembly implementation of Compare/CompareStrin...
Brad Fitzpatrick
2019-09-25
internal/bytealg: add assembly implementation of Compare/CompareString on mip...
Meng Zhuo
2018-11-08
strings,bytes: use inlineable function trampolines instead of linkname
Keith Randall
2018-05-08
internal/bytealg: add wasm architecture
Richard Musiol
2018-03-04
internal/bytealg: move compare functions to bytealg
Keith Randall