| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: fix prints | Rob Pike | 2010-09-23 | 5 | -31/+31 |
* | strconv: fix comment for godoc | Robert Griesemer | 2010-08-31 | 1 | -5/+6 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 1 | -1/+1 |
* | strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). | Rob Pike | 2010-07-01 | 2 | -1/+6 |
* | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 2010-07-01 | 1 | -1/+1 |
* | strconv: fix %.1f, 0.09 | Rob Pike | 2010-06-29 | 3 | -6/+21 |
* | strconv: fix %.2g, 40 | Rob Pike | 2010-06-29 | 2 | -4/+21 |
* | strconv: add AtofN, FtoaN | Russ Cox | 2010-06-18 | 4 | -0/+47 |
* | Trivial optimization. | Kyle Consalus | 2010-05-18 | 1 | -6/+7 |
* | runtime, strconv: tiny cleanups | Russ Cox | 2010-05-03 | 1 | -12/+5 |
* | single argument panic | Russ Cox | 2010-03-30 | 1 | -1/+2 |
* | strconv.Unquote could wrongly return a nil error on error. | Roger Peppe | 2010-03-29 | 1 | -1/+1 |
* | Add strconv.Atob, Btoa. | Rob Pike | 2010-03-25 | 3 | -0/+85 |
* | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 2010-03-24 | 1 | -2/+2 |
* | go/printer, gofmt: align comments in multi-line expression lists | Robert Griesemer | 2010-02-25 | 1 | -25/+25 |
* | 1) Change default gofmt default settings for | Robert Griesemer | 2009-12-15 | 14 | -658/+658 |
* | remove uses of string concatenation from src and misc directory | Robert Griesemer | 2009-12-09 | 1 | -1/+1 |
* | Add benchmarks for commonly used routines. | Trevor Strohman | 2009-11-24 | 2 | -0/+48 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 1 | -2/+2 |
* | gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkg | Russ Cox | 2009-11-20 | 5 | -15/+15 |
* | remove bytes.Copy | Rob Pike | 2009-11-18 | 1 | -6/+4 |
* | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 2009-11-09 | 9 | -102/+102 |
* | remove semis after statements in one-statement statement lists | Robert Griesemer | 2009-11-09 | 13 | -197/+197 |
* | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 2009-11-06 | 5 | -36/+12 |
* | gofmt'ed more stragglers | Robert Griesemer | 2009-11-05 | 1 | -1/+1 |
* | gofmt-ify strconv | Robert Griesemer | 2009-11-04 | 6 | -76/+75 |
* | misc cleanup | Russ Cox | 2009-11-01 | 3 | -46/+41 |
* | files that are okay from the last gofmt round | Russ Cox | 2009-10-27 | 1 | -2/+2 |
* | correct a design flaw: Atoi etc should not guess the base. | Russ Cox | 2009-10-11 | 2 | -41/+113 |
* | more lgtm files from gofmt | Russ Cox | 2009-10-08 | 4 | -34/+34 |
* | apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc... | Russ Cox | 2009-10-07 | 12 | -454/+451 |
* | unused imports | Russ Cox | 2009-09-17 | 5 | -6/+0 |
* | more "declared and not used". | Russ Cox | 2009-09-15 | 1 | -2/+2 |
* | fix "declared and not used" errors in non-test code. | Russ Cox | 2009-09-14 | 1 | -1/+0 |
* | fmt: add verbs: | Russ Cox | 2009-08-31 | 1 | -10/+10 |
* | rearrange some constants. unicode package now defines MaxRune and Replacemen... | Rob Pike | 2009-08-31 | 1 | -1/+2 |
* | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 2009-08-27 | 1 | -1/+2 |
* | convert low-level (used by testing) packages to | Russ Cox | 2009-08-12 | 13 | -181/+110 |
* | add Uitoa etc. | Russ Cox | 2009-07-02 | 2 | -24/+104 |
* | fix atoi test | Russ Cox | 2009-07-02 | 2 | -17/+22 |
* | Change os.Error convention: | Russ Cox | 2009-06-25 | 5 | -51/+124 |
* | style police: parens in if, for, switch, range | Russ Cox | 2009-06-24 | 1 | -1/+1 |
* | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds | 2009-06-24 | 1 | -3/+3 |
* | publish strconv.UnquoteChar | Russ Cox | 2009-06-23 | 2 | -27/+61 |
* | introduce os.EOF and io.ErrUnexpectedEOF. | Russ Cox | 2009-06-22 | 1 | -1/+1 |
* | mv src/lib to src/pkg | Rob Pike | 2009-06-09 | 15 | -0/+2875 |