| Age | Commit message (Expand) | Author | Lines |
| 2020-03-02 | Remove chalk integration | CAD97 | -43/+0 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -0/+14 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -2/+1 |
| 2020-02-17 | Querify object_safety_violations. | Camille GILLOT | -0/+132 |
| 2020-02-16 | Make librustc compile. | Camille GILLOT | -0/+739 |
| 2020-02-16 | Move librustc/{traits,infer} to librustc_infer. | Camille GILLOT | -645/+0 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -1/+0 |
| 2020-02-09 | Remove vestigial #43355-compat code | Jonas Schievink | -7/+0 |
| 2020-02-09 | Rollup merge of #68911 - jonas-schievink:inherent-overlap, r=petrochenkov | Jonas Schievink | -0/+1 |
| 2020-02-09 | Rollup merge of #68857 - Marwes:allocations, r=matthewjasper | Dylan DPC | -1/+3 |
| 2020-02-08 | Reduce Vec allocations in normalization by passing &mut Vec | Markus Westerlind | -1/+3 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -0/+1 |
| 2020-02-06 | lint impls that will become incoherent when leak-check is removed | Niko Matsakis | -0/+22 |
| 2020-02-05 | Move traits::select datatypes to traits::types. | Camille GILLOT | -2/+1 |
| 2020-02-05 | Move traits::Reveal to traits::types. | Camille GILLOT | -1/+1 |
| 2020-02-05 | Move rustc::traits datatypes to module traits::types. | Camille GILLOT | -681/+4 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -1/+0 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -12/+8 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -2/+2 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -12/+8 |
| 2020-01-16 | review comments | Esteban Küber | -1/+1 |
| 2020-01-16 | review comments | Esteban Küber | -7/+7 |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+11 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -7/+11 |
| 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 | -0/+2 |
| 2020-01-07 | Move structural_match to rustc::traits. | Camille GILLOT | -0/+4 |
| 2020-01-07 | Move ty::wf to traits. | Camille GILLOT | -0/+1 |
| 2020-01-07 | Make traits::util::* free functions. | Camille GILLOT | -0/+4 |
| 2020-01-07 | Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl... | Camille GILLOT | -1/+4 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | discriminant -> scrutinee | Mazdak Farrokhzad | -1/+1 |
| 2019-12-30 | Blame user type in pat type error. | Mazdak Farrokhzad | -2/+6 |
| 2019-12-30 | MatchExpressionArmPattern -> Pattern | Mazdak Farrokhzad | -2/+2 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -221/+232 |
| 2019-12-20 | Check associated type implementations for generic mismatches | Matthew Jasper | -0/+7 |
| 2019-11-21 | Applied suggestions from code review. | Alexander Regueiro | -1/+1 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -18/+17 |
| 2019-11-18 | Retire EnumLiftImpl. | Camille GILLOT | -5/+5 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -29/+19 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -1/+1 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -29/+19 |
| 2019-10-31 | Point at where clauses where the associated item was restricted | Esteban Küber | -1/+8 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -2/+3 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -0/+3 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -0/+2 |