| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -0/+1 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -3540/+5 |
| 2020-02-01 | 1. move allow_internal_unstable to rustc_attr | Mazdak Farrokhzad | -25/+0 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -14/+50 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1052/+0 |
| 2020-02-01 | syntax: simplify HasAttrs code | Mazdak Farrokhzad | -21/+11 |
| 2020-02-01 | pretty: remove ParseSess dependency | Mazdak Farrokhzad | -20/+13 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -37/+34 |
| 2020-02-01 | {syntax -> rustc_ast_passes}::node_count | Mazdak Farrokhzad | -140/+0 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-31 | Auto merge of #67340 - nnethercote:shrink-Nonterminal, r=petrochenkov | bors | -17/+22 |
| 2020-01-30 | clarify "incorrect issue" error | Andy Russell | -21/+34 |
| 2020-01-30 | Use `P` for `NtMeta`. | Nicholas Nethercote | -3/+4 |
| 2020-01-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -15/+19 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -0/+14 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -5/+1 |
| 2020-01-22 | Rollup merge of #68441 - Centril:pprust-as_deref, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 2020-01-22 | pprust: use as_deref | Mazdak Farrokhzad | -2/+2 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -22/+32 |
| 2020-01-20 | Parse `?const ?Trait` | Dylan MacKenzie | -0/+5 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+2 |
| 2020-01-20 | Revert "Add a `constness` field to `ast::TraitRef`" | Dylan MacKenzie | -19/+4 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -2/+9 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -0/+12 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -3/+0 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -25/+44 |
| 2020-01-14 | Code review changes and fix rustdoc test. | Ben Lewis | -33/+6 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -7/+34 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+1 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::show_span | Mazdak Farrokhzad | -71/+0 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::feature_gate | Mazdak Farrokhzad | -734/+0 |
| 2020-01-11 | nix syntax::early_buffered_lints | Mazdak Farrokhzad | -10/+0 |
| 2020-01-11 | move {rustc -> rustc_session}::lint::builtin | Mazdak Farrokhzad | -24/+2 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | get_features -> rustc_parse::config | Mazdak Farrokhzad | -172/+5 |
| 2020-01-11 | gating diagnostics -> rustc_session::parse | Mazdak Farrokhzad | -72/+7 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -7/+6 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -7/+6 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -8/+13 |
| 2020-01-09 | Add a `constness` field to `ast::TraitRef` | Dylan MacKenzie | -4/+19 |
| 2020-01-09 | Add `const_trait_bound_opt_out` feature gate | Dylan MacKenzie | -0/+1 |
| 2020-01-09 | Add `const_trait_impl` feature gate | Dylan MacKenzie | -0/+1 |
| 2020-01-10 | Rollup merge of #68040 - sinkuu:unused, r=petrochenkov | Yuki Okushi | -2/+0 |
| 2020-01-09 | Remove unused dependencies | Shotaro Yamada | -2/+0 |
| 2020-01-09 | Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebank | Yuki Okushi | -5/+34 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -216/+60 |