| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -4/+4 | |
| 2016-10-12 | Stabilise 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-16 | fix test fallout | Ariel Ben-Yehuda | -1/+1 | |
| 2016-05-24 | placate tidy in compile-fail test. | Felix S. Klock II | -1/+1 | |
| 2016-05-20 | markdown fix suggested during review. | Felix S. Klock II | -1/+1 | |
| 2016-05-17 | Escape 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-16 | Little 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). | ||||
