summaryrefslogtreecommitdiff
path: root/src/fmt/print.go
Commit message (Expand)AuthorAgeFilesLines
...
* fmt: catch overflow in width and prec calculationsRob Pike2015-05-041-0/+3
* fmt: adjust formatting of invalid reflect.Value, add more testsRuss Cox2015-04-171-0/+2
* Revert "fmt: add a few more reflect.Value tests"Brad Fitzpatrick2015-04-161-2/+0
* fmt: add a few more reflect.Value testsRuss Cox2015-04-161-0/+2
* fmt: treat reflect.Value specially - as the value it holdsRob Pike2015-04-151-0/+2
* fmt: print &map like &slice and &structRob Pike2014-10-031-0/+4
* fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike2014-10-031-56/+55
* fmt: make the %#v verb a special flagRob Pike2014-10-021-79/+94
* fmt: fix internal unknownType functionRob Pike2014-10-011-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1205