| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | opaque_types/mod.rs: rustfmt | Niko Matsakis | -90/+51 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -3/+3 |
| 2019-06-26 | Check for local types in writeback with debug assertions | John Kåre Alsaker | -0/+4 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -1/+1 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -3/+3 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -0/+1 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -3/+3 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -1/+1 |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -0/+1 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -11/+11 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -5/+5 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -2/+2 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -5/+5 |
| 2019-06-20 | replace NodeId with HirId in infer::SubregionOrigin | ljedrz | -3/+3 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -1/+1 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -5/+4 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -37/+18 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -5/+4 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -28/+28 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -1/+1 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -7/+7 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -12/+12 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -37/+18 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -70/+61 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -318/+316 |
| 2019-06-12 | Use a single lifetime for MIR construction | John Kåre Alsaker | -2/+2 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -18/+20 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -57/+57 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -94/+90 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -30/+32 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -5/+4 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -5/+7 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -18/+23 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -18/+14 |
| 2019-06-05 | Fix after rebase | varkor | -2/+2 |
| 2019-06-05 | Refactor `ConstVariableOrigin` into `ConstVariableOrigin` and `ConstVariableO... | varkor | -17/+45 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -31/+59 |
| 2019-06-05 | Remove unused `TypeVariableOrigin` variants | varkor | -3/+0 |
| 2019-06-04 | Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelix | Pietro Albini | -3/+7 |
| 2019-06-04 | Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-06-03 | Don't canonicalize `'static` in normalize | Matthew Jasper | -3/+7 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -6/+3 |
| 2019-06-03 | Auto merge of #57214 - Zoxc:no-local-interners, r=eddyb | bors | -11/+2 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -3/+6 |
| 2019-06-03 | Auto merge of #61361 - estebank:infer-type, r=varkor | bors | -18/+83 |