rust/compiler/rustc_middle/src/mir
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
..
interpret Emit a hard error when a panic occurs during const-eval 2021-05-30 11:59:54 -05:00
abstract_const.rs errooaaar~ 2021-03-02 15:47:16 +00:00
coverage.rs Translate counters from Rust 1-based to LLVM 0-based counter ids 2021-04-02 17:16:36 -07:00
graph_cyclic_cache.rs Cache result of 2020-12-20 10:29:26 +01:00
mod.rs Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister 2021-05-12 11:05:56 +00:00
mono.rs Merge CrateDisambiguator into StableCrateId 2021-05-30 12:51:34 +02:00
predecessors.rs words 2020-11-16 22:42:09 +01:00
query.rs Remove remnants of BorrowOfPackedField 2021-05-17 19:32:58 +02:00
tcx.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00
terminator.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
traversal.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
type_foldable.rs Some more fine-grained forced inlining 2021-04-01 10:40:50 +00:00
visit.rs Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov 2021-04-07 13:07:14 +02:00