summaryrefslogtreecommitdiff
path: root/src/fmt
Commit message (Expand)AuthorAgeFilesLines
* fmt: fix one-letter typo in doc.goRob Pike2014-10-291-1/+1
* fmt: fix documentation for %g and %GRob Pike2014-10-281-2/+2
* fmt: print &map like &slice and &structRob Pike2014-10-033-3/+52
* fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike2014-10-033-154/+127
* fmt: make the %#v verb a special flagRob Pike2014-10-023-84/+196
* fmt: fix internal unknownType functionRob Pike2014-10-011-3/+3
* fmt: document and fix the handling of precision for strings and byte slicesRob Pike2014-09-243-8/+25
* fmt: document that self-recursive data structures can be fatalRob Pike2014-09-221-0/+4
* fmt: make printing of ints 25-35% fasterRob Pike2014-09-222-4/+47
* fmt: fix allocation testsJosh Bleecher Snyder2014-09-181-2/+2
* fmt: fix allocation testRob Pike2014-09-091-4/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+5380