summary refs log tree commit diff
path: root/src/test/compile-fail/mir-dataflow
AgeCommit message (Collapse)AuthorLines
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-4/+4
2016-10-12Stabilise attributes on statements.Nick Cameron-4/+0
Note that attributes on expressions are still unstable and are behind the `stmt_expr_attributes` flag. cc [Tracking issue](https://github.com/rust-lang/rust/issues/15701)
2016-09-16fix test falloutAriel Ben-Yehuda-1/+1
2016-05-24placate tidy in compile-fail test.Felix S. Klock II-1/+1
2016-05-20markdown fix suggested during review.Felix S. Klock II-1/+1
2016-05-17Escape asterix in markdown file to side-step it being interpreted as emphasis.Felix S. Klock II-1/+1
2016-05-16`DefinitelyInitializedLvals` dataflow op (goal: move away from ↵Felix S. Klock II-0/+63
`MaybeUninitializedLvals`)
2016-05-16Little unit tests for MIR dataflow analysis.Felix S. Klock II-0/+217
These use new `rustc_peek` (whose semantics is driven by attribute attached to fn).