| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-15 | rustc: slice substs in ty::print instead of passing the full ones. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt. | Eduard-Mihai Burtescu | -34/+34 |
| 2019-03-15 | rustc: don't thread existential projections through path_generic_args. | Eduard-Mihai Burtescu | -4/+11 |
| 2019-03-15 | rustc: make `pretty_path_generic_args`' task as simple as possible. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-03-15 | rustc: print elided regions as '_ instead of nothing, and use a separate chec... | Eduard-Mihai Burtescu | -3/+7 |
| 2019-03-15 | rustc: move ty::print::PrintConfig's fields to FmtPrinter. | Eduard-Mihai Burtescu | -10/+5 |
| 2019-03-15 | rustc: make util::ppaux private. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter. | Eduard-Mihai Burtescu | -7/+6 |
| 2019-03-15 | rustc: support overriding type printing in ty::print::Printer. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-03-15 | rustc: support overriding region printing in ty::print::Printer. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-03-15 | rustc: centralize region printing in ty::RegionKind's Print impl. | Eduard-Mihai Burtescu | -2/+5 |
| 2019-03-15 | rustc: don't keep RegionHighlightMode in a thread-local. | Eduard-Mihai Burtescu | -113/+142 |
| 2019-03-15 | rustc: pass ty::print::PrintCx by value. | Eduard-Mihai Burtescu | -11/+26 |