rust/compiler/rustc_middle/src/ty
bors 385f8e2078 Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillot
Move `confused_type_with_std_module` to `ResolverOutputs`

This eliminates untracked global state from `Session`.
2021-09-07 05:28:53 +00:00
..
consts inline stuff 2021-08-26 11:14:31 +02:00
inhabitedness Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
print Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis 2021-08-26 22:26:23 +00:00
_match.rs Add variance-related information to lifetime error messages 2021-06-06 12:37:42 -05:00
adjustment.rs Add some backticks to the rustc_middle::ty::adjustment::Adjustment docs 2021-05-24 15:47:28 -07:00
adt.rs Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
assoc.rs handle the case when container is not impl 2021-08-13 09:28:50 +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 Fix typos “an”→“a” and a few different ones that appeared in the same search 2021-08-22 18:15:49 +02:00
codec.rs Remove unused arena macro args 2021-08-30 13:09:38 +02:00
consts.rs make unevaluated const substs optional 2021-08-26 11:00:30 +02:00
context.rs Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister 2021-09-06 23:58:16 +00:00
diagnostics.rs Do not discard ?Sized type params and suggest their removal 2021-07-30 08:44:31 -07:00
erase_regions.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00
error.rs Add ty::BoundConstness 2021-08-27 06:49:18 +00:00
fast_reject.rs Use rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the rustc_ast` ones in types 2021-01-18 21:09:23 +01:00
flags.rs review 2021-08-26 11:14:31 +02:00
fold.rs optimize HasTypeFlagsVisitor 2021-08-26 11:14:31 +02:00
generics.rs Do not suggest impl traits as type arguments 2021-08-03 20:05:50 +09:00
instance.rs Support forwarding caller location through trait object method call 2021-06-04 12:24:12 -05:00
layout.rs ty::layout: split LayoutOf into required and (blanket) provided halves. 2021-09-02 01:17:14 +03:00
list.rs Don't create references to uninitialized data in List::from_arena 2021-07-19 10:47:45 +02:00
mod.rs Move confused_type_with_std_module to ResolverOutputs 2021-09-06 11:20:59 -05:00
normalize_erasing_regions.rs Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs 2021-07-04 12:37:25 -04:00
outlives.rs add tcx to fn walk 2021-08-26 11:00:30 +02:00
query.rs Remove deadlock virtual call. 2021-07-18 11:14:08 +02:00
relate.rs rename const_evaluatable_checked to generic_const_exprs 2021-08-30 11:00:21 +02:00
structural_impls.rs Add ty::BoundConstness 2021-08-27 06:49:18 +00:00
sty.rs Add ty::BoundConstness 2021-08-27 06:49:18 +00:00
subst.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00
trait_def.rs Rename all_crate_nums query to crates and remove useless wrapper 2021-07-01 16:51:11 +02:00
util.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
vtable.rs Add comment and more tests. 2021-07-22 23:29:53 +08:00
walk.rs ignore const substs in implicit_infer 2021-08-26 11:00:30 +02:00