about summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27rename eval_const_to_op -> const_to_opRalf Jung-1/+1
2020-06-19pretty/mir: const value enums with no variantsDavid Wood-9/+15
2020-05-24Removed all instances of const_field.Rakshith Ravi-27/+0
2020-05-10avoid raising interpreter errors from interningRalf Jung-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-25miri: avoid a bunch of casts by offering usized-based field indexingRalf Jung-4/+7
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-1/+1
2020-02-22move const_eval.rs into the module folderRalf Jung-0/+87