Age | Commit message (Expand) | Author | Files | Lines |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -1/+64 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -3/+81 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -224/+257 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 1 | -29/+34 |
2010-06-30 | bytes, strings: add Replace | Russ Cox | 1 | -0/+36 |
2010-06-14 | Add IndexFunc and LastIndexFunc. | Roger Peppe | 1 | -9/+110 |
2010-04-20 | strings: add ReadRune to Reader | Kyle Consalus | 1 | -0/+23 |
2010-04-19 | Added strings.FieldsFunc, a generalization of strings.Fields in style of the ... | Kyle Consalus | 1 | -0/+16 |
2010-04-09 | strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent... | Michael Hoisie | 1 | -1/+68 |
2010-03-30 | Unicode: provide an ability to supplement the case-mapping tables | Rob Pike | 1 | -0/+22 |
2010-03-26 | bytes, strings: IndexOfAny | Robert Griesemer | 1 | -3/+16 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 1 | -3/+3 |
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 | -80/+80 |
2009-12-11 | bytes, strings: allow -1 in Map to mean "drop this character". | Kei Son | 1 | -0/+13 |
2009-12-02 | Runes: turn string into []int | Peter Froehlich | 1 | -0/+45 |
2009-11-18 | add bytes.IndexByte; common case we can make fast later. | Rob Pike | 1 | -0/+9 |
2009-11-16 | An asked-for-in #go-nuts extension to quickly create a repeated | David G. Andersen | 1 | -0/+25 |
2009-11-15 | fix bug in bytes.Map and add test cases for Map in both strings and bytes pac... | Rob Pike | 1 | -0/+27 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -4/+4 |
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 | -15/+5 |
2009-11-05 | gofmt-ify strings, template | Robert Griesemer | 1 | -23/+19 |
2009-11-04 | bytes.SplitAfter and strings.SplitAfter | Russ Cox | 1 | -0/+30 |
2009-10-07 | apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc... | Russ Cox | 1 | -53/+61 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -4/+4 |
2009-09-01 | make ToUpper, ToLower etc. handle unicode properly. | Rob Pike | 1 | -12/+106 |
2009-08-31 | rearrange some constants. unicode package now defines MaxRune and Replacemen... | Rob Pike | 1 | -2/+3 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-06-24 | style police: parens in if, for, switch, range | Russ Cox | 1 | -2/+2 |
2009-06-24 | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds | 1 | -20/+25 |
2009-06-09 | Basic HTTP client. | Steve Newman | 1 | -0/+55 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+133 |