| Age | Commit message (Expand) | Author | Lines |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -1/+1 |
| 2020-02-29 | remove unneeded .as_ref() calls. | Matthias Krüger | -1/+1 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -4/+4 |
| 2020-02-11 | Run RustFmt | jumbatm | -11/+13 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -14/+15 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-01-20 | Track constness while lowering bounds | Dylan MacKenzie | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -22/+22 |
| 2020-01-10 | Fix issue with using `self` module via indirection | varkor | -0/+3 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -7/+22 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -3/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+5 |
| 2020-01-04 | move {Par}DeepVisitor to intravisit | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -2/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -1/+1 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -1/+1 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -14/+17 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -11/+11 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -199/+260 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -4/+4 |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -4/+4 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -4/+4 |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -12/+12 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -1/+1 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -169/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -1/+2 |
| 2019-10-19 | Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper | Mazdak Farrokhzad | -5/+5 |
| 2019-10-19 | privacy: Avoid one more `unwrap` causing an ICE in rustdoc | Vadim Petrochenkov | -5/+5 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -2/+2 |
| 2019-10-07 | Fix/improve some error codes long explanation | Guillaume Gomez | -6/+17 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -9/+9 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -1/+1 |