Age | Commit message (Expand) | Author | Files | Lines |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -6/+20 |
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ý | 1 | -14/+4 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -95/+192 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 1 | -4/+12 |
2010-06-30 | bytes, strings: add Replace | Russ Cox | 1 | -0/+33 |
2010-06-21 | big, bytes: move assembly externs to separate file | Russ Cox | 1 | -3/+0 |
2010-05-18 | bytes: add Trim, TrimLeft, TrimRight, and generic functions | Michael Hoisie | 1 | -20/+65 |
2010-05-03 | bytes: Change IndexAny to look for UTF-8 encoded characters. | Rob Pike | 1 | -15/+31 |
2010-03-26 | bytes, strings: IndexOfAny | Robert Griesemer | 1 | -0/+15 |
2009-12-15 | bytes, strings: add new function Fields | Andrey Mirtchovski | 1 | -0/+38 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -100/+100 |
2009-12-11 | bytes, strings: allow -1 in Map to mean "drop this character". | Kei Son | 1 | -9/+12 |
2009-12-04 | bytes: asm for bytes.IndexByte | Russ Cox | 1 | -1/+3 |
2009-12-02 | Runes: turn string into []int | Peter Froehlich | 1 | -0/+13 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 1 | -4/+4 |
2009-11-18 | add bytes.IndexByte; common case we can make fast later. | Rob Pike | 1 | -0/+10 |
2009-11-18 | remove bytes.Copy | Rob Pike | 1 | -17/+3 |
2009-11-16 | An asked-for-in #go-nuts extension to quickly create a repeated | David G. Andersen | 1 | -0/+13 |
2009-11-15 | fix bug in bytes.Map and add test cases for Map in both strings and bytes pac... | Rob Pike | 1 | -3/+1 |
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 | 1 | -12/+12 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -32/+32 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -12/+4 |
2009-11-04 | gofmt-ify bytes | Robert Griesemer | 1 | -2/+3 |
2009-11-04 | bytes.SplitAfter and strings.SplitAfter | Russ Cox | 1 | -5/+19 |
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-06 | another round of gofmt applications | Russ Cox | 1 | -49/+48 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -6/+9 |
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 | 1 | -0/+42 |
2009-09-01 | casing operations for byte arrays | Rob Pike | 1 | -1/+84 |
2009-06-24 | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds | 1 | -16/+27 |
2009-06-24 | make bytes.Copy both src- and dst- limited | Russ Cox | 1 | -3/+7 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+164 |