| Age | Commit message (Expand) | Author | Lines |
| 2020-01-08 | review comment: wording | Esteban Küber | -6/+8 |
| 2020-01-08 | Point at the def span of trait refs E0277 | Esteban Küber | -6/+37 |
| 2020-01-08 | review comments | Esteban Küber | -17/+23 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -5/+92 |
| 2020-01-09 | Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk | Yuki Okushi | -158/+0 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -2/+0 |
| 2020-01-08 | Move constness.rs to librustc_mir. | Camille GILLOT | -156/+0 |
| 2020-01-08 | Display more informative ICE | Yuki Okushi | -5/+9 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -50/+69 |
| 2020-01-07 | Rename traits::drop -> traits::misc. | Camille GILLOT | -2/+2 |
| 2020-01-07 | Move magic traits queries to rustc::traits::drop. | Camille GILLOT | -199/+205 |
| 2020-01-07 | Move required_region_bounds to rustc::infer::opaque_types. | Camille GILLOT | -68/+70 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -5/+5 |
| 2020-01-07 | Move structural_match to rustc::traits. | Camille GILLOT | -5/+4 |
| 2020-01-07 | Move ty::wf to traits. | Camille GILLOT | -5/+7 |
| 2020-01-07 | Make traits::util::* free functions. | Camille GILLOT | -166/+175 |
| 2020-01-07 | Move subst_and_normalize_erasing_regionsto rustc::ty. | Camille GILLOT | -26/+24 |
| 2020-01-07 | Move normalize_erasing_regions to rustc::ty. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl... | Camille GILLOT | -47/+50 |
| 2020-01-07 | Make rustc::traits::error_reporting::{recursive_type_with_infinite_size_error... | Camille GILLOT | -56/+55 |
| 2020-01-07 | Make rustc::infer::error_reporting::{note_and_explain_free_region, note_and_e... | Camille GILLOT | -125/+164 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::print::pretty. | Camille GILLOT | -16/+16 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::outlives. | Camille GILLOT | -27/+23 |
| 2020-01-07 | Remove trivial function. | Camille GILLOT | -6/+2 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::trait::object_safety. | Camille GILLOT | -501/+508 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::middle::stability. | Camille GILLOT | -25/+23 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::infer::error_reporting. | Camille GILLOT | -108/+109 |
| 2020-01-07 | Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwco | Yuki Okushi | -12/+5 |
| 2020-01-07 | Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=Centril | Yuki Okushi | -2/+1 |
| 2020-01-07 | Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton | Yuki Okushi | -1/+0 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -2/+1 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -1/+0 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -283/+262 |
| 2020-01-06 | Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisa | Dylan DPC | -0/+6 |
| 2020-01-06 | Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obk | Dylan DPC | -2/+27 |
| 2020-01-06 | Fix ICE in const pretty printing and resolve FIXME | varkor | -12/+5 |
| 2020-01-05 | Silence `TooGeneric` error | varkor | -0/+6 |
| 2020-01-05 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -7/+3 |
| 2020-01-05 | s/projections/params/ | Aaron Hill | -1/+1 |
| 2020-01-05 | Run rustfmt | Aaron Hill | -1/+2 |
| 2020-01-05 | Change 'panic!' to 'bug!' | Aaron Hill | -1/+1 |
| 2020-01-05 | Fix ICE involving calling `Instance.ty` during const evaluation | Aaron Hill | -0/+28 |
| 2020-01-05 | Correctly check for opaque types in `assoc_ty_def` | Matthew Jasper | -1/+1 |
| 2020-01-05 | Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril | Dylan DPC | -10/+10 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -271/+261 |
| 2020-01-05 | librustc/hir.rs -> librustc/hir/mod.rs | Mazdak Farrokhzad | -0/+0 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -12/+1 |
| 2020-01-05 | Auto merge of #67777 - Zoxc:time-refactor, r=wesleywiser | bors | -154/+15 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -154/+15 |