132 Commits
Author SHA1 Message Date
Luke Street 57dd0dc535 Add itoa crate and reduce allocations 2025-02-06 10:55:23 -07:00
Luke Street d8ccb2a4b2 Make crate no_std compatible 2025-02-04 23:14:59 -07:00
Markus Stange 8bf673ed63 chore: Release msvc-demangler version 0.10.1 2024-05-10 13:16:35 -04:00
Markus Stange a56f52388b Switch CI to main branch after rename. 2024-05-10 13:15:54 -04:00
Markus Stange d918e33a76 Add CI. 2024-05-10 11:54:30 -04:00
Markus Stange b29fab6a85 cargo clippy --fix 2024-05-10 11:54:30 -04:00
Markus Stange c9e0a5ec84 Use if let for non-looping while let. 2024-05-10 11:54:30 -04:00
Markus Stange 1435b205b5 Add newline at end-of-file. 2024-05-10 11:54:30 -04:00
0vercl0kandMarkus Stange fa9ac47499 Fix #17 by specifying that wrapping is OK when negating 0x8000_0000. 2024-05-10 10:03:10 -04:00
Markus Stange 206f4c1e5c Bump version as suggested by cargo semver-checks. 2024-02-07 16:00:28 -05:00
Gabriele SveltoandMarkus Stange bbdc714157 Switch to bitflags 2.x 2023-11-17 11:45:58 -05:00
Markus StangeandMarkus Stange 65a0ce35b5 0.9.0 2021-06-03 18:11:12 -04:00
Arpad BorsosandMarkus Stange 2ea4b1c903 fix: Parse MD5 mangled names
They are parsed correctly, but just returned as their mangled form.
2021-06-01 10:31:10 -04:00
Arpad BorsosandMarkus Stange 4e70e78f8a make clippy happy 2021-05-28 22:21:06 -04:00
Arpad BorsosandMarkus Stange 1dfb3d53cf fix: Support ?Q…@ productions
I *think* this is when you use a concrete class as an explicit interface,
similar to what `<Type as Trait>` is in Rust, though not quite sure.
2021-05-28 22:21:06 -04:00
Arpad BorsosandMarkus Stange f406647e57 fix: Correct typo revealed by Clippy
Looks like this was a typo in the original PR that introduced the flag, and it had the same value as `NO_CLASS_TYPE`
2021-05-07 15:38:00 -04:00
Arpad BorsosandJeff Muizelaar 1e3de0d59d fix: Make clippy happy 2020-11-20 08:28:41 -05:00
Markus StangeandGitHub 7a674092ce Merge pull request #58 from luser/inclusive-ranges
Fix warnings about deprecated inclusive range syntax
2020-04-22 14:54:28 -04:00
Ted Mielczarek 3cfa8cd0f6 Fix overeager find and replace usage 2020-04-22 14:06:53 -04:00
Ted Mielczarek dbcde048e5 Fix warnings about deprecated inclusive range syntax 2020-04-16 11:35:32 -04:00
Armin Ronacher 2cbbb1a205 0.8.0 2019-08-12 13:07:38 +02:00
Armin RonacherandGitHub 96be19019e Added aliases support and enabled more llvm tests (#56) 2019-07-18 21:21:13 +02:00
Armin RonacherandGitHub 00641e3639 Added int128/uint128 support (#55) 2019-07-18 00:49:34 +02:00
Armin RonacherandGitHub efe8c512f0 Keep track of ptr64 and add flag to print it (#53) 2019-07-17 23:41:17 +02:00
Armin RonacherandGitHub dec3096af1 Added backref tests and fixed some simple backref breakages (#52) 2019-07-17 23:21:21 +02:00