rust/compiler/rustc_middle/src/ty
Devin Ragotzy 2a042d6105 Filter unstable and doc hidden variants in usefulness checking
Add test cases for unstable variants
Add test cases for doc hidden variants
Move is_doc_hidden to method on TyCtxt
Add unstable variants test to reachable-patterns ui test
Rename reachable-patterns -> omitted-patterns
2021-10-12 08:22:25 -04: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 #89619 - michaelwoerister:incr-vtables, r=nagisa 2021-10-08 09:04:06 +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 Remove re-export. 2021-10-03 16:08:54 +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 Turn a module non-doc comment into a doc comment 2021-10-02 19:09:29 +02:00
consts.rs make unevaluated const substs optional 2021-08-26 11:00:30 +02:00
context.rs Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa 2021-10-08 09:04:06 +00:00
diagnostics.rs Don't move ?Trait bounds to param bounds if they're in where clauses 2021-09-07 18:08:46 -04:00
erase_regions.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00
error.rs Keep a parent LocalDefId in SpanData. 2021-09-10 20:17:33 +02:00
fast_reject.rs Remove re-export. 2021-10-03 16:08:54 +02:00
flags.rs review 2021-08-26 11:14:31 +02:00
fold.rs More tracing instrumentation 2021-09-28 12:28:22 +00:00
generics.rs Do not suggest impl traits as type arguments 2021-08-03 20:05:50 +09:00
impls_ty.rs Fully remove rustc_middle::ich. 2021-10-03 16:08:55 +02:00
instance.rs Support #[track_caller] on closures and generators 2021-09-22 15:19:33 -05:00
layout.rs Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa 2021-10-10 08:16:22 +00:00
list.rs Don't create references to uninitialized data in List::from_arena 2021-07-19 10:47:45 +02:00
mod.rs Filter unstable and doc hidden variants in usefulness checking 2021-10-12 08:22:25 -04: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 Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister 2021-10-05 09:45:11 +00:00
relate.rs add case for checking const refs in check_const_value_eq 2021-09-21 15:49:29 +02:00
structural_impls.rs Support #[track_caller] on closures and generators 2021-09-22 15:19:33 -05:00
sty.rs Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis 2021-09-24 11:40:11 -07:00
subst.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00
trait_def.rs use indexmap instead of hashmap 2021-09-21 08:24:23 +02:00
util.rs Remove re-export. 2021-10-03 16:08:54 +02:00
vtable.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
walk.rs ignore const substs in implicit_infer 2021-08-26 11:00:30 +02:00