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