index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
bytes
/
bytes_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-03
bytes: Change IndexAny to look for UTF-8 encoded characters.
Rob Pike
1
-1
/
+10
2010-03-30
single argument panic
Russ Cox
1
-1
/
+2
2010-03-26
bytes, strings: IndexOfAny
Robert Griesemer
1
-16
/
+54
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-15
/
+14
2010-02-17
apply gofmt to src and misc
Robert Griesemer
1
-1
/
+1
2009-12-15
bytes, strings: add new function Fields
Andrey Mirtchovski
1
-0
/
+30
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-103
/
+103
2009-12-11
bytes, strings: allow -1 in Map to mean "drop this character".
Kei Son
1
-0
/
+13
2009-12-04
bytes: asm for bytes.IndexByte
Russ Cox
1
-0
/
+40
2009-12-02
Runes: turn string into []int
Peter Froehlich
1
-0
/
+46
2009-11-18
add bytes.IndexByte; common case we can make fast later.
Rob Pike
1
-17
/
+59
2009-11-18
remove bytes.Copy
Rob Pike
1
-30
/
+0
2009-11-16
An asked-for-in #go-nuts extension to quickly create a repeated
David G. Andersen
1
-0
/
+27
2009-11-15
fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...
Rob Pike
1
-0
/
+28
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-2
/
+2
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-18
/
+18
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-9
/
+3
2009-11-04
bytes.SplitAfter and strings.SplitAfter
Russ Cox
1
-0
/
+31
2009-10-27
files that are okay from the last gofmt round
Russ Cox
1
-10
/
+6
2009-10-08
more lgtm files from gofmt
Russ Cox
1
-72
/
+82
2009-09-15
more "declared and not used".
Russ Cox
1
-2
/
+2
2009-09-13
Add and AddByte
Rob Pike
1
-0
/
+41
2009-09-01
casing operations for byte arrays
Rob Pike
1
-0
/
+98
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
1
-3
/
+3
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-8
/
+8
2009-06-24
Change strings.Split, bytes.Split to take a maximum substring count argument.
David Symonds
1
-20
/
+26
2009-06-24
make bytes.Copy both src- and dst- limited
Russ Cox
1
-9
/
+11
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+157