| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -5/+5 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -2/+2 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -3/+3 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -4/+4 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -11/+48 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -4/+4 |
| 2020-01-17 | formatting | Guillaume Gomez | -21/+19 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-16 | Improve code readability | Guillaume Gomez | -26/+10 |
| 2020-01-15 | Simplify deref impls for type aliases | Guillaume Gomez | -2/+29 |
| 2020-01-15 | formatting | Guillaume Gomez | -21/+5 |
| 2020-01-15 | Fix deref impl on type alias | Guillaume Gomez | -3/+47 |
| 2020-01-13 | Remove unneeded scope | Yuki Okushi | -32/+26 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -2/+6 |
| 2020-01-10 | Fix print const on librustdoc | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -2/+6 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez | Yuki Okushi | -16/+90 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -3/+5 |
| 2020-01-06 | rustdoc: Remove more `#[doc(cfg(..))]` duplicates | Oliver Middleton | -16/+90 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -24/+25 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -8/+8 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -5/+5 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -23/+23 |
| 2019-12-30 | Retire hir::ptr. | Camille GILLOT | -13/+0 |
| 2019-12-30 | Retire HirVec. | Camille GILLOT | -1/+1 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -23/+23 |
| 2019-12-28 | doc comments: Less attribute mimicking | Vadim Petrochenkov | -46/+21 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -23/+23 |
| 2019-12-27 | Use Arena inside hir::FnSig. | Camille GILLOT | -1/+1 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -6/+99 |
| 2019-12-22 | Format the world | Mark Rousskov | -1496/+1368 |
| 2019-12-22 | Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=Centril | Mazdak Farrokhzad | -26/+9 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -18/+2 |
| 2019-12-22 | Implement PrintWithSpace trait on hir::Mutability | Guillaume Gomez | -1/+1 |
| 2019-12-22 | Auto merge of #66931 - cjgillot:hirene-preamble, r=eddyb | bors | -11/+11 |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -7/+7 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -18/+2 |
| 2019-12-21 | Remove clean::Mutability enum | Guillaume Gomez | -26/+9 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -2/+3 |
| 2019-12-21 | Fix rustdoc | Matthew Jasper | -2/+3 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-10 | Remove tidy comment | Guillaume Gomez | -2/+0 |
| 2019-12-09 | Remove useless comment | Guillaume Gomez | -2/+0 |
| 2019-12-09 | Move RegionTarget and RegionDeps where they into clean/auto_trait | Guillaume Gomez | -14/+16 |