Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 10 | -0/+2336 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 10 | -2356/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 3 | -11/+38 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -2/+2 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 3 | -17/+18 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 2 | -16/+31 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 2 | -2/+56 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 6 | -376/+770 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 2 | -34/+46 |
2010-06-30 | bytes, strings: add Replace | Russ Cox | 2 | -0/+69 |
2010-06-21 | big, bytes: move assembly externs to separate file | Russ Cox | 3 | -3/+9 |
2010-06-15 | bytes.Buffer.ReadFrom: fix bug. | Rob Pike | 1 | -1/+1 |
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 1 | -2/+2 |
2010-05-18 | bytes: add Trim, TrimLeft, TrimRight, and generic functions | Michael Hoisie | 2 | -20/+134 |
2010-05-03 | bytes: Change IndexAny to look for UTF-8 encoded characters. | Rob Pike | 2 | -16/+41 |
2010-04-26 | bytes: add Next method to Buffer, simplify Read. | Russ Cox | 2 | -6/+47 |
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 |