| Age | Commit message (Expand) | Author | Lines |
| 2019-02-22 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -1/+19 |
| 2019-02-22 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -24/+61 |
| 2019-02-22 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-17 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -4/+4 |
| 2019-01-13 | Suggest removal of semicolon when appropriate | Esteban Küber | -1/+6 |
| 2019-01-13 | Tweak output of type mismatch between "then" and `else` `if` arms | Esteban Küber | -3/+6 |
| 2019-01-13 | Rollup merge of #57366 - estebank:point-match-discrim, r=varkor | Mazdak Farrokhzad | -4/+12 |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -4/+12 |
| 2019-01-11 | Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis | bors | -9/+24 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+24 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -5/+18 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -51/+50 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -32/+57 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -5/+18 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -15/+14 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -13/+57 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -76/+16 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -7/+22 |
| 2019-01-03 | Directly check if input_ty is a type parameter and therefore a | Georg Semmler | -41/+1 |
| 2019-01-03 | Fix tidy | Georg Semmler | -4/+4 |
| 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 |