about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/pretty.rs
AgeCommit message (Expand)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-1/+1
2025-06-18Reduce uses of `hir_crate`.Camille GILLOT-1/+5
2025-04-30Change rustc_driver dependency on stable_mir crateCelina G. Val-1/+1
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-2/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-4/+3
2025-02-17Remove `TyCtxt::hir_krate`.Nicholas Nethercote-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+2
2025-02-03Use a different hir type for patterns in pattern types than we use in match p...Oli Scherer-0/+4
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Remove the `thir_{tree,flat}` hooks.Nicholas Nethercote-2/+3
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-7/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-08Use ensure for analysis callsbjorn3-1/+1
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-11Simplify some nested if statementsMichael Goulet-4/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2024-06-04Streamline `nested` calls.Nicholas Nethercote-8/+2
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-1/+1
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-1/+1
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-18/+1
2024-04-08Ensure we do not accidentally insert new early aborts in the analysis passesOli Scherer-2/+4
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-4/+2
2024-03-11Never bail out early while running all the type check queriesOli Scherer-2/+4
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-2/+2
2024-03-05Avoid using feed_unit_query from within queriesOli Scherer-2/+2
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-3/+3
2024-02-22Inline and remove `abort_on_err`.Nicholas Nethercote-4/+10
2023-12-19rename to verbose-internalsjyn-1/+1
2023-11-17change smir to StableMirOğuz Ağcayazı-1/+1
2023-11-17emit basic smirOğuz Ağcayazı-0/+6
2023-11-05Don't steal the parse query when using --prettybjorn3-1/+1
2023-10-13Split and rename the annotation structs.Nicholas Nethercote-27/+36
2023-10-13Make `needs_analysis` true for `PpHirMode::Typed`.Nicholas Nethercote-1/+0
2023-10-13Rename some `'hir` lifetimes as `'tcx`.Nicholas Nethercote-8/+8
2023-10-13Remove pretty-printing traits.Nicholas Nethercote-129/+52
2023-10-13Merge `print_*` functions.Nicholas Nethercote-68/+50
2023-10-13Simplify support traits.Nicholas Nethercote-68/+27
2023-10-13Remove unused `PrinterSupport::hir_map` method.Nicholas Nethercote-16/+0
2023-10-13Remove PpAstTreeMode.Nicholas Nethercote-3/+3
2023-10-13Remove an outdated comment.Nicholas Nethercote-4/+0
2023-10-13Remove unnecessary call to `call_with_pp_support_hir`.Nicholas Nethercote-4/+2
2023-10-13Rename some things.Nicholas Nethercote-35/+35
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-12/+1
2023-06-06Write to stdout if `-` is given as output fileJing Peng-3/+3
2023-04-20Remove WithOptconstParam.Camille GILLOT-12/+2
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-0/+522