rust/compiler/rustc_hir_analysis/src
bors a7aa20517c Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco
Migrate `rustc_hir_analysis` to session diagnostic [Part 4]

Part 4: Finishing `check/mod.rs` file

r? `@compiler-errors`
2023-04-25 13:45:20 +00:00
..
astconv Feed type_of query instead of using WithOptconstParam. 2023-04-20 17:13:39 +00:00
check Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco 2023-04-25 13:45:20 +00:00
coherence Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
collect Remove opt_const_param_of. 2023-04-20 17:48:52 +00:00
impl_wf_check region error cleanup 2023-04-12 10:24:36 +02:00
outlives Rename AliasEq -> AliasRelate 2023-03-23 05:56:40 +00:00
structured_errors Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00
variance Allow LocalDefId as the argument to def_path_str 2023-04-21 22:27:20 +00:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Fix typos in compiler 2023-04-10 22:02:52 +02:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Don't infer fn return type to return itself 2023-04-22 19:30:47 +00:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Migrate rustc_hir_analysis to session diagnostic 2023-04-21 23:50:03 +03:00
hir_wf_check.rs Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors 2023-03-22 05:33:18 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Leave it to the query system to invoke the typeck query instead of invoking it eagerly. 2023-04-21 22:12:45 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00