| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -0/+2 | |
| If you define lang items in your crate, add `#[feature(lang_items)]`. If you define intrinsics (`extern "rust-intrinsic"`), add `#[feature(intrinsics)]`. Closes #12858. [breaking-change] | ||||
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -2/+2 | |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -0/+14 | |
| Signed-off-by: Daniel Fagnan <dnfagnan@gmail.com> | ||||
