summaryrefslogtreecommitdiff
path: root/spew
AgeCommit message (Expand)Author
2014-01-08Add logic to deal with reflect pkg changes on tip.Dave Collins
2013-12-01tests: fix TestSortValues on 32-bits platformsPatrick Mezard
2013-11-16Add SortKeys option to doco for NewDefaultConfig.Dave Collins
2013-11-16Update README and doc.go with new SortKeys option.Dave Collins
2013-11-14Add additional tests for new sortValues code.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-14Update imports for previous.Dave Collins
2013-11-14Move TestSortValues to common_test.go.Dave Collins
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