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