| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -0/+18 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -0/+18 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -62/+63 |
| 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 |
| 2019-11-23 | Derive HashStable for TokenKind. | Camille GILLOT | -13/+11 |
| 2019-11-23 | Use proc-macro for TokenTree. | Camille GILLOT | -21/+2 |
| 2019-11-23 | Rename StableHashingContextLike to HashStableContext. | Camille GILLOT | -4/+4 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -0/+3 |
| 2019-11-22 | Fix rebase fallout. | Camille GILLOT | -0/+1 |
| 2019-11-22 | Derives for ast. | Camille GILLOT | -4/+4 |
| 2019-11-22 | Invert implementations for TokenKind. | Camille GILLOT | -3/+46 |
| 2019-11-22 | Export HashStable for DelimSpan, Lit and Path. | Camille GILLOT | -3/+13 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -43/+56 |