summaryrefslogtreecommitdiff
path: root/spew
AgeCommit message (Expand)Author
2024-01-14flatten pathsv1.1.3Jeff Carr
2024-01-14add commentsv1.1.2Jeff Carr
2024-01-14clean go modJeff Carr
2018-02-03simpler, more robust bypassRoger Peppe
2018-01-21vet: fix vet warningsDavid Hill
2017-10-03Update tests for cgo changes to Go tip.Dave Collins
2017-07-11travis: test against 1.8.xDavid Hill
2017-07-11travis: Use gometalinterDavid Hill
2017-06-27correct misspell on spew/common.go#L183Bill Q
2016-10-29Correct a copy of misspellings found by misspell.v1.1.0Dave Collins
2016-10-29Update license copyright years.Dave Collins
2016-10-29Update doc.go/README.md with new config options.Dave Collins
2016-10-28Adds new config options:Alexander Staubo
2016-09-07Deprecate "disableunsafe" tag in favor of "safe".Dave Collins
2016-09-07Disable unsafe for GopherJS compiler.Jonathan Hall
2016-08-16Update Travis to test multiple golang versions.v1.0.0David Hill
2015-11-05Add logic to deal with reflect pkg changes on tip.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
2015-01-19make nil maps appear different than empty mapsdeads2k
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-03-27Update TravisCI to use Go 1.2.Dave Collins
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