| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-05 | Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril | Dylan DPC | -2/+2 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -2/+2 |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -1/+11 |
| 2020-01-03 | missed tidy check | cjkenn | -2/+2 |
| 2020-01-03 | add a check for variable names that might match by word | cjkenn | -5/+34 |
| 2020-01-02 | syntax::map_in_place: leave fixme | Mazdak Farrokhzad | -0/+2 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -12/+5 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -14/+14 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -28/+24 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -44/+44 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-28 | doc comments: Less attribute mimicking | Vadim Petrochenkov | -13/+17 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -1/+0 |
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -0/+1 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -7/+7 |
| 2019-12-22 | Format the world | Mark Rousskov | -1631/+1740 |