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
/
pkg
/
bytes
/
bytes_test.go
Age
Commit message (
Expand
)
Author
2009-11-18
add bytes.IndexByte; common case we can make fast later.
Rob Pike
2009-11-18
remove bytes.Copy
Rob Pike
2009-11-16
An asked-for-in #go-nuts extension to quickly create a repeated
David G. Andersen
2009-11-15
fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...
Rob Pike
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-04
bytes.SplitAfter and strings.SplitAfter
Russ Cox
2009-10-27
files that are okay from the last gofmt round
Russ Cox
2009-10-08
more lgtm files from gofmt
Russ Cox
2009-09-15
more "declared and not used".
Russ Cox
2009-09-13
Add and AddByte
Rob Pike
2009-09-01
casing operations for byte arrays
Rob Pike
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
2009-06-24
Change strings.Split, bytes.Split to take a maximum substring count argument.
David Symonds
2009-06-24
make bytes.Copy both src- and dst- limited
Russ Cox
2009-06-09
mv src/lib to src/pkg
Rob Pike
[prev]