rust/compiler/rustc_hir_analysis/src
2023-05-01 15:45:28 +00:00
..
astconv Simplify type_parameter_bounds_in_generics 2023-05-01 15:45:28 +00:00
check remove unused muts 2023-04-28 20:19:48 +02:00
coherence rename needs_subst to has_param 2023-04-27 08:35:19 +01:00
collect Simplify type_parameter_bounds_in_generics 2023-05-01 15:45:28 +00:00
impl_wf_check rename needs_infer to has_infer 2023-04-27 08:35:19 +01: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 Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=compiler-errors 2023-04-25 21:06:32 +02: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 Make some region folders a little stricter. 2023-04-26 10:14:16 +10:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Fix static string lints 2023-04-25 18:59:55 +01: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