..
astconv
Move TyCtxt::mk_x to Ty::new_x where applicable
2023-07-05 20:27:07 +01:00
check
Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472
2023-07-07 15:42:29 +00:00
coherence
Move TyCtxt::mk_x to Ty::new_x where applicable
2023-07-05 20:27:07 +01:00
collect
Don't ICE in resolve_bound_vars when associated return-type bounds are in bad positions
2023-07-07 19:43:23 +00: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
rustc_typeck to rustc_hir_analysis
2022-09-27 10:37:23 +02:00