about summary refs log tree commit diff
path: root/compiler/rustc_driver/src/pretty.rs
AgeCommit message (Expand)AuthorLines
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-522/+0
2023-01-29Rollup merge of #107006 - b-naber:thir-tree, r=jackh726Matthias Krüger-0/+15
2023-01-26previous thir unpretty output through thir-flatb-naber-0/+15
2023-01-23Prefer queries over Compiler methodsOli Scherer-3/+3
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-25/+14
2023-01-16Group some commonly passed together values into a structOli Scherer-17/+11
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-3/+3
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-0/+2
2022-08-30add UI test for unprettyyukang-5/+5
2022-08-28pretty printing give proper erro message without panicyukang-5/+9
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-03-03Remove the everybody loops passbjorn3-1/+1
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-2/+2
2021-10-09Stop referring to hir::Crate in hir_pretty.Camille GILLOT-10/+20
2021-10-04Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisaJubilee-2/+2
2021-10-02Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillotbors-3/+2
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-2/+2
2021-10-01Fix clippy lintsGuillaume Gomez-3/+2
2021-09-29Move body_owners to tcx.hir().Camille GILLOT-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-1/+1
2021-07-24Support -Z unpretty=thir-tree againSmitty-3/+13
2021-06-26Use `Option::map()` instead of `if let`Fabian Wolff-10/+6
2021-06-26Fix ICE with `-Zunpretty=hir,typed` when an expression occurs in a function s...Fabian Wolff-16/+18
2021-05-19Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakisbors-14/+2
2021-05-19Store THIR in `IndexVec`s instead of an `Arena`LeSeulArtichaut-14/+2
2021-05-12Use () for analysis.Camille GILLOT-3/+2
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