| Age | Commit message (Expand) | Author | Lines |
| 2019-01-03 | Implement the re-rebalance coherence rfc | Georg Semmler | -30/+95 |
| 2019-01-02 | try to detect affected code and direct people to #56105 | Niko Matsakis | -7/+42 |
| 2019-01-02 | track if any region constraints involved placeholders | Niko Matsakis | -4/+3 |
| 2019-01-02 | universe transition | Niko Matsakis | -134/+59 |
| 2019-01-02 | select.rs: unsizing coercion should use a subtype | Niko Matsakis | -2/+2 |
| 2019-01-02 | introduce ability to detect region constraints from snapshot | Niko Matsakis | -8/+22 |
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -106/+62 |
| 2019-01-02 | remove wrapper functions that had no purpose | Niko Matsakis | -56/+37 |
| 2019-01-02 | remove `commit_if_ok` wrapper | Niko Matsakis | -10/+1 |
| 2019-01-01 | Simplify and fix some diagnostics around arrays | Oliver Scherer | -14/+10 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -24/+27 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -61/+1 |
| 2018-12-30 | Always check well-formedness. | David Wood | -2/+62 |
| 2018-12-27 | Use `TraitEngine` in `enter_canonical_trait_query` | scalexm | -5/+8 |
| 2018-12-27 | Handle sub-typing in chalk-engine | scalexm | -0/+4 |
| 2018-12-27 | Integrate chalk engine | scalexm | -41/+218 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -6/+21 |
| 2018-12-27 | Implement "lifetime juggling" methods from chalk integration trait | scalexm | -3/+39 |
| 2018-12-27 | Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis | bors | -2/+2 |
| 2018-12-26 | Various changes to string format diagnostics | Esteban Küber | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -310/+0 |
| 2018-12-23 | Rollup merge of #56984 - ljedrz:dropck_outlives_tweaks, r=oli-obk | kennytm | -8/+7 |
| 2018-12-22 | Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakis | bors | -4/+3 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -3/+79 |
| 2018-12-19 | dropck: remove unnecessary call to cloned() | ljedrz | -1/+1 |
| 2018-12-19 | dropck: simplify common patterns | ljedrz | -7/+6 |
| 2018-12-18 | Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakis | bors | -1/+20 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -16/+76 |
| 2018-12-16 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -1/+20 |
| 2018-12-15 | stop treating trait objects from #[fundamental] traits as fundamental | Ariel Ben-Yehuda | -4/+3 |
| 2018-12-14 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -2/+2 |
| 2018-12-15 | move overflow error reporting out of the query | Ariel Ben-Yehuda | -2/+5 |
| 2018-12-15 | make autoderef steps a query | Ariel Ben-Yehuda | -0/+53 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -16/+76 |
| 2018-12-14 | process nested obligations in autoderef | Ariel Ben-Yehuda | -3/+23 |
| 2018-12-12 | specialize: remove Boxes used by Children::insert | ljedrz | -8/+33 |
| 2018-12-07 | Re-added accidentally-removed imports. | Alexander Regueiro | -1/+5 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -100/+100 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -15/+15 |
| 2018-12-06 | Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakis | bors | -17/+81 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -15/+15 |
| 2018-12-03 | pass the parameter environment to `traits::find_associated_item` | Ariel Ben-Yehuda | -3/+13 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -0/+1 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -1/+1 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+1 |
| 2018-11-28 | Filter out self-referential projection predicates | Aaron Hill | -1/+26 |
| 2018-11-28 | Check all substitution parameters for inference variables | Aaron Hill | -3/+8 |
| 2018-11-28 | Ensure that Rusdoc discovers all necessary auto trait bounds | Aaron Hill | -17/+51 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -1/+1 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -8/+8 |