101 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 b29fab6a85 cargo clippy --fix 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
Gabriele SveltoandMarkus Stange bbdc714157 Switch to bitflags 2.x 2023-11-17 11:45:58 -05: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
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 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
Armin RonacherandGitHub cd81f81486 Add __pascal marker to output (#51) 2019-07-17 23:04:29 +02:00
Armin RonacherandGitHub 7034a4f996 Added support for local and thread local guard scopes (#50) 2019-07-17 16:10:29 +02:00
Armin RonacherandGitHub 2f05c5cdbc Error API Cleanup (#45) 2019-07-17 14:35:16 +02:00
Armin RonacherandGitHub 555468840b Fix invalid const qualifier binding (#48) 2019-07-16 10:33:44 +02:00
Armin RonacherandGitHub 9f59d0dc92 Support storage classes in function types (#46) 2019-07-15 17:12:38 +02:00
Armin Ronacher 619e5e65ed Added verbose mode to undname to support basic AST debugging 2019-07-15 15:29:39 +02:00
Armin Ronacher 520e28641a Added better debug print for name 2019-07-15 10:53:18 +02:00
Armin Ronacher 0ad994d1fe Added readme to repository 2019-07-14 21:21:18 +02:00
Armin RonacherandGitHub e5fb0d98b5 Improved travis check and reformat with cargo fmt (#43) 2019-07-14 21:11:05 +02:00