rust/compiler/rustc_middle/src
Aaron Hill 2779fc1c47
Emit a hard error when a panic occurs during const-eval
Previous, a panic during const evaluation would go through the
`const_err` lint. This PR ensures that such a panic always causes
compilation to fail.
2021-05-30 11:59:54 -05:00
..
dep_graph Rollup merge of #85583 - cjgillot:no-previous-dg, r=petrochenkov 2021-05-27 03:02:09 +02:00
hir Auto merge of #85178 - cjgillot:local-crate, r=oli-obk 2021-05-17 01:42:03 +00:00
ich Rename RealFileName::Named to LocalPath and Devirtualized to Remapped 2021-05-05 15:10:50 +01:00
infer Add comment 2021-05-15 12:12:56 -04:00
middle Use () for analysis. 2021-05-12 14:01:16 +02:00
mir Emit a hard error when a panic occurs during const-eval 2021-05-30 11:59:54 -05:00
query Update compiler/rustc_middle/src/query/mod.rs 2021-05-27 10:31:47 -04:00
traits Make traits with GATs not object safe 2021-04-27 14:34:23 -04:00
ty Auto merge of #85789 - ptrojahn:generator_typo, r=nagisa 2021-05-28 17:44:47 +00:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00
lib.rs Specialize implementations 2021-05-26 18:07:09 -04:00
lint.rs Implement span quoting for proc-macros 2021-05-12 00:51:31 -04:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs
thir.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00