| Age | Commit message (Expand) | Author | Lines |
| 2019-10-28 | rustc: use IndexVec<DefIndex, T> instead of Vec<T>. | Eduard-Mihai Burtescu | -23/+17 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -4/+4 |
| 2019-10-25 | rustc: replace a few `.cloned()` with `.copied()`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-10-25 | rustc: make DefPathData (and friends) Copy (now that it uses Symbol). | Eduard-Mihai Burtescu | -5/+5 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -40/+37 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+0 |
| 2019-10-21 | Remove `InternedString`. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -38/+35 |
| 2019-10-19 | Rollup merge of #65545 - nnethercote:more-symbol-cleanups, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -1/+1 |
| 2019-10-18 | Remove `Hash` impls for `DefPath`, `DisambiguatedDefPathData`, and `DefKey`. | Nicholas Nethercote | -3/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -3/+3 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+2 |
| 2019-09-30 | Auto merge of #64778 - csmoe:index, r=eddyb | bors | -3/+3 |
| 2019-09-29 | Rollup merge of #64825 - estebank:match-unit, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -3/+3 |
| 2019-09-28 | clean up | Esteban Küber | -2/+2 |
| 2019-09-28 | review comments | Esteban Küber | -0/+5 |
| 2019-09-28 | Point at enclosing match when expecting `()` in arm | Esteban Küber | -0/+21 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -4/+2 |
| 2019-09-28 | Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank | Mazdak Farrokhzad | -0/+8 |
| 2019-09-28 | Improve diagnostic for `let A = 0;` | Mazdak Farrokhzad | -0/+8 |
| 2019-09-27 | fix rebase | Esteban Küber | -1/+1 |
| 2019-09-27 | review comments | Esteban Küber | -3/+3 |
| 2019-09-27 | Account for tail expressions when pointing at return type | Esteban Küber | -1/+24 |
| 2019-09-27 | Turn `walk_parent_nodes` method into an iterator | Esteban Küber | -105/+101 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -28/+31 |
| 2019-09-26 | Rename `Stmt.node` to `Stmt.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -11/+11 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -11/+14 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -10/+10 |
| 2019-09-25 | Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc | Mazdak Farrokhzad | -4/+2 |
| 2019-09-14 | def_collector: Factor out common field handling code | Vadim Petrochenkov | -26/+21 |
| 2019-09-14 | def_collector: Do not ICE on attributes on unnamed fields | Vadim Petrochenkov | -2/+15 |
| 2019-09-09 | Resolve attributes in several places | Caio | -1/+57 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -59/+61 |
| 2019-09-04 | Remove hashing impls for `LocalInternedString`. | Nicholas Nethercote | -1/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -12/+12 |
| 2019-08-25 | HirIdify hir::Crate.modules | ljedrz | -4/+2 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -4/+3 |
| 2019-08-21 | review comments | Esteban Küber | -7/+13 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -5/+8 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -19/+0 |
| 2019-08-17 | resolve: Properly integrate derives and `macro_rules` scopes | Vadim Petrochenkov | -1/+1 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -19/+0 |
| 2019-08-14 | Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r | Mazdak Farrokhzad | -12/+12 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -12/+12 |