..
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
Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726
2023-10-25 05:02:04 +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
Uplift ClauseKind and PredicateKind
2023-10-20 17:14:49 -07:00
consts.rs
Get rid of 'tcx on ConstVid, EffectVid
2023-10-24 20:13:36 +00:00
context.rs
Rollup merge of #117008 - compiler-errors:canonical, r=lcnr
2023-10-25 23:37:10 +02:00
diagnostics.rs
s/Generator/Coroutine/
2023-10-20 21:10:38 +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
Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr
2023-10-26 10:57:21 +00:00
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
Add a IsIdentity extension trait for CanonicalUserType
2023-10-25 16:25:11 +00:00
util.rs
Rename CoroutineKind::Gen to ::Coroutine
2023-10-20 21:14:01 +00: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