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
/
index
Age
Commit message (
Expand
)
Author
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-03-18
index/suffixarray: use built-in clear to simplify code
apocelipes
2023-10-13
index/suffixarray: add available godoc link
cui fliter
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-06
all: fix some typos
Dan Kortschak
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
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-02
all: update to use filepath.WalkDir instead of filepath.Walk
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-05-13
index/suffixarray: index 3-10X faster in half the memory
Russ Cox
2019-05-01
index/suffixarray: add 32-bit implementation
Russ Cox
2018-05-29
index/suffixarray: fix a typo mistake in comments
Zhou Peng
2016-08-21
index/suffixarray: add Lookup example
Konstantin Shaposhnikov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox