summary refs log tree commit diff
path: root/src/librustc_mir/transform/check_consts/ops.rs
AgeCommit message (Expand)AuthorLines
2019-10-25Make `check_consts::Item` work on non-const fnsDylan MacKenzie-17/+16
2019-09-28Add description for every module in `check_consts`Dylan MacKenzie-0/+2
2019-09-28Require `fmt::Debug` to implement `NonConstOp`Dylan MacKenzie-1/+1
2019-09-28Move non-const ops into their own moduleDylan MacKenzie-0/+337