| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-20 | Spelling tools/compiletest | Josh Soref | -1/+1 | |
| spelling: exactly spelling: synthetic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
| 2022-08-24 | Add GDB/LLDB pretty-printers for NonZero types | Artem Mukhin | -0/+3 | |
| 2020-09-08 | Implement HashSet in terms of hashbrown::HashSet | Matt Brubeck | -1/+1 | |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -0/+115 | |
| 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. | ||||
