about summary refs log tree commit diff
path: root/src/test/ui/const_prop
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-82/+0
2022-10-02Don't ICE when trying to copy unsized value in const propMichael Goulet-0/+24
2022-03-23separate const prop lint from optimizationsCarl Scherer-19/+3
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-4/+8
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
we used to erase the local just before we tried to read it for diagnostics