| Age | Commit message (Expand) | Author | Lines |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+1 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -1/+1 |
| 2019-07-08 | Note that `eq_trait` denotes `trait PartialEq`, not `Eq`, so you don't have t... | Felix S. Klock II | -0/+1 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -63/+85 |
| 2019-07-07 | resolve: Use standard stability diagnostics for macros | Vadim Petrochenkov | -28/+32 |
| 2019-07-07 | Collect library features from non-exported macros | Vadim Petrochenkov | -1/+5 |
| 2019-07-06 | in which we suggest anonymizing single-use lifetimes in paths | Zack M. Davis | -25/+56 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -1/+1 |
| 2019-07-06 | Cleanup liveness comment. | Mazdak Farrokhzad | -13/+6 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -66/+18 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -27/+27 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -6/+5 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -20/+20 |
| 2019-07-03 | Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkov | bors | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -20/+20 |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -3/+5 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -6/+5 |
| 2019-07-01 | rustc: use a separate copy of P for HIR than for AST. | Eduard-Mihai Burtescu | -3/+3 |
| 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 |