1
Fork 0
rust/compiler/rustc_hir_analysis/src
2023-07-07 02:29:57 +00:00
..
astconv Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
check Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
coherence Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
collect Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01: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 Remove variances_of on RPITIT gats, remove its one use-case 2023-07-07 02:29:57 +00: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 Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01: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 Lint now-unnecessary associated type bounds 2023-07-05 07:42:53 +00:00
hir_wf_check.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
impl_wf_check.rs Error on unconstrained lifetime in RPITIT 2023-06-14 05:20:31 +00:00
lib.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
structured_errors.rs