| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -293/+0 | |
| 2018-08-05 | Fix test/compile-fail | varkor | -11/+11 | |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -0/+7 | |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -115/+27 | |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+0 | |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -6/+6 | |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+2 | |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -6/+6 | |
| Stricter checking + enforcement of invariants at compile time | ||||
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -11/+13 | |
| 2015-06-11 | update stability compile-fail tests | Alexis Beingessner | -5/+30 | |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -42/+42 | |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+346 | |
| We were recording stability attributes applied to fields in the compiler, and even annotating it in the libs, but the compiler didn't actually do the checks to give errors/warnings in user crates. | ||||
