aboutsummaryrefslogtreecommitdiff
path: root/src/fmt
AgeCommit message (Expand)Author
2014-12-22fmt: fix bug in scanning of hex stringsRob Pike
2014-10-29fmt: fix one-letter typo in doc.goRob Pike
2014-10-28fmt: fix documentation for %g and %GRob Pike
2014-10-03fmt: print &map like &slice and &structRob Pike
2014-10-03fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike
2014-10-02fmt: make the %#v verb a special flagRob Pike
2014-10-01fmt: fix internal unknownType functionRob Pike
2014-09-24fmt: document and fix the handling of precision for strings and byte slicesRob Pike
2014-09-22fmt: document that self-recursive data structures can be fatalRob Pike
2014-09-22fmt: make printing of ints 25-35% fasterRob Pike
2014-09-18fmt: fix allocation testsJosh Bleecher Snyder
2014-09-09fmt: fix allocation testRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox