Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 5 | -34/+138 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 6 | -14/+62 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 2 | -3/+25 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 10 | -172/+1228 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -1/+0 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 9 | -212/+1124 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 4 | -0/+1615 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 4 | -1619/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 3 | -13/+39 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 2 | -23/+117 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -1/+1 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 2 | -22/+113 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 3 | -283/+358 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 2 | -36/+49 |
2010-06-30 | bytes, strings: add Replace | Russ Cox | 2 | -0/+84 |
2010-06-14 | Add IndexFunc and LastIndexFunc. | Roger Peppe | 2 | -36/+187 |
2010-05-05 | Conversion from loop to copy(). | Kyle Consalus | 1 | -3/+1 |
2010-04-20 | strings: add ReadRune to Reader | Kyle Consalus | 2 | -2/+48 |
2010-04-19 | Added strings.FieldsFunc, a generalization of strings.Fields in style of the ... | Kyle Consalus | 2 | -2/+25 |
2010-04-09 | strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent... | Michael Hoisie | 2 | -11/+139 |
2010-03-30 | Unicode: provide an ability to supplement the case-mapping tables | Rob Pike | 2 | -0/+40 |
2010-03-29 | strings.FIelds: slight simplification. | Rob Pike | 1 | -4/+5 |
2010-03-26 | bytes, strings: IndexOfAny | Robert Griesemer | 2 | -3/+31 |
2010-03-04 | strings: make Split(s, "", n) faster | Spring Mc | 1 | -17/+24 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 2 | -23/+3 |
2010-02-25 | strings: remove a couple of redundant tests | Robert Griesemer | 1 | -2/+4 |
2009-12-15 | bytes, strings: add new function Fields | Andrey Mirtchovski | 2 | -0/+64 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 3 | -172/+172 |
2009-12-11 | bytes, strings: allow -1 in Map to mean "drop this character". | Kei Son | 2 | -13/+29 |
2009-12-02 | Runes: turn string into []int | Peter Froehlich | 2 | -1/+57 |
2009-11-30 | Typo in comment. | Robert Griesemer | 1 | -1/+1 |
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 | 2 | -5/+5 |
2009-11-18 | add bytes.IndexByte; common case we can make fast later. | Rob Pike | 2 | -0/+27 |
2009-11-16 | An asked-for-in #go-nuts extension to quickly create a repeated | David G. Andersen | 2 | -0/+39 |
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 | 2 | -14/+14 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 3 | -41/+41 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 3 | -30/+10 |
2009-11-05 | gofmt-ify strings, template | Robert Griesemer | 2 | -60/+56 |
2009-11-04 | bytes.SplitAfter and strings.SplitAfter | Russ Cox | 2 | -5/+48 |
2009-10-12 | fix comment on strings.LastIndex. | Russ Cox | 3 | -1/+42 |
2009-10-10 | change Title to ToTitle for consistency. (the doc comment was already right) | Rob Pike | 1 | -1/+1 |
2009-10-07 | apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc... | Russ Cox | 1 | -53/+61 |
2009-09-21 | move strings.Buffer into bytes | Rob Pike | 3 | -575/+0 |
2009-09-21 | step 2 of the great buffer shift. | Rob Pike | 2 | -61/+273 |
2009-09-16 | first cut at a string buffer. | Rob Pike | 3 | -0/+363 |
2009-09-15 | more "declared and not used". | Russ Cox | 2 | -9/+11 |
2009-09-01 | casing operations for byte arrays | Rob Pike | 1 | -4/+4 |
2009-09-01 | make ToUpper, ToLower etc. handle unicode properly. | Rob Pike | 2 | -59/+174 |