Vadim Petrochenkov
7e2ffc7090
Add missing annotations and some tests
2015-11-18 01:24:21 +03:00
Vadim Petrochenkov
ab671552c3
Refactor attr::Stability
...
Stricter checking + enforcement of invariants at compile time
2015-10-13 06:01:31 +03:00
Alex Crichton
8ef1e3b77f
test: Fix tests for requiring issues
2015-08-15 19:35:52 -07:00
Alexis Beingessner
5779fff543
update stability compile-fail tests
2015-06-11 10:49:29 -07:00
Brian Anderson
df290f127e
Require feature attributes, and add them where necessary
2015-03-23 14:40:26 -07:00
Huon Wilson
19cb8f32d8
Check stability of struct fields.
...
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.
2015-02-26 16:26:34 +11:00