rust/compiler/rustc_hir_analysis/src
2023-04-27 15:46:21 +00:00
..
astconv Feed type_of query instead of using WithOptconstParam. 2023-04-20 17:13:39 +00:00
check Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot 2023-04-25 02:33:25 +09:00
coherence Add a ConstParamTy trait 2023-04-27 15:46:21 +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 Add a ConstParamTy trait 2023-04-27 15:46:21 +00: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