| Age | Commit message (Expand) | Author | Lines |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -22/+20 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -0/+18 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -18/+14 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -2/+4 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | derive(Default) for Features | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -43/+11 |
| 2019-11-30 | check.rs: inline a constant | Mazdak Farrokhzad | -4/+4 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -38/+2 |
| 2019-11-30 | inline two explanation constants | Mazdak Farrokhzad | -6/+0 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -595/+1 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -9/+2 |
| 2019-11-30 | builtin_attrs: inline some strings | Mazdak Farrokhzad | -8/+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 | -10/+2 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1011/+4 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -3/+2 |
| 2019-11-25 | Tweak removed feature error | Esteban Küber | -3/+2 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -1/+5 |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -1/+5 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+0 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -0/+3 |
| 2019-11-21 | Stabilize cfg rustdoc | Guillaume Gomez | -1/+0 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -0/+3 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -21/+2 |
| 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-16 | ast: Keep string literals in ABIs precisely | Vadim Petrochenkov | -3/+3 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -4/+12 |
| 2019-11-15 | Rollup merge of #66197 - Centril:transparent-ast, r=varkor | Tyler Mandry | -20/+26 |
| 2019-11-14 | TAIT: feature gate recursive locations | Mazdak Farrokhzad | -20/+26 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+3 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -1/+1 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -20/+28 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -3/+17 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -20/+3 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -4/+4 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -3/+3 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+14 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -4/+3 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -20/+3 |
| 2019-11-08 | Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]` | PotHix | -1/+1 |
| 2019-11-07 | Push `re_rebalance_coherence` to 1.41 | Ohad Ravid | -1/+1 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -7/+5 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -28/+35 |