| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -23/+23 | |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -28/+28 | |
| Remove methods `Attribute::span` and `MetaItem::span` duplicating public fields | ||||
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -9/+9 | |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -48/+46 | |
| 2019-02-27 | Mention `unwind(aborts)` in diagnostics for `#[unwind]` | Vadim Petrochenkov | -31/+17 | |
| Simplify input validation for `#[unwind]`, add tests | ||||
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 | |
| Rename rustc_errors dependency in rust 2018 crates I think this is a better solution than `use rustc_errors as errors` in `lib.rs` and `use crate::errors` in modules. Related: rust-lang/cargo#5653 cc #58099 r? @Centril | ||||
| 2019-02-13 | Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov | Mazdak Farrokhzad | -60/+65 | |
| allow shorthand syntax for deprecation reason Fixes #48271. Created based on discussion in #56896. | ||||
| 2019-02-13 | Cleanup imports | Taiki Endo | -1/+1 | |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 | |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 | |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -8/+9 | |
| 2019-02-05 | allow shorthand syntax for deprecation reason | Andy Russell | -60/+65 | |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -1/+4 | |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -3/+3 | |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -0/+7 | |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -3/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-22 | optimize unsupported literal diag message | csmoe | -39/+70 | |
| 2018-10-20 | update meta item checking test | csmoe | -1/+3 | |
| 2018-10-20 | suggest to trim prefix in nested meta items | csmoe | -3/+18 | |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -31/+36 | |
| 2018-10-20 | suggest to remove prefix `b` in lint string | csmoe | -45/+84 | |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -2/+1 | |
| 2018-10-03 | Update error id to an unused one | Oliver Schneider | -1/+1 | |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -1/+22 | |
| 2018-09-06 | Validate syntax of `cfg` attributes | Vadim Petrochenkov | -1/+15 | |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -14/+12 | |
| 2018-06-30 | add label to unknown meta item error | Andy Russell | -11/+33 | |
| 2018-06-30 | factor built-in attribute parsing into submodule | Andy Russell | -0/+708 | |
