rust/compiler/rustc_middle/src/ty
Jonas Schievink ce775bc4f6
Rollup merge of #79036 - cjgillot:steal, r=oli-obk
Move Steal to rustc_data_structures.
2020-11-15 13:39:59 +01:00
..
consts Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis 2020-11-13 15:26:14 +01:00
inhabitedness Dogfood {exclusive,half-open} ranges in compiler (nfc) 2020-10-28 20:09:20 -07:00
print Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis 2020-11-09 19:06:46 +01:00
query Move Steal to rustc_data_structures. 2020-11-14 01:30:56 +01:00
_match.rs map_bound_ref -> rebind 2020-10-16 14:29:21 -04:00
adjustment.rs Reduce boilerplate with the matches! macro 2020-09-21 05:28:40 +02:00
binding.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cast.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
codec.rs Add type to ConstKind::Placeholder 2020-11-12 15:39:55 +00:00
consts.rs Replace Scalar::zst with a Scalar::ZST constant 2020-11-04 10:12:41 +00:00
context.rs Rollup merge of #79036 - cjgillot:steal, r=oli-obk 2020-11-15 13:39:59 +01:00
diagnostics.rs Reduce boilerplate with the matches! macro 2020-09-21 05:28:40 +02:00
erase_regions.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
error.rs Add more .await suggestions on E0308 2020-10-23 08:06:41 -07:00
fast_reject.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
flags.rs guard against skip_binder errors during FlagComputation 2020-09-18 22:24:53 +02:00
fold.rs Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk 2020-10-30 22:53:55 +00:00
instance.rs inliner: Use substs_for_mir_body 2020-11-06 00:00:00 +00:00
layout.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
list.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mod.rs Rollup merge of #79036 - cjgillot:steal, r=oli-obk 2020-11-15 13:39:59 +01:00
normalize_erasing_regions.rs Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
outlives.rs Address comments 2020-10-14 00:17:42 -04:00
relate.rs Suggest expressions that look like const generic arguments should be enclosed in brackets 2020-10-26 21:54:45 +00:00
structural_impls.rs Rust coverage before splitting instrument_coverage.rs 2020-11-05 18:24:12 -08:00
sty.rs Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis 2020-10-30 03:00:13 +00:00
subst.rs Remove implicit Continue type 2020-10-30 12:27:47 +01:00
trait_def.rs Reimplement for_each_relevant_impl on top of find_map... 2020-10-09 16:56:09 +02:00
util.rs u128 truncation and sign extension are not just interpreter related 2020-11-04 13:41:58 +00:00
walk.rs MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap 2020-09-26 14:30:05 -05:00