about summary refs log tree commit diff
path: root/src/librustc_save_analysis/dumper.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-91/+0
2019-12-22Format the worldMark Rousskov-15/+10
2019-07-27Simplify SaveHandler traitMark Rousskov-2/+2
This extracts the core visiting logic
2019-07-27Store dumper directly in VisitorMark Rousskov-2/+2
2019-07-25Rename JsonDumper to DumperMark Rousskov-0/+96
The Dumper no longer has anything to do specifically with JSON, it merely represents processing into an `Analysis` output.