rust/compiler/rustc_middle/src/ty
Tomasz Miąsko 335427a3db Use delay_span_bug instead of panic in layout_scalar_valid_range
83054 introduced validation of scalar range attributes, but panicking
code that uses the attribute remained reachable. Use `delay_span_bug`
instead to avoid the ICE.
2021-03-16 00:00:00 +00:00
..
consts Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
inhabitedness Implement Debug for DefIdForest 2021-01-16 17:56:32 -05:00
print Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk 2021-02-20 20:37:00 +01:00
query Don't encode file information for span with a dummy location 2021-03-14 20:22:13 -04:00
_match.rs More rebinds 2020-12-19 04:26:35 -05:00
adjustment.rs New pass to deduplicate blocks 2021-02-21 21:51:54 +01:00
adt.rs Moved all Adt* types to adt.rs 2021-03-10 14:32:14 -08:00
assoc.rs Moved all Assoc* types to assoc.rs. 2021-03-10 14:32:13 -08: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 Moved more of the capture related types into closure.rs 2021-03-10 14:32:14 -08:00
codec.rs remove useless ?s (clippy::needless_question_marks) 2021-02-17 23:23:57 +01:00
consts.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
context.rs Use delay_span_bug instead of panic in layout_scalar_valid_range 2021-03-16 00:00:00 +00:00
diagnostics.rs In some limited cases, suggest where bounds for non-type params 2021-02-17 09:26:40 -08:00
erase_regions.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
error.rs Fix tests 2021-03-03 11:22:44 +01: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 changes 2021-01-16 18:56:37 -05:00
fold.rs Miscellaneous inlining improvements 2021-02-26 00:00:00 +00:00
generics.rs Moved types starting with 'Generic' into generics.rs. 2021-03-10 14:32:13 -08:00
instance.rs Typo 2021-03-04 15:45:31 +00:00
layout.rs address pr review comments 2021-03-09 14:40:33 -05:00
list.rs Fix typo 2020-12-23 13:08:15 -08:00
mod.rs Moved more of the capture related types into closure.rs 2021-03-10 14:32:14 -08: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 Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis 2021-03-10 17:55:37 +01:00
structural_impls.rs Move a few more types to rustc_type_ir 2021-01-18 21:06:12 +01:00
sty.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00: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 Trait impls are Items, therefore HIR owners. 2021-02-15 19:36:13 +01:00
util.rs Use rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the rustc_ast` ones in types 2021-01-18 21:09:23 +01:00
walk.rs Small optimizations to obligation forest 2021-02-23 07:16:42 +00:00