summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/machine.rs
AgeCommit message (Expand)AuthorLines
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