| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | rustc: pass Option<&Substs> and Namespace around in ty::item_path. | Eduard-Mihai Burtescu | -48/+109 |
| 2019-03-15 | rustc: move the FORCE_IMPL_FILENAME_LINE handling into LocalPathPrinter. | Eduard-Mihai Burtescu | -26/+26 |
| 2019-03-15 | rustc: explicitly pass the namespace to PrintCx::parameterized. | Eduard-Mihai Burtescu | -37/+49 |
| 2019-03-15 | rustc: move the formatter into ty::print::PrintCx. | Eduard-Mihai Burtescu | -415/+426 |
| 2019-03-15 | rustc: add a ty::RegionKind::display_outputs_anything method to avoid printin... | Eduard-Mihai Burtescu | -37/+120 |
| 2019-03-15 | rustc: always rely on '_ to be not printed by ty::Region itself. | Eduard-Mihai Burtescu | -70/+60 |
| 2019-03-15 | rustc: remove ty::item_path::RootMode by moving local logic into the printer. | Eduard-Mihai Burtescu | -325/+244 |
| 2019-03-15 | rustc: rewrite ty::item_path to be more functional than mutation-oriented. | Eduard-Mihai Burtescu | -106/+130 |
| 2019-03-15 | rustc: support impl's in PrintCx::parameterized. | Eduard-Mihai Burtescu | -0/+16 |
| 2019-03-15 | rustc: rewrite PrintCx::parameterized to be much simpler and more general. | Eduard-Mihai Burtescu | -209/+124 |
| 2019-03-15 | rustc: use define_print! to implement fmt::{Display,Debug} for Kind. | Eduard-Mihai Burtescu | -20/+18 |
| 2019-03-15 | rustc: tie the 'tcx between Print and PrintCx in ty::print. | Eduard-Mihai Burtescu | -92/+113 |
| 2019-03-15 | rustc: implement fmt::{Debug,Display} on Ty instead of TyS. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -29/+24 |
| 2019-03-15 | rustc: keep a TyCtxt in PrintCx and use it instead of ty::tls. | Eduard-Mihai Burtescu | -208/+190 |
| 2019-03-15 | rustc: rename PrintContext to PrintCx. | Eduard-Mihai Burtescu | -17/+17 |
| 2019-03-15 | rustc: don't support missing TLS TyCtxt in ty::print. | Eduard-Mihai Burtescu | -4/+3 |
| 2019-03-15 | rustc: don't support `tcx.lift` returning `None` in ppaux. | Eduard-Mihai Burtescu | -33/+24 |
| 2019-03-15 | rustc: uniformize all lift expect messages to "could not lift for printing". | Eduard-Mihai Burtescu | -3/+3 |
| 2019-03-15 | rustc: add a 'tcx parameter to Print. | Eduard-Mihai Burtescu | -11/+14 |
| 2019-03-15 | rustc: start moving util::ppaux to ty::print. | Eduard-Mihai Burtescu | -83/+93 |
| 2019-03-15 | rustc: remove unnecessary extern_prelude logic from ty::item_path. | Eduard-Mihai Burtescu | -62/+45 |
| 2019-03-14 | Add `-Z allow_features=...` flag | Tyler Mandry | -0/+6 |
| 2019-03-14 | Add support for comma-separated option lists | Tyler Mandry | -0/+13 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -32/+57 |
| 2019-03-14 | Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister | bors | -277/+23 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -7/+6 |
| 2019-03-13 | Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoerister | bors | -2622/+350 |
| 2019-03-13 | Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelix | Mazdak Farrokhzad | -2/+3 |
| 2019-03-13 | Rollup merge of #59129 - sanxiyn:visit-impl-trait, r=varkor | Mazdak Farrokhzad | -1/+12 |
| 2019-03-13 | Rollup merge of #59093 - Zoxc:no-prealloc, r=michaelwoerister | Mazdak Farrokhzad | -10/+0 |
| 2019-03-12 | Suggest adding lifetime to struct field | Esteban Küber | -1/+8 |
| 2019-03-13 | Add missing project attributes | John Kåre Alsaker | -0/+2 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -2622/+348 |
| 2019-03-12 | review comments | Esteban Küber | -1/+1 |
| 2019-03-12 | Suggest return lifetime when there's only one named lifetime | Esteban Küber | -4/+33 |
| 2019-03-12 | rustc: fix ICE when trait alias has bare Self | Sean McArthur | -2/+4 |
| 2019-03-12 | ignore higher-ranked WF requirements for trait objects | Niko Matsakis | -2/+1 |
| 2019-03-12 | add a useful debug printout | Niko Matsakis | -0/+2 |
| 2019-03-12 | Explain the bits of `UndefMask` | Oliver Scherer | -0/+2 |
| 2019-03-12 | Visit impl Trait for dead_code lint | Seo Sanghyeon | -1/+12 |
| 2019-03-12 | Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trai... | bors | -0/+14 |
| 2019-03-11 | Remove precompute_in_scope_traits_hashes | John Kåre Alsaker | -10/+0 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -2/+6 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -277/+23 |
| 2019-03-10 | hir: remove trait_auto_impl | ljedrz | -17/+0 |
| 2019-03-10 | hir: replace NodeId with HirId in trait_impls | ljedrz | -6/+8 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -80/+68 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -29/+14 |
| 2019-03-09 | Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk | Mazdak Farrokhzad | -17/+17 |