1. d8f796a travis: test against go 1.11 by David Hill · 6 years ago master
  2. 8991bc2 travis: test against go 1.10.x by David Hill · 6 years ago v1.1.1
  3. 87df7c6 simpler, more robust bypass by Roger Peppe · 6 years ago
  4. db69d09 vet: fix vet warnings by David Hill · 7 years ago
  5. ecdeabc Add Go tip to coverage matrix by Kevin Burke · 7 years ago
  6. dce690a Update tests for cgo changes to Go tip. by Dave Collins · 7 years ago
  7. a476722 travis: test against go 1.9 by David Hill · 7 years ago
  8. adab964 travis: test against 1.8.x by David Hill · 7 years ago
  9. 9fadf46 travis: Use gometalinter by David Hill · 8 years ago
  10. e250ec7 Fix 'and/or' in the ISC license text by Fabio Rapposelli · 7 years ago
  11. d0f88da Fix build, license, coverage, and godoc links by Andrew Keating · 7 years ago
  12. a174e30 Update common.go (#63) by wangkechun · 7 years ago
  13. 782f496 correct misspell on spew/common.go#L183 by Bill Q · 7 years ago
  14. 346938d Correct a copy of misspellings found by misspell. by Dave Collins · 8 years ago v1.1.0
  15. be602f8 Remove duplicate godoc badge. by Dave Collins · 8 years ago
  16. eec25ff Update badges in README.md to SVG. by Dave Collins · 8 years ago
  17. 8aeb47a Update license copyright years. by Dave Collins · 8 years ago
  18. bae5ef7 Update doc.go/README.md with new config options. by Dave Collins · 8 years ago
  19. 04cdfd4 Adds new config options: by Alexander Staubo · 8 years ago
  20. 6d21280 Deprecate "disableunsafe" tag in favor of "safe". by Dave Collins · 8 years ago
  21. 66f99a2 Disable unsafe for GopherJS compiler. by Jonathan Hall · 8 years ago
  22. 3838b68 Link missing blog post to web archive (fixes #46 and #41) by anatoly techtonik · 8 years ago
  23. 6cf5744 Update Travis to test multiple golang versions. by David Hill · 8 years ago v1.0.0
  24. f438166 Add license title. by Waldir Pimenta · 8 years ago
  25. 5215b55 Add logic to deal with reflect pkg changes on tip. by Dave Collins · 9 years ago
  26. 2df1748 Add support for limited mode without unsafe pkg. by Dave Collins · 9 years ago
  27. f9f629a Provide an example on how to debug a web app. by Jason Buberel · 9 years ago
  28. a6eef0c Removed spurious "spew". by Brian Dorsey · 9 years ago
  29. c15d848 Add import line to README.md quickstart by Brian Dorsey · 9 years ago
  30. 3e6e67c Enable methods to sort map keys and spew itself as last resort by Tim Hockin · 9 years ago
  31. fc32781 Add -u to the README installation instructions. by Dave Collins · 9 years ago
  32. a4b53de Add support for sorting keys that are arrays. by Anaminus · 9 years ago
  33. 1aaf839 make nil maps appear different than empty maps by deads2k · 10 years ago
  34. 83f84dc Improve unsafe reflect value handling. by Dave Collins · 10 years ago
  35. 1288542 Add logic to deal with reflect pkg changes on tip. by Dave Collins · 10 years ago
  36. 3fdaf5c Dump non-zero len and cap for applicable types. by Josh Rickmar · 10 years ago
  37. 9ed19f9 Point test coverage badge at master branch. by Dave Collins · 10 years ago
  38. 96dfb77 Configure TravisCI to test with testcgo tag. by Dave Collins · 10 years ago
  39. 4451e34 Add coveralls.io test coverage badge. by Dave Collins · 10 years ago
  40. 55afdd1 Don't change to spew dir before invoking goveralls. by Dave Collins · 10 years ago
  41. 053ad9b Correct TravisCI .yml file. by Dave Collins · 10 years ago
  42. 2d30de5 Configure TravisCI goveralls call correctly. by Dave Collins · 10 years ago
  43. 8ae4f25 Setup TravisCI to report cov stats to coveralls.io. by Dave Collins · 10 years ago
  44. 110c37a Update TravisCI to use Go 1.2. by Dave Collins · 10 years ago
  45. 65ca732 Add logic to deal with reflect pkg changes on tip. by Dave Collins · 11 years ago
  46. bde46cf Merge pull request #14 from pmezard/fix-sorting-test-on-32bits by Dave Collins · 11 years ago
  47. 264fa19 tests: fix TestSortValues on 32-bits platforms by Patrick Mezard · 11 years ago
  48. e762b3d Make build status badge only apply to master branch. by Dave Collins · 11 years ago
  49. 7b68a4a Add TravisCI build status badge to README.md. by Dave Collins · 11 years ago
  50. 4d8bf04 Require Go 1.1 for TravisCI. by Dave Collins · 11 years ago
  51. 67dc83c Add TravisCI support. by Dave Collins · 11 years ago
  52. 1a05ce8 Add SortKeys option to doco for NewDefaultConfig. by Dave Collins · 11 years ago
  53. b5585b0 Add godoc reference badge to README.md. by Dave Collins · 11 years ago
  54. 550ce83 Update README and doc.go with new SortKeys option. by Dave Collins · 11 years ago
  55. 92b7ef3 Add additional tests for new sortValues code. by Dave Collins · 11 years ago
  56. 3b4a205 Correct valuesSorter.Less function for uintptr. by Dave Collins · 11 years ago
  57. 67c401c Reorder Less function cases to consistent order. by Dave Collins · 11 years ago
  58. e0d93cd Update imports for previous. by Dave Collins · 11 years ago
  59. fab1d2b Move TestSortValues to common_test.go. by Dave Collins · 11 years ago
  60. de6d1a2 Reorganize the new map key sorting functionality. by Dave Collins · 11 years ago
  61. f0ba95e Fix a few style issues pointed out by golint. by Dave Collins · 11 years ago
  62. f13f098 Merge pull request #13 from pmezard/add-option-to-sort-map-keys by Dave Collins · 11 years ago
  63. 8e1b343 dump: make SortKeys default to string representation instead of nothing by Patrick Mezard · 11 years ago
  64. 1fdf49f config: add SortKeys option to sort native map keys before display by Patrick Mezard · 11 years ago
  65. 1fe9f5c Update test coverage for cgo handling updates. by Dave Collins · 11 years ago
  66. ee37a93 Add a script to generate test coverage report. by Dave Collins · 11 years ago
  67. 56a83c9 Add tests for recent cgo handling updates. by Dave Collins · 11 years ago
  68. a83f717 Add better support for dumping cgo char arrays. by Dave Collins · 11 years ago
  69. 800a0dd Update test coverage for nil slice change. by Dave Collins · 11 years ago
  70. 8f603f6 Add tests for nil slice change. by Dave Collins · 11 years ago
  71. 7ea732c Detect nil slices and print them as <nil>. by Dave Collins · 11 years ago
  72. dab6603 Update test coverage for packed nil iface fix. by Dave Collins · 11 years ago
  73. 3bcb067 Add tests for packed nil interfaces. by Dave Collins · 11 years ago
  74. 173295b Fix incorrect val display on packed nil interfaces. by Dave Collins · 11 years ago
  75. ff59042 Update README.md by Dave Collins · 11 years ago
  76. 691853c Update docs for new Sdump function. by Dave Collins · 11 years ago
  77. 7cfc3ff Update test coverage report for new Sdump func. by Dave Collins · 11 years ago
  78. 35ec079 Add tests for new Sdump function. by Dave Collins · 11 years ago
  79. 3a62f58 Add support for Sdump. by Dave Collins · 11 years ago
  80. 9b87fb3 Add byte slice to Dump example. by Dave Collins · 11 years ago
  81. 096da7a Update docs for new byte array and slice behavior. by Dave Collins · 11 years ago
  82. 534ad78 Update README.md by Dave Collins · 11 years ago
  83. 871cf12 Update test coverage for new hexdump behavior. by Dave Collins · 11 years ago
  84. 8fb5bf1 Add tests for byte arrays and slices. by Dave Collins · 11 years ago
  85. 70d8153 Dump byte arrays and slices like hexdump -C. by Dave Collins · 11 years ago
  86. 471552e Modify printInt and printUint to accept base. by Dave Collins · 11 years ago
  87. f92eb04 Update test coverage report for ContinueOnMethod. by Dave Collins · 11 years ago
  88. 5cc287d Add tests for new ContinueOnMethod option. by Dave Collins · 11 years ago
  89. 9dfc238 Cleanup documentation on new ContinueOnMethod code. by Dave Collins · 11 years ago
  90. 6d6046a Re-added accidentally removed lines by Thomas NJ Shadwell · 11 years ago
  91. f948516 revert previous mis-commits, add ability to allow deeper pretty-printing after an error or Stringer interface is encountered. by Thomas NJ Shadwell · 11 years ago
  92. 3e74359 Update test coverage report for Sprint* funcs. by Dave Collins · 11 years ago
  93. 803b199 Add tests for new Sprint* family functions. by Dave Collins · 11 years ago
  94. ce74710 Add support Sprint* family of functions. by Dave Collins · 11 years ago
  95. 17273f2 Fix a couple of comment typos. by Dave Collins · 11 years ago
  96. 9628950 Update test coverage report for pad func rename. by Dave Collins · 11 years ago
  97. 52f41f6 Rename pad function to indent. by Dave Collins · 11 years ago
  98. e183fe2 Update README.md by Dave Collins · 11 years ago
  99. 333c720 Update overview doc for correct verb/flag combos. by Dave Collins · 11 years ago
  100. 5cb4f84 Update README.md by Dave Collins · 12 years ago