about summary refs log tree commit diff
path: root/src/test/ui/const_prop
AgeCommit message (Expand)AuthorLines
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-2/+2
2021-01-23Make sure that const prop does not produce unsilenceable lints after inliningoli-0/+15
2021-01-04Do not run const prop on the `mir_for_ctfe` of `const fn`oli-3/+5
2020-10-27Address review commentoli-1/+1
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-3/+6
2020-10-27Add test where diagnostic span points to just the inlined function's bodyOliver Scherer-0/+24
2020-09-26Make invalid integer operation messages consistentvarkor-1/+1
2020-07-15Don't panic if the lhs of a div by zero is not statically knownOliver Scherer-4/+21
2020-07-04Fix const prop ICEOliver Scherer-0/+9