rust/compiler/rustc_middle/src/ty
LeSeulArtichaut 0724573448 Move a few more types to `rustc_type_ir` 2021-01-18 21:06:12 +01:00
..
consts Use Option::map_or instead of `.map(..).unwrap_or(..)` 2021-01-14 19:23:59 +01:00
inhabitedness Make `DefIdForest` cheaper to clone 2021-01-12 20:31:58 +00:00
print Move a few more types to `rustc_type_ir` 2021-01-18 21:06:12 +01:00
query Impl EncodableWithShorthand for PredicateKind 2021-01-17 02:49:30 -05:00
_match.rs More rebinds 2020-12-19 04:26:35 -05:00
adjustment.rs Reduce boilerplate with the matches! macro 2020-09-21 05:28:40 +02:00
binding.rs words 2020-11-16 22:42:09 +01:00
cast.rs Edit rustc_middle::ty::cast docs 2021-01-17 11:30:18 -08:00
codec.rs Rollup merge of #81100 - lcnr:encode_with_shorthand, r=oli-obk 2021-01-18 21:53:26 +10:00
consts.rs Remove redundant def_id lookups 2020-12-20 12:07:26 +01:00
context.rs Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr 2021-01-17 20:49:11 +00:00
diagnostics.rs Move a few more types to `rustc_type_ir` 2021-01-18 21:06:12 +01:00
erase_regions.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
error.rs Auto merge of #77524 - Patryk27:fixes/66228, r=estebank 2021-01-13 20:35:58 +00:00
fast_reject.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
flags.rs Review changes 2021-01-16 18:56:37 -05:00
fold.rs Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00
instance.rs Use Option::map_or instead of `.map(..).unwrap_or(..)` 2021-01-14 19:23:59 +01:00
layout.rs Don't ICE when computing a layout of a generator tainted by errors 2021-01-14 13:13:13 +01:00
list.rs Fix typo 2020-12-23 13:08:15 -08:00
mod.rs Move a few more types to `rustc_type_ir` 2021-01-18 21:06:12 +01:00
normalize_erasing_regions.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
outlives.rs Address comments 2020-10-14 00:17:42 -04:00
relate.rs Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk 2020-12-20 00:50:46 +00:00
structural_impls.rs Move a few more types to `rustc_type_ir` 2021-01-18 21:06:12 +01:00
sty.rs Move a few more types to `rustc_type_ir` 2021-01-18 21:06:12 +01:00
subst.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
trait_def.rs Reimplement for_each_relevant_impl on top of find_map... 2020-10-09 16:56:09 +02:00
util.rs Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00
walk.rs MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap 2020-09-26 14:30:05 -05:00