rust/compiler/rustc_middle/src/ty
2023-11-05 21:51:47 +03:30
..
consts Get rid of 'tcx on ConstVid, EffectVid 2023-10-24 20:13:36 +00:00
context Don't leak the function that is called on drop 2023-05-23 14:53:36 +00:00
inhabitedness Adjust imports 2023-10-20 15:52:57 +00:00
print Some more coroutine renamings 2023-10-30 23:46:27 +00:00
_match.rs Rename both of the Match relations 2023-10-02 21:06:09 +00:00
abstract_const.rs Remove more unused Lift impls. 2023-09-18 09:37:10 +10:00
adjustment.rs Remove unused Lift derives. 2023-09-18 09:37:10 +10:00
adt.rs Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
assoc.rs use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
binding.rs Remove more unused Lift impls. 2023-09-18 09:37:10 +10: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 Enums in offset_of: update based on est31, scottmcm & llogiq review 2023-10-31 23:26:02 +00:00
consts.rs Get rid of 'tcx on ConstVid, EffectVid 2023-10-24 20:13:36 +00:00
context.rs Enums in offset_of: update based on est31, scottmcm & llogiq review 2023-10-31 23:26:02 +00:00
diagnostics.rs Fix incorrect trait bound restriction suggestion 2023-11-02 18:04:41 +00: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 Refactor away the need for some descr methods. 2023-10-25 16:40:32 +00:00
fast_reject.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
flags.rs Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINE 2023-10-26 15:18:50 +02:00
fold.rs Remove span from BrAnon. 2023-09-24 09:46:55 +00:00
generic_args.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
generics.rs Account for type param from other item in note_and_explain 2023-10-27 16:24:01 +00:00
impls_ty.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
instance.rs Make ty::print::Printer take &mut self instead of self 2023-10-21 11:33:05 +02:00
layout.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
list.rs Remove redundant type parameter 2023-10-23 16:02:05 -04:00
mod.rs Make the randomize feature of rustc_abi additive 2023-11-05 21:51:47 +03:30
normalize_erasing_regions.rs subst -> instantiate 2023-09-26 09:37:55 +02:00
opaque_types.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
parameterized.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
relate.rs s/generator/coroutine/ 2023-10-20 21:14:01 +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 Uplift Canonical to rustc_type_ir 2023-10-25 16:25:09 +00:00
sty.rs Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 2023-10-25 05:02:04 +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 Enums in offset_of: update based on est31, scottmcm & llogiq review 2023-10-31 23:26:02 +00:00
util.rs only erase param env regions where needed 2023-11-02 17:20:13 +01:00
visit.rs Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINE 2023-10-26 15:18:50 +02:00
vtable.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
walk.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00