| Age | Commit message (Expand) | Author | Lines |
| 2019-08-09 | Be more accurate when mentioning type of found match arms | Esteban Küber | -28/+10 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 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 | -1/+1 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -1/+1 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -5/+5 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -4/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 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 | -5/+5 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -4/+0 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -3/+3 |
| 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 | -3/+3 |
| 2019-05-06 | Implement `ToTrace` for `ty::Const` | varkor | -0/+1 |
| 2019-05-01 | Resolve match arm ty when arms diverge | Esteban Küber | -1/+1 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -6/+6 |
| 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-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 | -27/+27 |
| 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 | -3/+2 |
| 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 | -4/+1 |
| 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: pass ty::print::PrintCx by value. | Eduard-Mihai Burtescu | -11/+26 |
| 2019-03-15 | rustc: split off most of ty::print::PrintCx's fields into a separate struct. | Eduard-Mihai Burtescu | -2/+3 |
| 2019-03-15 | rustc: uniformize ty::print's error handling by requiring Result. | Eduard-Mihai Burtescu | -8/+12 |
| 2019-03-15 | rustc: remove `ty::print::FORCE_ABSOLUTE` altogether. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: assert `ty::print::FORCE_ABSOLUTE` isn't needed anymore. | Eduard-Mihai Burtescu | -9/+58 |
| 2019-03-15 | rustc: merge PrintCx::parameterized and def_path printing. | Eduard-Mihai Burtescu | -2/+5 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -8/+8 |
| 2019-03-15 | rustc: rename PrintContext to PrintCx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-05 | Stub methods in infer | varkor | -11/+5 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -5/+5 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -12/+21 |