| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -2/+2 | |
| 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. | ||||
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -2/+1 | |
| LLVM 8 was released on March 20, 2019, over a year ago. | ||||
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+1 | |
| 2019-08-27 | debuginfo: always include disambiguator in type names | Philip Craig | -2/+2 | |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -0/+55 | |
| Closure types have been moved to the namespace where they are defined, and both closure and generator type names now include the disambiguator. This fixes an exception when lldb prints nested closures. Fixes #57822 | ||||
