summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/constant.rs
AgeCommit message (Expand)AuthorLines
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-1/+1
2021-03-20update `const_eval_resolve`lcnr-2/+2
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-1/+1
2021-03-15s/ConstantSource/ConstantKind/Oli Scherer-2/+2
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-1/+6
2021-03-12Add `ty` helper function for mir constantsOli Scherer-1/+1
2021-01-24clean up some const error reporting around promotedsRalf Jung-6/+1
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-2/+2
2020-11-16compiler: fold by valueBastian Kauschke-3/+3
2020-08-30mv compiler to compiler/mark-0/+91