| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -2/+7 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -0/+9 |
| 2019-03-28 | Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister | Mazdak Farrokhzad | -3/+7 |
| 2019-03-27 | Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister | Josh Stone | -0/+3 |
| 2019-03-27 | Add comments for new `AdtDef` functions. | David Wood | -0/+5 |
| 2019-03-26 | Combine input and eval_always query types | John Kåre Alsaker | -3/+7 |
| 2019-03-26 | Rollup merge of #59315 - Zoxc:move-query, r=oli-obk | Mazdak Farrokhzad | -139/+4 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -0/+3 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -3/+3 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -3/+3 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -12/+10 |
| 2019-03-24 | Slightly more uniform treatment of struct and variant constructors | Vadim Petrochenkov | -2/+2 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -134/+27 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -78/+192 |
| 2019-03-24 | Auto merge of #59199 - estebank:untrack-errors, r=eddyb | bors | -3/+2 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -2/+2 |
| 2019-03-22 | address review comments | Esteban Küber | -3/+2 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -12/+16 |
| 2019-03-20 | Add eval_always to query macro and move a query over | John Kåre Alsaker | -12/+0 |
| 2019-03-20 | Add anon to query macro and move a query over | John Kåre Alsaker | -16/+0 |
| 2019-03-20 | Add no_force to query macro and move some queries over | John Kåre Alsaker | -49/+2 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -62/+2 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -15/+14 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -41/+3 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -37/+28 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -12/+16 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -261/+130 |
| 2019-03-16 | Rollup merge of #59201 - lambda:remove-repr-simd-isize-usize-restriction, r=a... | kennytm | -1/+0 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -0/+9 |
| 2019-03-15 | Remove restriction on isize/usize in repr(simd) | Brian Campbell | -1/+0 |
| 2019-03-15 | Fix rebase fallout and address some review comments. | Eduard-Mihai Burtescu | -1/+9 |
| 2019-03-15 | rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: provide DisambiguatedDefPathData in ty::print. | Eduard-Mihai Burtescu | -33/+67 |
| 2019-03-15 | rustc: slice substs in ty::print instead of passing the full ones. | Eduard-Mihai Burtescu | -80/+71 |
| 2019-03-15 | rustc: let ty::print::pretty's p! macro call arbitrary methods. | Eduard-Mihai Burtescu | -35/+32 |
| 2019-03-15 | rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt. | Eduard-Mihai Burtescu | -751/+687 |
| 2019-03-15 | rustc: remove the ability for pretty-printers to override nesting. | Eduard-Mihai Burtescu | -66/+55 |
| 2019-03-15 | rustc: don't thread existential projections through path_generic_args. | Eduard-Mihai Burtescu | -138/+183 |
| 2019-03-15 | rustc: make `pretty_path_generic_args`' task as simple as possible. | Eduard-Mihai Burtescu | -78/+57 |
| 2019-03-15 | rustc: print elided regions as '_ instead of nothing, and use a separate chec... | Eduard-Mihai Burtescu | -30/+28 |
| 2019-03-15 | rustc: always hide defaulted generic args, even in verbose mode. | Eduard-Mihai Burtescu | -25/+28 |
| 2019-03-15 | rustc: move ty::print::PrintConfig's fields to FmtPrinter. | Eduard-Mihai Burtescu | -161/+166 |
| 2019-03-15 | rustc: streamline the Print/fmt::Display impls in ppaux and move them to ty::... | Eduard-Mihai Burtescu | -6/+303 |
| 2019-03-15 | rustc: remove obsolete hacks from ppaux, relating to normalization under HRTB. | Eduard-Mihai Burtescu | -48/+77 |
| 2019-03-15 | rustc: move Debug impls from ppaux to ty::structural_impls. | Eduard-Mihai Burtescu | -0/+281 |
| 2019-03-15 | rustc: disconnect all the Debug functionality from ty::print. | Eduard-Mihai Burtescu | -42/+18 |
| 2019-03-15 | rustc: make util::ppaux private. | Eduard-Mihai Burtescu | -3/+8 |
| 2019-03-15 | rustc: remove fields from ty::print::PrintConfig available from tcx. | Eduard-Mihai Burtescu | -23/+13 |
| 2019-03-15 | rustc: split out the pretty-printing parts of ty::print into a separate module. | Eduard-Mihai Burtescu | -894/+1315 |
| 2019-03-15 | rustc: move ty/print.rs to ty/print/mod.rs. | Eduard-Mihai Burtescu | -0/+0 |