| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -10/+10 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: tie the 'tcx between Print and PrintCx in ty::print. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: rename PrintContext to PrintCx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -7/+8 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -15/+15 |
| 2019-03-05 | Clean up some generic substs handling | varkor | -10/+21 |
| 2019-03-05 | Stub methods in infer | varkor | -19/+34 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -11/+11 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -16/+16 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -1/+1 |
| 2019-02-25 | Auto merge of #58649 - pnkfelix:issue-57464-avoid-ice-when-region-sneaks-into... | bors | -1/+10 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -1/+1 |
| 2019-02-22 | Fix #57979 by allowing a legitimate type error to take precedence over an ICE. | Felix S. Klock II | -1/+10 |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -0/+12 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -13/+170 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -15/+44 |
| 2019-02-21 | reintroduce `commit_if_ok` calls to `subtype_predicate` | Niko Matsakis | -14/+16 |
| 2019-02-21 | reintroduce `commit_if_ok` call into `higher_ranked_sub` | Niko Matsakis | -26/+25 |
| 2019-02-20 | Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix | bors | -26/+81 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -1/+1 |
| 2019-02-15 | make generalization code create new variables in correct universe | Niko Matsakis | -21/+64 |
| 2019-02-15 | include more universe information in `debug!` printouts | Niko Matsakis | -5/+17 |
| 2019-02-14 | Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix | Mazdak Farrokhzad | -20/+21 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -12/+21 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -20/+21 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -14/+15 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -17/+18 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -3/+3 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -125/+134 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -12/+13 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -7/+7 |
| 2019-02-11 | Remove two dead functions. | Nicholas Nethercote | -8/+0 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -125/+134 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -14/+10 |