about summary refs log tree commit diff
path: root/src/test/debuginfo/pretty-uninitialized-vec.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2020-07-19Add missing : after min-gdb-versionLzu Tao-1/+1
2020-06-09Implement new gdb/lldb pretty-printersortem-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.
2018-12-25Remove licensesMark Rousskov-10/+0
2016-07-04Use lazy iterator in vec/slice gdb pretty printersLoïc Damien-0/+36