Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmt: fix one-letter typo in doc.go | Rob Pike | 2014-10-29 | 1 | -1/+1 |
* | fmt: fix documentation for %g and %G | Rob Pike | 2014-10-28 | 1 | -2/+2 |
* | fmt: print &map like &slice and &struct | Rob Pike | 2014-10-03 | 3 | -3/+52 |
* | fmt: part 2 of the great flag rebuild: make %+v work in formatters | Rob Pike | 2014-10-03 | 3 | -154/+127 |
* | fmt: make the %#v verb a special flag | Rob Pike | 2014-10-02 | 3 | -84/+196 |
* | fmt: fix internal unknownType function | Rob Pike | 2014-10-01 | 1 | -3/+3 |
* | fmt: document and fix the handling of precision for strings and byte slices | Rob Pike | 2014-09-24 | 3 | -8/+25 |
* | fmt: document that self-recursive data structures can be fatal | Rob Pike | 2014-09-22 | 1 | -0/+4 |
* | fmt: make printing of ints 25-35% faster | Rob Pike | 2014-09-22 | 2 | -4/+47 |
* | fmt: fix allocation tests | Josh Bleecher Snyder | 2014-09-18 | 1 | -2/+2 |
* | fmt: fix allocation test | Rob Pike | 2014-09-09 | 1 | -4/+7 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 8 | -0/+5380 |