| Age | Commit message (Expand) | Author | Lines |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -25/+26 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -47/+19 |
| 2019-12-12 | Unify associated item mut visitors. | Mazdak Farrokhzad | -43/+11 |
| 2019-12-12 | Unify associated item pretty printing. | Mazdak Farrokhzad | -75/+21 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -61/+28 |
| 2019-12-12 | Unify associated function parsing. | Mazdak Farrokhzad | -0/+1 |
| 2019-12-12 | Unify `{Impl,Trait}Item` as `AssocItem`. | Mazdak Farrokhzad | -18/+25 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -18/+22 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -21/+21 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-12 | Alias `TraitItem` & `ImplItem`. | Mazdak Farrokhzad | -18/+8 |
| 2019-12-09 | Rollup merge of #67113 - Centril:enum-vis-pretty-fix, r=davidtwco | Tyler Mandry | -0/+1 |
| 2019-12-07 | Make `ForeignItem` an alias of `Item`. | Mazdak Farrokhzad | -13/+4 |
| 2019-12-07 | Print the visibility in `print_variant`. | Mazdak Farrokhzad | -0/+1 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -2/+3 |
| 2019-12-03 | Deduplicate CrateConfig | Mark Rousskov | -4/+1 |
| 2019-12-03 | Move ParseSess to librustc_session | Mark Rousskov | -173/+1 |
| 2019-12-03 | Move BufferedEarlyLint to librustc_session | Mark Rousskov | -58/+2 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -9/+27 |
| 2019-12-02 | Address review comments | Vadim Petrochenkov | -9/+13 |
| 2019-12-02 | syntax: Optimize conversion `AttrItem` -> `MetaItem` by avoiding `outer_tokens`. | Vadim Petrochenkov | -29/+44 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -11/+5 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -34/+59 |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -11/+25 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -31/+102 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -1758/+49 |
| 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 | -49/+14 |
| 2019-11-30 | check.rs: inline a constant | Mazdak Farrokhzad | -4/+4 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -41/+5 |
| 2019-11-30 | inline two explanation constants | Mazdak Farrokhzad | -7/+0 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -607/+4 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -10/+9 |
| 2019-11-30 | builtin_attrs: inline some strings | Mazdak Farrokhzad | -8/+5 |
| 2019-11-30 | simplify gated cfgs logic | Mazdak Farrokhzad | -38/+24 |
| 2019-11-30 | move AttributeTemplate to builtin_attrs | Mazdak Farrokhzad | -27/+17 |
| 2019-11-30 | move Stability to rustc_feature | Mazdak Farrokhzad | -11/+3 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1013/+21 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -4/+2 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -3/+2 |
| 2019-11-26 | Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=Centril | Tyler Mandry | -0/+24 |
| 2019-11-25 | Tweak removed feature error | Esteban Küber | -3/+2 |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -10/+48 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -23/+45 |
| 2019-11-24 | Store ptr_width as u32 on Config | Mark Rousskov | -0/+24 |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -1/+5 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -22/+40 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+0 |