| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | rename to "member constraints" | Niko Matsakis | -6/+6 |
| 2019-07-02 | preliminary integration of "pick constraints" into nll solver | Niko Matsakis | -2/+2 |
| 2019-07-02 | enforce and report pick-constraint errors | Niko Matsakis | -1/+21 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -2/+2 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -3/+3 |
| 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 | -2/+2 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -5/+4 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -5/+4 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -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-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -55/+54 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -18/+18 |
| 2019-06-05 | Fix after rebase | varkor | -2/+2 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -3/+3 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -6/+3 |
| 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 |
| 2019-06-01 | Account for cases where we can find the type arg name, but the local name is `_` | Esteban Küber | -0/+5 |
| 2019-06-01 | review comment: tweak wording | Esteban Küber | -9/+13 |
| 2019-05-31 | Tweak wording | Esteban Küber | -19/+13 |
| 2019-05-31 | On type inference errors use the type argument name when possible | Esteban Küber | -10/+42 |
| 2019-05-31 | Alternative wording for inference failure | Esteban Küber | -23/+13 |
| 2019-05-31 | Add more detail to type inference error | Esteban Küber | -15/+55 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -4/+0 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -8/+8 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -4/+4 |
| 2019-05-06 | Implement `ToTrace` for `ty::Const` | varkor | -0/+1 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-01 | Resolve match arm ty when arms diverge | Esteban Küber | -1/+1 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -12/+12 |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -13/+31 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -13/+31 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -14/+10 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -14/+10 |
| 2019-04-14 | Rollup merge of #59735 - matklad:deadcode, r=sanxiyn | Mazdak Farrokhzad | -1/+1 |
| 2019-04-10 | Suggest removing `?` to resolve type errors. | David Wood | -1/+27 |
| 2019-04-05 | remove lookup_char_pos_adj | Aleksey Kladov | -1/+1 |
| 2019-04-03 | Deny internal lints in librustc | flip1995 | -11/+11 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -34/+13 |
| 2019-03-29 | Suggest using anonymous lifetime in `impl Trait` return | Esteban Küber | -6/+36 |
| 2019-03-15 | rustc: provide DisambiguatedDefPathData in ty::print. | Eduard-Mihai Burtescu | -2/+4 |