rust/compiler/rustc_hir_analysis/src
Jacob Pratt d3a69636c9
Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr
Use `builtin_index` instead of hand-rolling it

Just using the dedicated method more
2025-05-29 04:49:42 +02:00
..
check Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr 2025-05-29 04:49:42 +02:00
coherence Some require_lang_item -> is_lang_item replacements 2025-05-13 08:46:10 +00:00
collect Rename unpack to kind 2025-05-27 11:14:45 +00:00
errors Don't compute name of associated item if it's an RPITIT 2025-04-20 16:08:39 +00:00
hir_ty_lowering Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease 2025-05-27 20:57:54 +02:00
impl_wf_check convert some GenericArg to Term 2025-04-26 02:05:31 +00:00
outlives Fix some var names 2025-05-27 11:14:47 +00:00
variance Fix some var names 2025-05-27 11:14:47 +00:00
autoderef.rs respect the tcx's recursion limit when peeling 2025-04-16 15:42:12 -07:00
check_unused.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
collect.rs Use more detailed spans in dyn compat errors within bodies 2025-05-27 08:18:11 +00:00
constrained_generic_params.rs Remove weak alias terminology 2025-04-24 11:59:20 +01:00
delegation.rs Stop relying on rustc_type_ir in non-type-system crates 2025-03-15 06:42:48 +00:00
errors.rs Fix typos 2025-05-12 17:20:49 +00: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 Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
lib.rs Always evaluate free lifetime-generic constants 2025-05-27 18:58:51 +02:00