| Age | Commit message (Expand) | Author | Lines |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -3/+3 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -18/+20 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis | bors | -0/+8 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-26 | Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -5/+5 |
| 2020-02-23 | Deduplicate identifier printing a bit | Vadim Petrochenkov | -3/+3 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -4/+4 |
| 2020-02-22 | Refactor `create_substs_for_generic_args` a little | varkor | -0/+8 |
| 2020-02-19 | Replace `rustc_typeck::Namespace` with `rustc_hir::def::Namespace` | Dylan MacKenzie | -1/+10 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -7/+7 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -0/+3 |
| 2020-02-14 | Distinguish RPIT from other impl trait | Matthew Jasper | -0/+2 |
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -3/+14 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -2/+2 |
| 2020-02-13 | parser: address review comments | Mazdak Farrokhzad | -1/+1 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -14/+36 |
| 2020-02-11 | Review comments. | Camille GILLOT | -63/+63 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -0/+441 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -1/+11 |
| 2020-02-09 | Rollup merge of #68913 - Areredify:gat_pretty, r=cramertj | Jonas Schievink | -1/+5 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -1/+11 |
| 2020-02-08 | Move librustc_hir/def_id.rs to librustc_span/def_id.rs | Aaron Hill | -218/+1 |
| 2020-02-07 | add hir printing | Mikhail Babenko | -1/+5 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -2/+2 |
| 2020-02-05 | review comments | Esteban Küber | -1/+1 |
| 2020-02-05 | Account for HKTB when suggesting introduction of named lifetime | Esteban Küber | -2/+2 |
| 2020-02-05 | move item reference comment | ljedrz | -0/+7 |
| 2020-02-05 | merge item id stable hashing functions | ljedrz | -6/+4 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -0/+21 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -3/+4 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -5/+5 |
| 2020-02-01 | pretty: remove ParseSess dependency | Mazdak Farrokhzad | -5/+2 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -5/+29 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -0/+1 |
| 2020-01-19 | Add `constness` field to `hir::ItemKind::Impl` | Dylan MacKenzie | -0/+7 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -23/+34 |
| 2020-01-16 | Account for object safety when suggesting `Box<dyn Trait>` | Esteban Küber | -0/+7 |
| 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-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -6/+10 |
| 2020-01-09 | refactor 'Output = $ty' & reduce rustc dep | Mazdak Farrokhzad | -0/+3 |
| 2020-01-08 | intravisit: use walk_list! more | Mazdak Farrokhzad | -27/+9 |
| 2020-01-08 | {rustc::hir -> rustc_hir}::intravisit | Mazdak Farrokhzad | -0/+1184 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -1/+0 |
| 2020-01-04 | pacify the parallel compiler | Mazdak Farrokhzad | -1/+5 |
| 2020-01-04 | cleanup librustc_hir/Cargo.toml | Mazdak Farrokhzad | -23/+3 |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -0/+5715 |