rust/compiler/rustc_hir_analysis/src
Stuart Cook 133cec7363
Rollup merge of #139346 - compiler-errors:non-lifetime-binder-diag-hir-wf-check, r=oli-obk
Don't construct preds w escaping bound vars in `diagnostic_hir_wf_check`

See comment inline.

Fixes #139330

r? oli-obk
2025-04-08 20:55:07 +10:00
..
check Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk 2025-04-07 22:29:20 +10:00
coherence Decouple trait impls of different traits wrt incremental 2025-04-01 09:25:12 +00:00
collect Rollup merge of #139365 - Bryanskiy:leak-perf, r=lcnr 2025-04-07 22:29:19 +10:00
errors Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
hir_ty_lowering Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errors 2025-04-08 20:55:04 +10:00
impl_wf_check Fix a comment typo. 2025-01-31 08:28:14 +11:00
outlives Implement overflow for infinite implied lifetime bounds 2025-04-07 21:01:24 +00:00
variance Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
autoderef.rs Rename structurally_normalize to structurally_normalize_ty 2025-01-22 07:04:53 +00:00
check_unused.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
collect.rs remove compiler support for extern "rust-intrinsic" blocks 2025-04-06 21:32:58 +02:00
constrained_generic_params.rs Stop relying on rustc_type_ir in non-type-system crates 2025-03-15 06:42:48 +00:00
delegation.rs Stop relying on rustc_type_ir in non-type-system crates 2025-03-15 06:42:48 +00:00
errors.rs compiler: report error when trait object type param reference self 2025-04-03 17:35:51 +08:00
hir_wf_check.rs Don't construct preds w escaping bound vars in diagnostic_hir_wf_check 2025-04-04 21:09:32 +00:00
impl_wf_check.rs Rename tcx.ensure() to tcx.ensure_ok() 2025-02-01 12:38:54 +11:00
lib.rs Add RTN support to rustdoc 2025-03-15 18:13:27 +00:00