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