| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -594/+0 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -9/+2 |
| 2019-11-30 | builtin_attrs: inline some strings | Mazdak Farrokhzad | -3/+5 |
| 2019-11-30 | simplify gated cfgs logic | Mazdak Farrokhzad | -30/+6 |
| 2019-11-30 | move AttributeTemplate to builtin_attrs | Mazdak Farrokhzad | -1/+16 |
| 2019-11-30 | move Stability to rustc_feature | Mazdak Farrokhzad | -2/+2 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -2/+2 |
| 2019-11-21 | Stabilize cfg rustdoc | Guillaume Gomez | -1/+0 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -1/+4 |
| 2019-11-19 | Auto merge of #66206 - PotHix:master, r=estebank | bors | -1/+1 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -1/+1 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -2/+2 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+8 |
| 2019-11-08 | Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]` | PotHix | -1/+1 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -1/+1 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -8/+7 |
| 2019-11-03 | add rustc_error(delay_span_bug_from_inside_query) attribute | Quentin Boyer | -1/+4 |
| 2019-10-29 | stabilize cfg(doctest) | Guillaume Gomez | -1/+0 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -3/+1 |
| 2019-10-17 | Plugins deprecation: don’t suggest simply removing the attribute | Simon Sapin | -2/+8 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -1/+1 |
| 2019-10-13 | Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -0/+1 |
| 2019-10-07 | track_caller run-pass test, lint cleanup, PR review. | Adam Perry | -4/+1 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+4 |
| 2019-10-07 | Address review comments. | Charles Lew | -4/+2 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -1/+7 |
| 2019-10-03 | plugin_registrary: use normal deprecation instead of hard coded warning. | Mazdak Farrokhzad | -2/+10 |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -3/+8 |
| 2019-09-24 | add error message for case | Ariel Ben-Yehuda | -2/+1 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -0/+4 |
| 2019-09-14 | feature_gate: Merge various attribute gating functions | Vadim Petrochenkov | -0/+1 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -1/+1 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+11 |
| 2019-08-23 | syntax: extract `check.rs`. | Mazdak Farrokhzad | -2/+2 |
| 2019-08-23 | builtin_attrs.rs: retain FIXMEs. | Mazdak Farrokhzad | -2/+6 |
| 2019-08-23 | builtin_attrs.rs: organize! | Mazdak Farrokhzad | -241/+259 |
| 2019-08-23 | builtin_attrs.rs: cleanup with `(un)gated!`. | Mazdak Farrokhzad | -288/+229 |
| 2019-08-23 | builtin_attrs.rs: refactor `rustc_attrs` entries. | Mazdak Farrokhzad | -233/+109 |
| 2019-08-23 | builtin_attrs.rs: simplify `cfg_fn`. | Mazdak Farrokhzad | -8/+7 |
| 2019-08-23 | syntax: extract `builin_attrs.rs`. | Mazdak Farrokhzad | -0/+724 |