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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-14
bytes: shuffle implementation, making WriteByte 50% faster
Russ Cox
1
-37
/
+27
2010-03-30
single argument panic
Russ Cox
1
-1
/
+2
2010-03-26
bytes, strings: IndexOfAny
Robert Griesemer
2
-16
/
+69
2010-03-05
bufio: WriteRune
Rob Pike
1
-1
/
+1
2010-03-05
Add ReadRune and WriteRune to bytes.Buffer
Rob Pike
2
-6
/
+77
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
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
3
-4
/
+4
2010-01-02
Remove redundant size check in resize. Let callers worry about that and resiz...
Yongjian Xu
1
-5
/
+2
2009-12-19
new comments for bytes.NewBuffer and NewBufferString.
Rob Pike
1
-8
/
+12
2009-12-15
bytes, strings: add new function Fields
Andrey Mirtchovski
2
-0
/
+68
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
4
-348
/
+348
2009-12-14
When the buffer is empty, reset b.off to the beginning of the buffer
Rob Pike
1
-2
/
+20
2009-12-11
bytes, strings: allow -1 in Map to mean "drop this character".
Kei Son
2
-9
/
+25
2009-12-07
Remove copyBytes completely in favor of copy.
Christopher Wedgwood
1
-11
/
+2
2009-12-06
Make printing faster by avoiding mallocs and some other advances.
Rob Pike
1
-37
/
+37
2009-12-04
bytes: asm for bytes.IndexByte
Russ Cox
7
-1
/
+96
2009-12-04
avoid an allocation inside bytes.Buffer by providing a static array.
Rob Pike
1
-8
/
+4
2009-12-03
Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffe...
Rob Pike
2
-0
/
+77
2009-12-02
Runes: turn string into []int
Peter Froehlich
2
-0
/
+59
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
3
-9
/
+9
2009-11-18
add bytes.IndexByte; common case we can make fast later.
Rob Pike
2
-17
/
+69
2009-11-18
remove bytes.Copy
Rob Pike
3
-50
/
+7
2009-11-16
An asked-for-in #go-nuts extension to quickly create a repeated
David G. Andersen
2
-0
/
+40
2009-11-15
fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...
Rob Pike
2
-3
/
+29
2009-11-10
minor adjustments to package comments for better synopsis.
Robert Griesemer
1
-1
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
4
-41
/
+41
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
4
-78
/
+78
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
3
-33
/
+11
2009-11-04
gofmt-ify bytes
Robert Griesemer
2
-3
/
+4
2009-11-04
bytes.SplitAfter and strings.SplitAfter
Russ Cox
2
-5
/
+50
2009-10-31
return "<nil>" when calling String() on a nil bytes.Buffer.
Rob Pike
2
-1
/
+13
2009-10-27
files that are okay from the last gofmt round
Russ Cox
2
-13
/
+9
2009-10-21
fix typo/oversight: s/Title/ToTitle/. the comment was already correct
Rob Pike
1
-1
/
+1
2009-10-12
fix comment on strings.LastIndex.
Russ Cox
1
-0
/
+15
2009-10-08
more lgtm files from gofmt
Russ Cox
3
-93
/
+103
2009-10-06
another round of gofmt applications
Russ Cox
2
-70
/
+69
2009-09-22
restore the old algorithm. the new one is more memory efficient in large cases
Rob Pike
1
-262
/
+93
2009-09-21
move strings.Buffer into bytes
Rob Pike
2
-84
/
+361
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
2
-8
/
+14
2009-09-15
more "declared and not used".
Russ Cox
3
-9
/
+12
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-2
/
+2
2009-09-13
Add and AddByte
Rob Pike
2
-0
/
+83
2009-09-01
casing operations for byte arrays
Rob Pike
2
-1
/
+182
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
4
-61
/
+10
2009-06-29
delete io.ByteBuffer
Russ Cox
1
-9
/
+9
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
4
-10
/
+308
2009-06-24
Change strings.Split, bytes.Split to take a maximum substring count argument.
David Symonds
2
-36
/
+53
2009-06-24
make bytes.Copy both src- and dst- limited
Russ Cox
2
-12
/
+18
[next]