summaryrefslogtreecommitdiff
path: root/spew/common.go
AgeCommit message (Expand)Author
2014-01-08Add logic to deal with reflect pkg changes on tip.Dave Collins
2013-11-14Correct valuesSorter.Less function for uintptr.Dave Collins
2013-11-14Reorder Less function cases to consistent order.Dave Collins
2013-11-14Reorganize the new map key sorting functionality.Dave Collins
2013-03-08Dump byte arrays and slices like hexdump -C.Dave Collins
2013-03-08Modify printInt and printUint to accept base.Dave Collins
2013-03-03Cleanup documentation on new ContinueOnMethod code.Dave Collins
2013-02-26revert previous mis-commits, add ability to allow deeper pretty-printing afte...Thomas NJ Shadwell
2013-01-20Invoke String/Error methods on addressable vals.Dave Collins
2013-01-17Implement support for %#v and %#+v in Formatter.Dave Collins
2013-01-16Fix a comment and a apply few gofmt changes.Dave Collins
2013-01-14Use writer directly in formatter.Dave Collins
2013-01-10Add config pointers to format and dump states.Dave Collins
2013-01-08Initial implementation.Dave Collins