| Age | Commit message (Expand) | Author | Lines |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -1/+1 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -6/+1 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -1/+1 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -3/+6 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -3/+3 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -5/+6 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -2/+1 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -6/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-13 | Call str::eq and <[T]>::eq for match comparisons | Matthew Jasper | -2/+1 |
| 2019-06-12 | Use a single lifetime for MIR construction | John Kåre Alsaker | -55/+63 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-01 | rustc: remove Res::Upvar. | Eduard-Mihai Burtescu | -12/+1 |
| 2019-06-01 | rustc: remove `has_parent` from `hir::Upvar`. | Eduard-Mihai Burtescu | -12/+2 |
| 2019-06-01 | rustc: remove closure ID from Res::Upvar. | Eduard-Mihai Burtescu | -5/+9 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -20/+13 |
| 2019-06-01 | rustc: remove the closure ID from hir::Upvar's parent field. | Eduard-Mihai Burtescu | -30/+41 |
| 2019-06-01 | rustc: remove the index field from Res::Upvar. | Eduard-Mihai Burtescu | -3/+19 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -4/+7 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -3/+3 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -20/+15 |
| 2019-05-21 | Give match arms a drop/region scope | Matthew Jasper | -2/+6 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+2 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -7/+0 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -9/+9 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -47/+47 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -18/+22 |
| 2019-05-01 | Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril | bors | -1/+1 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-30 | Rename hir::ExprKind::Use to ::DropTemps and improve docs. | Mazdak Farrokhzad | -1/+1 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -2/+1 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -2/+1 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -0/+3 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -1/+1 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -40/+29 |
| 2019-04-18 | making adjust_span a closure | Saleem Jaffer | -22/+22 |
| 2019-04-17 | code review fixes | Saleem Jaffer | -25/+24 |
| 2019-04-16 | refactor ExprKind to use new PointerCast enum | Saleem Jaffer | -20/+10 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -6/+6 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -5/+4 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+2 |