index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_driver
/
src
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-02
Rename rustc_driver to rustc_driver_impl
John Kåre Alsaker
-522
/
+0
2023-01-29
Rollup merge of #107006 - b-naber:thir-tree, r=jackh726
Matthias Krüger
-0
/
+15
2023-01-26
previous thir unpretty output through thir-flat
b-naber
-0
/
+15
2023-01-23
Prefer queries over Compiler methods
Oli Scherer
-3
/
+3
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-25
/
+14
2023-01-16
Group some commonly passed together values into a struct
Oli Scherer
-17
/
+11
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-0
/
+2
2022-08-30
add UI test for unpretty
yukang
-5
/
+5
2022-08-28
pretty printing give proper erro message without panic
yukang
-5
/
+9
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-1
/
+1
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-1
/
+1
2022-03-03
Remove the everybody loops pass
bjorn3
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2021-10-09
Stop referring to hir::Crate in hir_pretty.
Camille GILLOT
-10
/
+20
2021-10-04
Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisa
Jubilee
-2
/
+2
2021-10-02
Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot
bors
-3
/
+2
2021-10-02
Consistently use 'supertrait'.
Bruce Mitchener
-2
/
+2
2021-10-01
Fix clippy lints
Guillaume Gomez
-3
/
+2
2021-09-29
Move body_owners to tcx.hir().
Camille GILLOT
-1
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-1
/
+1
2021-07-24
Support -Z unpretty=thir-tree again
Smitty
-3
/
+13
2021-06-26
Use `Option::map()` instead of `if let`
Fabian Wolff
-10
/
+6
2021-06-26
Fix ICE with `-Zunpretty=hir,typed` when an expression occurs in a function s...
Fabian Wolff
-16
/
+18
2021-05-19
Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis
bors
-14
/
+2
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-14
/
+2
2021-05-12
Use () for analysis.
Camille GILLOT
-3
/
+2
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-11
/
+0
2021-03-12
Run analyses before thir-tree dumps
Ömer Sinan Ağacan
-23
/
+30
2021-03-11
Add `-Z unpretty` flag for the THIR
LeSeulArtichaut
-0
/
+17
2021-03-03
Add `-Z unpretty` flags for the AST
LeSeulArtichaut
-19
/
+29
2021-02-19
A few more code cleanups
LeSeulArtichaut
-34
/
+18
2021-02-19
Cleanup `PpMode` and friends
LeSeulArtichaut
-20
/
+18
2021-02-17
Rollup merge of #82174 - est31:master, r=oli-obk
Guillaume Gomez
-11
/
+11
2021-02-16
Replace File::create and write_all with fs::write
est31
-11
/
+11
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2021-01-09
Fix --pretty=expanded with --remap-path-prefix
Jeremy Fitzhardinge
-2
/
+9
2020-11-15
Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco
Jonas Schievink
-2
/
+0
2020-11-13
Clean up outdated `use_once_payload` pretty printer comment
J. Ryan Stinnett
-3
/
+0
2020-11-13
cleanup: Remove `ParseSess::injected_crate_name`
Vadim Petrochenkov
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+507