rust/compiler/rustc_middle/src
bors d9feaaa548 Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung
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-31 12:41:55 +00:00
..
dep_graph Merge CrateDisambiguator into StableCrateId 2021-05-30 12:51:34 +02:00
hir Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister 2021-05-31 10:13:46 +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 Merge CrateDisambiguator into StableCrateId 2021-05-30 12:51:34 +02:00
mir Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung 2021-05-31 12:41:55 +00:00
query Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister 2021-05-31 10:13:46 +00:00
traits Make traits with GATs not object safe 2021-04-27 14:34:23 -04:00
ty Merge CrateDisambiguator into StableCrateId 2021-05-30 12:51:34 +02: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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00