summary refs log tree commit diff
path: root/src/test/ui/const-eval
AgeCommit message (Collapse)AuthorLines
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-8/+10
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-2/+2
Remove a couple of obsolete lints
2017-07-31trans::mir::constant - fix assignment error recoveryAriel Ben-Yehuda-0/+49
We used to not store anything when the RHS of an assignment returned an error, which caused ICEs downstream. Fixes #43197.