rust/compiler/rustc_middle/src/ty
2022-11-27 07:19:30 +00:00
..
consts Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
inhabitedness Factor out conservative_is_privately_uninhabited 2022-11-20 19:04:11 -06:00
print Rename fn_trait_kind_from_{from_lang=>def_id} to better convey meaning 2022-11-27 07:14:49 +00:00
_match.rs Add an always-ambiguous predicate to make sure that we don't accidentlally allow trait resolution to prove false things during coherence 2022-11-21 16:35:04 +00:00
abstract_const.rs Make expand_abstract_consts infallible 2022-11-25 09:28:44 +00:00
adjustment.rs Simplify creation of AutoBorrowMutability 2022-11-23 20:39:16 +00:00
adt.rs move some layout logic to rustc_target::abi::layout 2022-11-24 16:26:12 +03:30
assoc.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
binding.rs Refactor and re-use BindingAnnotation 2022-09-02 12:55:05 -05:00
cast.rs Remove mir::CastKind::Misc 2022-10-06 15:32:41 +03:00
closure.rs micro doc fixes 2022-11-27 07:19:30 +00:00
codec.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
consts.rs deduplicate constant evaluation in cranelift backend 2022-11-19 14:08:12 +01:00
context.rs Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
diagnostics.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
erase_regions.rs mir constants: type traversing bye bye 2022-10-17 10:54:01 +02:00
error.rs Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr 2022-11-21 14:11:11 +01:00
fast_reject.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
flags.rs Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
fold.rs Add an optional Span to BrAnon and use it to print better error for HRTB error from generator interior 2022-11-07 17:39:29 -05:00
generics.rs remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
impls_ty.rs interpret: support for per-byte provenance 2022-11-06 14:17:10 +01:00
instance.rs Allow iterators instead of requiring slices that will get turned into iterators 2022-11-21 20:33:55 +00:00
layout.rs move some layout logic to rustc_target::abi::layout 2022-11-24 16:26:12 +03:30
list.rs add List::as_slice 2022-08-17 11:22:47 +02:00
mod.rs Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleading, r=fee1-dead 2022-11-26 17:47:24 +01:00
normalize_erasing_regions.rs mir constants: type traversing bye bye 2022-10-17 10:54:01 +02:00
opaque_types.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
parameterized.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
query.rs Unsupported query error now specifies if its unsupported for local or external crate 2022-11-24 19:05:17 +05:30
relate.rs Make expand_abstract_consts infallible 2022-11-25 09:28:44 +00:00
rvalue_scopes.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
structural_impls.rs Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
sty.rs micro doc fixes 2022-11-27 07:19:30 +00:00
subst.rs Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomez 2022-11-26 17:58:12 +00:00
trait_def.rs tracing::instrument cleanup 2022-09-01 14:54:27 +00:00
util.rs Rename normalize_opaque_types to reveal_opaque_types_in_bounds 2022-11-25 19:39:46 +00:00
visit.rs make error_reported check for delayed bugs 2022-11-24 11:12:46 +00:00
vtable.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
walk.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00