about summary refs log tree commit diff
path: root/compiler/rustc_driver/src/pretty.rs
AgeCommit message (Expand)AuthorLines
2021-03-27Remove (lots of) dead codeJoshua Nelson-11/+0
2021-03-12Run analyses before thir-tree dumpsÖmer Sinan Ağacan-23/+30
2021-03-11Add `-Z unpretty` flag for the THIRLeSeulArtichaut-0/+17
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-19/+29
2021-02-19A few more code cleanupsLeSeulArtichaut-34/+18
2021-02-19Cleanup `PpMode` and friendsLeSeulArtichaut-20/+18
2021-02-17Rollup merge of #82174 - est31:master, r=oli-obkGuillaume Gomez-11/+11
2021-02-16Replace File::create and write_all with fs::writeest31-11/+11
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-1/+1
2021-01-09Fix --pretty=expanded with --remap-path-prefixJeremy Fitzhardinge-2/+9
2020-11-15Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwcoJonas Schievink-2/+0
2020-11-13Clean up outdated `use_once_payload` pretty printer commentJ. Ryan Stinnett-3/+0
2020-11-13cleanup: Remove `ParseSess::injected_crate_name`Vadim Petrochenkov-2/+0
2020-08-30mv compiler to compiler/mark-0/+507