| Age | Commit message (Expand) | Author | Lines |
| 2019-08-04 | Use Set1<Region> instead of Option<Region> | Taiki Endo | -5/+6 |
| 2019-08-04 | Make is_self_ty a method on SelfVisitor | Taiki Endo | -32/+35 |
| 2019-08-04 | Remove query for `.pin_type()` | Taiki Endo | -34/+32 |
| 2019-08-04 | Allow lifetime elision in `Pin<&(mut) Self>` | Taiki Endo | -1/+28 |
| 2019-07-22 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -1/+1 |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -3/+5 |
| 2019-06-27 | Add suggestion for missing `.await` keyword | Nathan Corbyn | -0/+1 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -3/+5 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -15/+13 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -1/+107 |
| 2019-06-24 | HirIdification: miscellaneous bits | ljedrz | -5/+3 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -7/+7 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -2/+2 |
| 2019-06-24 | HIR: remove the NodeId get_parent_node, HirIdify is_argument | ljedrz | -1/+1 |
| 2019-06-23 | Replace Vec<Vec<_>> with Vec<_> | Aaron Hill | -18/+9 |
| 2019-06-23 | Fix typos pointed out by @varkor | Aaron Hill | -9/+9 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -1/+1 |
| 2019-06-22 | Fix fallout from rebase | Aaron Hill | -4/+4 |
| 2019-06-22 | Change how we compute yield_in_scope | Aaron Hill | -0/+115 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -10/+10 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -10/+23 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -4/+1 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -10/+23 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -17/+17 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -3/+3 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -18/+18 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -24/+20 |
| 2019-06-16 | Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-06-15 | Rollup merge of #61824 - rust-lang:single_derive, r=eddyb | Mazdak Farrokhzad | -0/+11 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -4/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -43/+29 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -98/+98 |
| 2019-06-14 | in which we decline to lint single-use lifetimes in `derive`d impls | Zack M. Davis | -0/+11 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -91/+92 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -80/+80 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -41/+41 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -97/+97 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -3/+3 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+4 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -4/+4 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -1/+2 |
| 2019-06-01 | rustc: remove Res::Upvar. | Eduard-Mihai Burtescu | -35/+38 |
| 2019-06-01 | rustc: remove `has_parent` from `hir::Upvar`. | Eduard-Mihai Burtescu | -10/+4 |
| 2019-06-01 | rustc: track the body owner in liveness. | Eduard-Mihai Burtescu | -6/+21 |
| 2019-06-01 | rustc: remove closure ID from Res::Upvar. | Eduard-Mihai Burtescu | -17/+18 |
| 2019-06-01 | rustc: track the body owner DefId in MC and EUV. | Eduard-Mihai Burtescu | -7/+21 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -7/+9 |
| 2019-06-01 | rustc: remove the closure ID from hir::Upvar's parent field. | Eduard-Mihai Burtescu | -19/+24 |