rust/compiler/rustc_hir_analysis/src
2023-07-11 17:52:43 +08:00
..
astconv Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
check Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
coherence Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
collect Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
impl_wf_check remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
outlives remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
structured_errors Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
variance Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
autoderef.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
bounds.rs Fully fledged Clause type 2023-06-19 15:46:08 +00:00
check_unused.rs typeck in parallel 2023-07-11 17:52:43 +08:00
collect.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
constrained_generic_params.rs Migrate predicates_of and caller_bounds to Clause 2023-06-26 23:12:03 +00:00
errors.rs Require TAITs to be mentioned in the signatures of functions that register hidden types for them 2023-07-07 13:13:18 +00:00
hir_wf_check.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
impl_wf_check.rs Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
lib.rs typeck in parallel 2023-07-11 17:52:43 +08:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00