rust/compiler/rustc_middle/src/ty
2023-09-14 03:49:59 +00:00
..
consts restore the old logic adjusting ty::UnevaluatedConst before evaluation 2023-09-13 11:47:21 +02:00
context Don't leak the function that is called on drop 2023-05-23 14:53:36 +00:00
inhabitedness refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
print Disentangle Debug and Display for Ty. 2023-09-11 12:51:07 +10:00
_match.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
abstract_const.rs Make everything builtin! 2023-07-25 16:08:58 +00:00
adjustment.rs Rename adjustment::PointerCast and variants using it to PointerCoercion 2023-07-07 18:17:16 +02:00
adt.rs Store the laziness of type aliases in the DefKind 2023-08-07 15:54:31 +02:00
assoc.rs Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino 2023-07-14 19:33:29 +02:00
binding.rs Make everything builtin! 2023-07-25 16:08:58 +00:00
cast.rs Remove mir::CastKind::Misc 2022-10-06 15:32:41 +03:00
closure.rs Migrate a trait selection error to use diagnostic translation 2023-08-07 05:26:38 +00:00
codec.rs Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
consts.rs restore the old logic adjusting ty::UnevaluatedConst before evaluation 2023-09-13 11:47:21 +02:00
context.rs Use FreezeLock for CStore 2023-09-09 16:02:11 +02:00
diagnostics.rs instead of collecting newly formatted Strings into one String, only create a single String and write!() to it (clippy::format_collect) 2023-08-19 17:08:09 +02:00
erase_regions.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
error.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
fast_reject.rs add FIXME 2023-07-20 11:05:52 +02:00
flags.rs Properly consider binder vars in HasTypeFlagsVisitor 2023-09-14 03:49:59 +00:00
fold.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
generic_args.rs Disentangle Debug and Display for Ty. 2023-09-11 12:51:07 +10:00
generics.rs add is_host_effect to GenericParamDefKind::Const and address review 2023-09-11 13:18:36 +00:00
impls_ty.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
instance.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
layout.rs Don't ICE on layout computation failure 2023-08-28 12:40:39 -07:00
list.rs Add a new trait to Debug things with an infcx available 2023-07-06 11:36:39 +01:00
mod.rs Implement fallback for effect param 2023-09-10 07:48:47 +00:00
normalize_erasing_regions.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
opaque_types.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
parameterized.rs Use u64 for incr comp allocation offsets 2023-07-14 17:03:34 -04:00
relate.rs Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00
rvalue_scopes.rs Enable potential_query_instability lint in rustc_hir_typeck. 2023-07-14 10:10:14 +02:00
structural_impls.rs Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk 2023-09-11 17:03:31 +02:00
sty.rs Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk 2023-09-12 03:34:55 +00:00
trait_def.rs Point out if a local trait has no implementations 2023-09-10 21:20:36 +00:00
typeck_results.rs Disentangle Debug and Display for Ty. 2023-09-11 12:51:07 +10:00
util.rs Store the laziness of type aliases in the DefKind 2023-08-07 15:54:31 +02:00
visit.rs Properly consider binder vars in HasTypeFlagsVisitor 2023-09-14 03:49:59 +00:00
vtable.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
walk.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00