| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-12 | fix string and tuple struct formatting | Walnut | -0/+1 | |
| 2025-01-10 | add alternate inner type lookup for vec/string for missing template args | Walnut | -2/+2 | |
| 2025-01-10 | add MSVC str providers | Walnut | -3/+6 | |
| 2025-01-10 | organize lldb_commands | Walnut | -25/+50 | |
| 2025-01-10 | add msvc enum providers | Walnut | -2/+4 | |
| 2025-01-10 | add MSVC slice providers | Walnut | -0/+2 | |
| 2025-01-10 | add MSVC tuple providers | Walnut | -1/+5 | |
| 2024-11-29 | add explicit synthetic lookup for tuples | Walnut | -0/+1 | |
| 2024-11-28 | force expanded formatting for non-synthetic types | Walnut | -0/+1 | |
| 2024-11-17 | restrict synthetic types to standard library types | Walnut | -1/+20 | |
| 2024-03-29 | Add rust-lldb pretty printing for Path and PathBuf | Nathan Henrie | -0/+3 | |
| Fixes https://github.com/rust-lang/rust/issues/120553 Fixes https://github.com/rust-lang/rust/issues/48462 | ||||
| 2024-03-14 | Fix `StdNonZeroNumberSummaryProvider`. | Markus Reiter | -1/+1 | |
| 2024-03-14 | Try fixing `debuginfo` test. | Markus Reiter | -1/+1 | |
| 2022-08-24 | Add GDB/LLDB pretty-printers for NonZero types | Artem Mukhin | -0/+1 | |
| 2021-07-03 | Support pretty printing slices using GDB | EFanZh | -2/+2 | |
| 2020-10-06 | Remove redundant backslashes from `lldb_commands` | ortem | -17/+17 | |
| 2020-08-28 | Fix loading pretty-printers in rust-lldb script | ortem | -1/+0 | |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -0/+19 | |
| Replace old GDB and LLDB pretty-printers with new ones which were originally written for IntelliJ Rust. New LLDB pretty-printers support synthetic children. New GDB/LLDB pretty-printers support all Rust types supported by old pretty-printers, and also support: Rc, Arc, Cell, Ref, RefCell, RefMut, HashMap, HashSet. | ||||
