rust/compiler/rustc_middle/src/ty
2021-11-16 15:59:41 +09: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 Add ty::Visibility::is_public() 2021-11-09 18:35:00 -08: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 Rename functions reflect that inline const is also "typeck_child" 2021-11-07 04:00:34 +00:00
context.rs Build jump table at runtime. 2021-10-20 18:32:29 +02:00
diagnostics.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
erase_regions.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00
error.rs implement type-changing-struct-update 2021-10-28 14:17:15 +08: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 polymorphize: polymorphize shims 2021-10-01 17:08:06 +00:00
layout.rs Update LLVM comments around NoAliasMutRef 2021-11-05 12:22:51 -07:00
list.rs Don't create references to uninitialized data in List::from_arena 2021-07-19 10:47:45 +02:00
mod.rs Add ty::Visibility::is_public() 2021-11-09 18:35:00 -08:00
normalize_erasing_regions.rs Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs 2021-07-04 12:37:25 -04:00
query.rs Avoid a branch on key being local for queries that use the same local and extern providers 2021-10-25 13:36:23 +02:00
relate.rs type error go brrrrrrrr 2021-11-06 10:39:11 +00:00
structural_impls.rs implement type-changing-struct-update 2021-10-28 14:17:15 +08:00
sty.rs Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkov 2021-11-16 15:59:41 +09:00
subst.rs Implement type inference for inline consts 2021-11-07 04:00:32 +00:00
trait_def.rs use indexmap instead of hashmap 2021-09-21 08:24:23 +02:00
util.rs Use associated_item_def_ids more 2021-11-11 23:15:57 +00: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