summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/machine.rs
AgeCommit message (Expand)AuthorLines
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-5/+13
2020-02-23miri/machine: add canonical_alloc_id hook to replace find_foreign_staticRalf Jung-9/+1
2020-02-13rename PanicInfo -> AssertKindRalf Jung-2/+2
2020-02-13move PanicInfo to mir moduleRalf Jung-3/+4
2020-02-13no need for hook_panic_fn to return a boolRalf Jung-10/+8
2020-02-13remove PanicInfo::Panic variant that MIR does not use or needRalf Jung-4/+3
2020-02-13remove Panic variant from InterpErrorRalf Jung-17/+45
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04Rollup merge of #67137 - anp:tracked-panic-internals, r=eddybDylan DPC-1/+2
2020-01-04Update ABI in const impls of panic_fn/begin_panic_fn.Adam Perry-1/+2
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2019-12-26Rebase falloutOliver Scherer-2/+2
2019-12-26Bail out before running the queryOliver Scherer-3/+4
2019-12-26Move a function to make its adjacent impl block easier to discoverOliver Scherer-39/+43
2019-12-26Move `eval_const_fn_call` to the `const_eval` moduleOliver Scherer-12/+43
2019-12-26Move const eval machine into its own moduleOliver Scherer-0/+328