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