| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -331/+0 |
| 2020-03-14 | Move IntercrateAmbiguityCause back to rustc::traits::select. | Camille GILLOT | -0/+41 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-02-16 | Make librustc compile. | Camille GILLOT | -0/+290 |
| 2020-02-16 | Move librustc/{traits,infer} to librustc_infer. | Camille GILLOT | -3832/+0 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -4/+4 |
| 2020-02-11 | Review comments. | Camille GILLOT | -3/+3 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -4/+3 |
| 2020-02-11 | Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-02-10 | preallocate 2 Vecs in traits; tweak WfPredicates::normalize | ljedrz | -1/+1 |
| 2020-02-10 | Rollup merge of #68966 - jonas-schievink:coherence-perf, r=varkor | Dylan DPC | -29/+15 |
| 2020-02-10 | Rollup merge of #68694 - nnethercote:reduce-RefCells-in-InferCtxt, r=varkor | Dylan DPC | -1/+1 |
| 2020-02-09 | Remove vestigial #43355-compat code | Jonas Schievink | -29/+15 |
| 2020-02-10 | Reduce the number of `RefCell`s in `InferCtxt`. | Nicholas Nethercote | -1/+1 |
| 2020-02-08 | Reduce Vec allocations in normalization by passing &mut Vec | Markus Westerlind | -28/+28 |
| 2020-02-05 | Move EvaluationCache::clear. | Camille GILLOT | -7/+0 |
| 2020-02-05 | Move traits::select datatypes to traits::types. | Camille GILLOT | -293/+2 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -7/+4 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -2/+2 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -4/+6 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -5/+57 |
| 2020-01-16 | remove dead code | Matthias Krüger | -10/+6 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -2/+7 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -2/+7 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Don't discard marker trait impls when inference variables are present | Aaron Hill | -5/+57 |
| 2020-01-07 | Move ty::wf to traits. | Camille GILLOT | -2/+3 |
| 2020-01-07 | Make traits::util::* free functions. | Camille GILLOT | -28/+31 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -527/+265 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -16/+6 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -16/+6 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-02 | rustc: allow non-empty ParamEnv's in global trait select/eval caches. | Eduard-Mihai Burtescu | -8/+4 |
| 2019-12-02 | rustc: include ParamEnv in global trait select/eval cache keys. | Eduard-Mihai Burtescu | -10/+15 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -2/+2 |
| 2019-11-21 | Applied suggestions from code review. | Alexander Regueiro | -15/+15 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -146/+142 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -13/+2 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -18/+1 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -2/+2 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -1/+7 |
| 2019-10-08 | Remove `InferCtxt::in_snapshot()`. | Nicholas Nethercote | -17/+18 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -5/+6 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -6/+16 |