summaryrefslogtreecommitdiff
path: root/spew
AgeCommit message (Expand)Author
2013-11-14Reorganize the new map key sorting functionality.Dave Collins
2013-11-14Fix a few style issues pointed out by golint.Dave Collins
2013-10-28dump: make SortKeys default to string representation instead of nothingPatrick Mezard
2013-10-27config: add SortKeys option to sort native map keys before displayPatrick Mezard
2013-09-21Add tests for recent cgo handling updates.Dave Collins
2013-09-21Add better support for dumping cgo char arrays.Dave Collins
2013-09-09Add tests for nil slice change.Dave Collins
2013-09-09Detect nil slices and print them as <nil>.Dave Collins
2013-03-27Add tests for packed nil interfaces.Dave Collins
2013-03-27Fix incorrect val display on packed nil interfaces.Dave Collins
2013-03-11Update docs for new Sdump function.Dave Collins
2013-03-11Add tests for new Sdump function.Dave Collins
2013-03-11Add support for Sdump.Dave Collins
2013-03-08Add byte slice to Dump example.Dave Collins
2013-03-08Update docs for new byte array and slice behavior.Dave Collins
2013-03-08Add tests for byte arrays and slices.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-03Add tests for new ContinueOnMethod option.Dave Collins
2013-03-03Cleanup documentation on new ContinueOnMethod code.Dave Collins
2013-02-26Re-added accidentally removed linesThomas NJ Shadwell
2013-02-26revert previous mis-commits, add ability to allow deeper pretty-printing afte...Thomas NJ Shadwell
2013-02-23Add tests for new Sprint* family functions.Dave Collins
2013-02-23Add support Sprint* family of functions.Dave Collins
2013-02-07Fix a couple of comment typos.Dave Collins
2013-02-03Rename pad function to indent.Dave Collins
2013-02-02Update overview doc for correct verb/flag combos.Dave Collins
2013-01-20Add tests for unrecognized reflect values.Dave Collins
2013-01-20Consolidate tests for invalid reflect values.Dave Collins
2013-01-20Add tests for invalid reflect values.Dave Collins
2013-01-20Improve invalid reflect value handling.Dave Collins
2013-01-20Add tests for structs with multiple equiv fields.Dave Collins
2013-01-20Add dump test for max depth option.Dave Collins
2013-01-20Add test for max depth option.Dave Collins
2013-01-20Move spew tests init into its own function.Dave Collins
2013-01-20Add tests for disable method options.Dave Collins
2013-01-20Invoke String/Error methods on addressable vals.Dave Collins
2013-01-20Add ConfigState to spewTests.Dave Collins
2013-01-20Add tests for sub-interfaces.Dave Collins
2013-01-20Add formatter passthrough tests for non %v verbs.Dave Collins
2013-01-20Add tests for types with custom Error interface.Dave Collins
2013-01-20Abstract common test types and functions.Dave Collins
2013-01-20Add tests for custom type that panics in Stringer.Dave Collins
2013-01-20Add tests for maps with multiple entries.Dave Collins
2013-01-19Make overview ConfigState options order consistent.Dave Collins
2013-01-19Move SpewState methods to ConfigState.Dave Collins
2013-01-18Add tests for public package and SpewState funcs.Dave Collins
2013-01-17Update test summaries.Dave Collins
2013-01-17Add dump tests for interface arrays and slices.Dave Collins
2013-01-17Add test for new %#v and %#+v Formatter flags.Dave Collins