rust/compiler/rustc_middle/src/ty
2022-03-31 18:33:46 +02:00
..
consts rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
inhabitedness Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
print Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors 2022-03-31 04:57:28 +02:00
_match.rs Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
adjustment.rs Remove in_band_lifetimes from rustc_middle 2021-12-15 19:50:43 -05:00
adt.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
assoc.rs Fix ret > 1 bound if shadowed by const 2022-02-03 15:17:51 +00:00
binding.rs words 2020-11-16 22:42:09 +01:00
cast.rs Use rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the rustc_ast` ones in types 2021-01-18 21:09:23 +01:00
closure.rs Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead 2022-03-12 07:02:05 +00:00
codec.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
consts.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
context.rs Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
diagnostics.rs Spellchecking compiler comments 2022-03-30 15:14:15 -04:00
erase_regions.rs initial revert 2022-01-15 01:16:55 +00:00
error.rs Support other types of pluralization in pluralize macro 2022-03-15 15:37:49 +01:00
fast_reject.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
flags.rs Remove opaque type obligation and just register opaque types as they are encountered. 2022-03-28 16:57:45 +00:00
fold.rs Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors 2022-03-31 00:26:29 +02:00
generics.rs reviews ish 2022-01-14 13:45:07 +00:00
impls_ty.rs rework implementation for inherent impls for builtin types 2022-03-30 11:23:58 +02:00
instance.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
layout.rs Spellchecking compiler comments 2022-03-30 15:14:15 -04:00
list.rs Improve the readability of List<T>. 2021-12-09 15:20:58 +11:00
mod.rs Merge impl_constness and is_const_fn_raw. 2022-03-31 18:33:46 +02:00
normalize_erasing_regions.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
query.rs Swap DtorckConstraint to DropckConstraint 2022-03-24 20:35:35 +01:00
relate.rs Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis 2022-03-25 09:09:48 +00:00
structural_impls.rs Remove opaque type obligation and just register opaque types as they are encountered. 2022-03-28 16:57:45 +00:00
sty.rs a few mode feedback fixes per @bjorn3 2022-03-30 17:28:19 -04:00
subst.rs resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
trait_def.rs Create trait_def table. 2022-03-31 18:14:54 +02:00
util.rs Remember mutability in DefKind::Static. 2022-03-29 18:50:52 +02:00
vtable.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
walk.rs use List<Ty<'tcx>> for tuples 2022-02-21 07:09:11 +01:00