rust/compiler/rustc_middle/src
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
..
dep_graph Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
hir Rollup merge of #83108 - jyn514:remove-unused, r=estebank 2021-03-15 16:22:53 +01:00
ich Remove useless method. 2021-03-11 12:24:58 +01:00
infer Move a few more types to rustc_type_ir 2021-01-18 21:06:12 +01:00
middle Enforce that query results implement Debug 2021-01-16 17:53:02 -05:00
mir Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nikomatsakis 2021-03-10 08:01:25 +09:00
query Mark extern_mod_stmt_cnum as eval_always 2021-03-15 12:26:49 -04:00
traits Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
ty Use delay_span_bug instead of panic in layout_scalar_valid_range 2021-03-16 00:00:00 +00:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs
lib.rs Split DepKindStruct in two. 2021-02-19 17:51:56 +01:00
lint.rs Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk 2021-02-25 14:33:53 +01:00
macros.rs
tests.rs