1. f053741 Merge pull request #70 from Mark-Simulacrum/release by Mark Rousskov · 3 days ago main
  2. d43f6d5 0.1.24 release by Mark Rousskov · 3 days ago 0.1.24
  3. 0ad7b13 Always omit zero disambiguators on crate-roots. by Michael Woerister · 11 days ago
  4. af38dc6 0.1.23 release by Mark Rousskov · 1 year, 1 month ago 0.1.23
  5. 61c64c3 Merge pull request #63 from Mark-Simulacrum/direct-write by Alex Crichton · 1 year, 1 month ago
  6. 13be70d Directly write to output instead of local String buffer by Mark Rousskov · 1 year, 2 months ago
  7. 69fb82b Merge pull request #62 from Mark-Simulacrum/stream-api by Mark Rousskov · 1 year, 2 months ago 0.1.22
  8. 9cb4703 Bump to 0.1.22 by Mark Rousskov · 1 year, 2 months ago
  9. 6c371e0 Skip no-op replacement via try_demangle by Mark Rousskov · 1 year, 2 months ago
  10. ae66b3e Bump cargo-fuzz in CI by Mark Rousskov · 1 year, 2 months ago
  11. 332c4da Support searching for and demangling symbols by Mark Rousskov · 1 year, 2 months ago
  12. 2811a1a Bump to 0.1.21 by Alex Crichton · 2 years, 9 months ago 0.1.21
  13. 670f024 Merge pull request #55 from eddyb/const-values by Alex Crichton · 2 years, 9 months ago
  14. fd906f8 v0: demangle ADT const values. by Eduard-Mihai Burtescu · 2 years, 9 months ago
  15. 2327898 v0: demangle array and tuple const values. by Eduard-Mihai Burtescu · 2 years, 9 months ago
  16. 245357a v0: demangle `&` and `&mut` const values. by Eduard-Mihai Burtescu · 2 years, 9 months ago
  17. 3cf31b9 v0: demangle `str` const values using string literals. by Eduard-Mihai Burtescu · 2 years, 9 months ago
  18. ef26263 Merge pull request #56 from eddyb/const-value-prereqs by Alex Crichton · 2 years, 9 months ago
  19. 6b3c459 v0: don't use `fmt::Debug` for printing const `char`s. by Eduard-Mihai Burtescu · 2 years, 9 months ago
  20. a20a29a v0: add test showing a const `char` double-quote not being escaped. by Eduard-Mihai Burtescu · 2 years, 9 months ago
  21. e31ad72 v0: make `print_const` more self-contained, like `print_type`. by Eduard-Mihai Burtescu · 2 years, 10 months ago
  22. e8509eb v0: introduce `HexNibbles` abstraction for leaf const parsing. by Eduard-Mihai Burtescu · 2 years, 10 months ago
  23. 9d8a7d8 v0: only add types to consts as suffixes on integer literals. by Eduard-Mihai Burtescu · 2 years, 10 months ago
  24. ee8d0f0 v0: use a `t_const!` macro for const generics tests. by Eduard-Mihai Burtescu · 2 years, 10 months ago
  25. 023fc05 v0: split existing const generics feature tests to more clearly reflect history. by Eduard-Mihai Burtescu · 2 years, 10 months ago
  26. 8a39eeb Marginally improve v0 error granularity and testing. (#54) by Eduard-Mihai Burtescu · 2 years, 10 months ago
  27. d860281 v0: replace `skip_*` methods with `print_*` methods in a "skip printing" mode. (#53) by Eduard-Mihai Burtescu · 2 years, 10 months ago
  28. d7ea01a v0: don't ignore recursion limit failures from any `push_depth` calls. (#52) by Eduard-Mihai Burtescu · 2 years, 10 months ago
  29. cce8a07 v0: add missing matching `pop_depth` for `push_depth` in `skip_*`. (#51) by Eduard-Mihai Burtescu · 2 years, 10 months ago
  30. 59fa193 Create a size-limited `fmt::Formatter` outside of v0 for full limiting. (#50) by Eduard-Mihai Burtescu · 2 years, 10 months ago
  31. b1bbc0d Bump to 0.1.20 by Alex Crichton · 2 years, 11 months ago 0.1.20
  32. 98bbcff Apply the recursion limit to the parser instead of just to the printer. (#49) by Patrick Walton · 2 years, 11 months ago
  33. 8282f4b Bump to 0.1.19 by Alex Crichton · 3 years ago 0.1.19
  34. 4bf4f81 Limit recursion and output size (#48) by Alex Crichton · 3 years ago
  35. 0058a82 Upgrade to GitHub-native Dependabot (#46) by dependabot-preview[bot] · 3 years ago
  36. f540792 Fill in some C API metadata by Alex Crichton · 3 years, 3 months ago
  37. 8c70079 Bump to 0.1.18 by Alex Crichton · 3 years, 7 months ago 0.1.18
  38. 7d2f5a4 Print `char` using `{:?}` (#41) by varkor · 3 years, 7 months ago
  39. 5119b5f Bump to 0.1.17 by Alex Crichton · 3 years, 7 months ago 0.1.17
  40. 7551efa Elide the type when the const value is a placeholder `p` (#40) by varkor · 3 years, 7 months ago
  41. 6e407b5 Add support for `min_const_generics` constants (#39) by varkor · 3 years, 7 months ago
  42. c4e3ab0 Add some docs about the C API by Alex Crichton · 4 years, 5 months ago
  43. 1ccd9b4 C API wrapper (#14) by Torste Aikio · 4 years, 5 months ago
  44. b2f44f8 use if let and while let by Lzu Tao · 4 years, 7 months ago
  45. e9a47da apply some style fix from clippy by Lzu Tao · 4 years, 7 months ago
  46. 9a2ef96 replace try! with ? by Lzu Tao · 4 years, 7 months ago
  47. 6ee533b use cargo fix to automatically fix range pattern by Lzu Tao · 4 years, 7 months ago
  48. a7608b5 Fix publication of docs by Alex Crichton · 4 years, 8 months ago
  49. 2bf5575 Remove outdated badge from readme by Alex Crichton · 4 years, 8 months ago
  50. 987f9a0 Run `rustfmt` by Alex Crichton · 4 years, 8 months ago
  51. f4fdee0 Switch CI to Github Actions by Alex Crichton · 4 years, 8 months ago
  52. 23f1933 Bump to 0.1.16 by Alex Crichton · 4 years, 9 months ago 0.1.16
  53. 51cb6ea Merge pull request #30 from eddyb/trailing-dots by Alex Crichton · 4 years, 9 months ago
  54. c1eeee6 v0: also support preserving extra suffixes found after mangled symbol. by Eduard-Mihai Burtescu · 4 years, 9 months ago
  55. 23654c7 legacy: handle extra suffixes after parsing the _ZN...E part of the symbol name. by Eduard-Mihai Burtescu · 4 years, 9 months ago
  56. d0fc0e1 v0: port `demangle_thinlto` test from legacy. by Eduard-Mihai Burtescu · 4 years, 9 months ago
  57. 016ca6e Merge pull request #29 from eddyb/legacy-unescape by Alex Crichton · 4 years, 9 months ago
  58. c3c684e legacy: unescape all $u...$ that encode non-control Unicode codepoints. by Eduard-Mihai Burtescu · 4 years, 9 months ago
  59. de656cd Bump to 0.1.15 by Alex Crichton · 5 years ago 0.1.15
  60. 5d697bc Merge pull request #26 from eddyb/underscore-escaping by Alex Crichton · 5 years ago
  61. 9f43a30 v0: allow identifiers to start with a digit. by Eduard-Mihai Burtescu · 5 years ago
  62. f25ca9c Bump to 0.1.14 by Alex Crichton · 5 years ago 0.1.14
  63. 1c50dca Merge pull request #23 from eddyb/master by Alex Crichton · 5 years ago
  64. 843e551 v0: add exponential explosion test. by Eduard-Mihai Burtescu · 5 years ago
  65. ab31267 v0: add (handwritten) const generics test. by Eduard-Mihai Burtescu · 5 years ago
  66. d294ebf Add demangling implementation for the new mangling scheme. by Eduard-Mihai Burtescu · 5 years ago
  67. 84f8a4a Move current implementation into `legacy` module. by Eduard-Mihai Burtescu · 5 years ago
  68. 8eacfc9 Update travis config by Alex Crichton · 5 years ago
  69. 3157513 Bump to 0.1.13 by Alex Crichton · 5 years ago
  70. 9db57ec Bump to 0.1.12 by Alex Crichton · 5 years ago 0.1.12
  71. 666ba7f Add support for demangling `!` by Alex Crichton · 5 years ago
  72. 6cee293 Bump to 0.1.11 by Alex Crichton · 5 years ago
  73. 609738f Bump to 0.1.10 by Alex Crichton · 5 years ago 0.1.10
  74. d74ae4b Add compatibility to be included in libstd by Alex Crichton · 5 years ago
  75. 701ebf1 Bump to 0.1.9 by Alex Crichton · 6 years ago 0.1.9
  76. 689136e Merge pull request #19 from sfackler/fix-projections by Alex Crichton · 6 years ago
  77. 91300b1 Handle mangled `=`s by Steven Fackler · 6 years ago
  78. 7f216c0 Improve strictness of assertions in tests by Alex Crichton · 6 years ago
  79. 04806aa Display unmangled symbol in `Display` if not valid by Alex Crichton · 6 years ago
  80. 8d2c735 Merge pull request #16 from shepmaster/dot-delimited-demangling by Alex Crichton · 6 years ago
  81. fcf9f7f Support demangling symbols with dot-delimited words at the end by Jake Goulding · 6 years ago
  82. 6c7afa8 Remove stray binary by Alex Crichton · 6 years ago
  83. 7a8b109 Update documentation by Jake Goulding · 6 years ago
  84. b0bead8 Bump to 0.1.8 by Alex Crichton · 6 years ago 0.1.8
  85. 46bf559 Update Cargo.toml doc url by Alex Crichton · 6 years ago
  86. d7c7de1 Update doc url by Alex Crichton · 6 years ago
  87. e7da369 Bump to 0.1.7 by Alex Crichton · 6 years ago 0.1.7
  88. 771d3b4 Handle @-symbols with ThinLTO symbols by Alex Crichton · 6 years ago
  89. cd264ca Bump to 0.1.6 by Alex Crichton · 6 years ago 0.1.6
  90. d1cf9fe Merge pull request #10 from AdamNiederer/patch-1 by Alex Crichton · 6 years ago
  91. 7ecd8ac This ain't Serde by Adam Niederer · 6 years ago
  92. 78501e1 Fix some panics uncovered via fuzzing by Alex Crichton · 6 years ago
  93. 48646c6 Demangle ThinLTO-generated symbols as well by Alex Crichton · 6 years ago
  94. 6c94e7f Clarify wording of license information in README. by Alex Crichton · 7 years ago
  95. c35232b Bump to 0.1.5 by Alex Crichton · 7 years ago 0.1.5
  96. db79cd5 Merge pull request #8 from m4b/master by Alex Crichton · 7 years ago
  97. afb0663 Fix osx demangling. ref m4b/bingrep#14 by m4b · 7 years ago
  98. 3ad87d4 Bump to 0.1.4 by Alex Crichton · 7 years ago 0.1.4
  99. 4f31c12 Add a standalone error type for try_demangle by Alex Crichton · 7 years ago
  100. 6dc0d20 Merge pull request #6 from fitzgen/try-demangle by Alex Crichton · 7 years ago