| Age | Commit message (Expand) | Author | Lines |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+2 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -6/+14 |
| 2020-05-09 | expand "incomplete feature" message to include unsoundness and link to tracki... | Ralf Jung | -6/+14 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+3 |
| 2020-04-23 | Address comments from review | marmeladema | -7/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -7/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+9 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -4/+5 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in some visitors | marmeladema | -4/+4 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -1/+1 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -5/+8 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -39/+29 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -11/+10 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -6/+10 |
| 2020-03-22 | the crate and tests | mark | -1/+1 |
| 2020-03-21 | use static strs | mark | -14/+18 |
| 2020-03-21 | convert a couple more errors | mark | -13/+6 |
| 2020-03-21 | replace some adhoc logic with article_and_descr | Mark Mansi | -19/+26 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+1 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -2/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -1/+1 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -2/+2 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -2/+2 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -1/+1 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -1/+4 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -5/+5 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -5/+5 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -8/+8 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -60/+29 |
| 2020-02-22 | Remove trait | Jane Lusby | -44/+25 |
| 2020-02-21 | clean things up | Jane Lusby | -22/+7 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+1 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | Emit some additional `unused_doc_comments` lints outside of the main pass | Vadim Petrochenkov | -7/+10 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -3/+3 |
| 2020-02-11 | Avoid allocs in a few places. | jumbatm | -11/+11 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -15/+15 |
| 2020-02-11 | Run RustFmt | jumbatm | -37/+52 |