rust/compiler/rustc_hir_analysis/src
Matthias Krüger cc009bc536
Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot
Remove `expr_parentheses_needed` from `ParseSess`

Not sure why this method needed to exist on `ParseSess`, but we can achieve the same behavior by just inlining it everywhere.
2022-10-01 16:45:05 +02:00
..
astconv Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank 2022-10-01 10:44:25 +00:00
check Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot 2022-10-01 16:45:05 +02:00
coherence Refactor rustc lint API 2022-10-01 10:03:06 +00:00
collect Refactor rustc lint API 2022-10-01 10:03:06 +00:00
impl_wf_check rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
outlives rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
structured_errors rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
variance rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
bounds.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
check_unused.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
collect.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
constrained_generic_params.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
expr_use_visitor.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
hir_wf_check.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
impl_wf_check.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
lib.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
mem_categorization.rs Shrink hir::def::Res. 2022-09-29 08:44:52 +10:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00