about summary refs log tree commit diff
path: root/src/test/run-pass/mir
AgeCommit message (Collapse)AuthorLines
2019-04-24Allow subtyping of the final expression of a constantMatthew Jasper-0/+8
Fixes an ICE for the following code: fn foo(_ : &()) {} static X: fn(&'static ()) = foo;
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-1/+1
2018-12-25Remove licensesMark Rousskov-411/+0
2018-12-15Improve `match` MIR generation for rangesShotaro Yamada-0/+83
Makes testing a range rule out ranges/constant covered by the range that is being tested
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵Felix S. Klock II-0/+7
with clean stderr again. Most were added mechanically.
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+2388
Fix #54047