about summary refs log tree commit diff
path: root/src/test/ui/const-generics/const_evaluatable_checked
AgeCommit message (Expand)AuthorLines
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-0/+73
2020-09-18add test for let-bindingsBastian Kauschke-0/+33
2020-09-18add function callsBastian Kauschke-0/+30
2020-09-18allow unary operations and ignore StorageLive/Dead stmtsBastian Kauschke-0/+14
2020-09-18use abstract consts when unifying ConstKind::UnevaluatedBastian Kauschke-8/+15
2020-09-18initial working stateBastian Kauschke-0/+14
2020-09-11Add revisions to const generic const_evaluatable_checked tests.Hameer Abbasi-9/+50
2020-09-10fix tidy, small cleanupBastian Kauschke-0/+24
2020-09-10implement `const_evaluatable_checked` feature MVPBastian Kauschke-0/+35