about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/pretty.rs
AgeCommit message (Expand)AuthorLines
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