summaryrefslogtreecommitdiff
path: root/spew/common.go
AgeCommit message (Expand)Author
2017-06-27correct misspell on spew/common.go#L183Bill Q
2016-10-29Update license copyright years.Dave Collins
2015-06-19Add support for limited mode without unsafe pkg.Dave Collins
2015-04-10Enable methods to sort map keys and spew itself as last resortTim Hockin
2015-02-23Add support for sorting keys that are arrays.Anaminus
2014-11-15Improve unsafe reflect value handling.Dave Collins
2014-10-24Add logic to deal with reflect pkg changes on tip.Dave Collins
2014-05-05Dump non-zero len and cap for applicable types.Josh Rickmar
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