index
:
go.wit.com/dev/davecgh/spew.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spew
Age
Commit message (
Expand
)
Author
2014-01-08
Add logic to deal with reflect pkg changes on tip.
Dave Collins
2013-12-01
tests: fix TestSortValues on 32-bits platforms
Patrick Mezard
2013-11-16
Add SortKeys option to doco for NewDefaultConfig.
Dave Collins
2013-11-16
Update README and doc.go with new SortKeys option.
Dave Collins
2013-11-14
Add additional tests for new sortValues code.
Dave Collins
2013-11-14
Correct valuesSorter.Less function for uintptr.
Dave Collins
2013-11-14
Reorder Less function cases to consistent order.
Dave Collins
2013-11-14
Update imports for previous.
Dave Collins
2013-11-14
Move TestSortValues to common_test.go.
Dave Collins
2013-11-14
Reorganize the new map key sorting functionality.
Dave Collins
2013-11-14
Fix a few style issues pointed out by golint.
Dave Collins
2013-10-28
dump: make SortKeys default to string representation instead of nothing
Patrick Mezard
2013-10-27
config: add SortKeys option to sort native map keys before display
Patrick Mezard
2013-09-21
Add tests for recent cgo handling updates.
Dave Collins
2013-09-21
Add better support for dumping cgo char arrays.
Dave Collins
2013-09-09
Add tests for nil slice change.
Dave Collins
2013-09-09
Detect nil slices and print them as <nil>.
Dave Collins
2013-03-27
Add tests for packed nil interfaces.
Dave Collins
2013-03-27
Fix incorrect val display on packed nil interfaces.
Dave Collins
2013-03-11
Update docs for new Sdump function.
Dave Collins
2013-03-11
Add tests for new Sdump function.
Dave Collins
2013-03-11
Add support for Sdump.
Dave Collins
2013-03-08
Add byte slice to Dump example.
Dave Collins
2013-03-08
Update docs for new byte array and slice behavior.
Dave Collins
2013-03-08
Add tests for byte arrays and slices.
Dave Collins
2013-03-08
Dump byte arrays and slices like hexdump -C.
Dave Collins
2013-03-08
Modify printInt and printUint to accept base.
Dave Collins
2013-03-03
Add tests for new ContinueOnMethod option.
Dave Collins
2013-03-03
Cleanup documentation on new ContinueOnMethod code.
Dave Collins
2013-02-26
Re-added accidentally removed lines
Thomas NJ Shadwell
2013-02-26
revert previous mis-commits, add ability to allow deeper pretty-printing afte...
Thomas NJ Shadwell
2013-02-23
Add tests for new Sprint* family functions.
Dave Collins
2013-02-23
Add support Sprint* family of functions.
Dave Collins
2013-02-07
Fix a couple of comment typos.
Dave Collins
2013-02-03
Rename pad function to indent.
Dave Collins
2013-02-02
Update overview doc for correct verb/flag combos.
Dave Collins
2013-01-20
Add tests for unrecognized reflect values.
Dave Collins
2013-01-20
Consolidate tests for invalid reflect values.
Dave Collins
2013-01-20
Add tests for invalid reflect values.
Dave Collins
2013-01-20
Improve invalid reflect value handling.
Dave Collins
2013-01-20
Add tests for structs with multiple equiv fields.
Dave Collins
2013-01-20
Add dump test for max depth option.
Dave Collins
2013-01-20
Add test for max depth option.
Dave Collins
2013-01-20
Move spew tests init into its own function.
Dave Collins
2013-01-20
Add tests for disable method options.
Dave Collins
2013-01-20
Invoke String/Error methods on addressable vals.
Dave Collins
2013-01-20
Add ConfigState to spewTests.
Dave Collins
2013-01-20
Add tests for sub-interfaces.
Dave Collins
2013-01-20
Add formatter passthrough tests for non %v verbs.
Dave Collins
2013-01-20
Add tests for types with custom Error interface.
Dave Collins
[next]