| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-12 | change method -> associated function | Mark Mansi | -2/+2 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -1/+1 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -4/+4 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -4/+4 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -2/+2 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -2/+0 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -9/+9 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -3/+4 |
| 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 |