| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton | bors | -21/+26 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -39/+49 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -453/+815 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -267/+1648 |
| 2019-01-04 | Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis | bors | -0/+6 |
| 2019-01-04 | add test for #57162 | Ariel Ben-Yehuda | -0/+7 |
| 2019-01-04 | add some debug logging to collect | Ariel Ben-Yehuda | -2/+6 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -134/+451 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -584/+486 |
| 2019-01-04 | Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakis | bors | -11/+342 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -12/+25 |
| 2019-01-04 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -145/+309 |
| 2019-01-04 | Update tests changed by rebase | Georg Semmler | -4/+39 |
| 2019-01-04 | Auto merge of #57315 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-01-04 | Auto merge of #56958 - alexcrichton:upgrade-docker, r=kennytm | bors | -3/+5 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -90/+478 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -254/+54 |
| 2019-01-04 | Revert "fix stupid bug" | Ariel Ben-Yehuda | -48/+38 |
| 2019-01-04 | add comment to <List<ExistentialPredicates>>::principal | Ariel Ben-Yehuda | -1/+25 |
| 2019-01-04 | hack-fix to rustdoc | Ariel Ben-Yehuda | -4/+15 |
| 2019-01-04 | add tests | Ariel Ben-Yehuda | -0/+41 |
| 2019-01-04 | fix ppaux | Ariel Ben-Yehuda | -1/+8 |
| 2019-01-04 | avoid giving a principal to marker-only trait objects | Ariel Ben-Yehuda | -2/+8 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -132/+203 |
| 2019-01-03 | Forbid impl Trait from referring to unnamable recursive types | Matthew Jasper | -11/+340 |
| 2019-01-03 | More test deduplication | Georg Semmler | -446/+38 |
| 2019-01-03 | Add missing files | Georg Semmler | -127/+1008 |
| 2019-01-03 | Fix typo | Georg Semmler | -1/+1 |
| 2019-01-03 | Unify tests | Georg Semmler | -2723/+400 |
| 2019-01-03 | Update some new tests to changed error messages | Georg Semmler | -5/+5 |
| 2019-01-03 | Fix failing compile tests | Georg Semmler | -1/+2 |
| 2019-01-03 | Directly check if input_ty is a type parameter and therefore a | Georg Semmler | -41/+1 |
| 2019-01-03 | Update src/doc/unstable-book/src/language-features/re-rebalance-coherence.md | varkor | -1/+1 |
| 2019-01-03 | Fix tidy | Georg Semmler | -4/+4 |
| 2019-01-03 | Add some docs about the new feature to the unstable book | Georg Semmler | -0/+23 |
| 2019-01-03 | Add some tests | Georg Semmler | -0/+3144 |
| 2019-01-03 | Implement the re-rebalance coherence rfc | Georg Semmler | -30/+98 |
| 2019-01-03 | Update cargo | Eric Huss | -0/+0 |
| 2019-01-03 | Display `impl Sized` correctly | Matthew Jasper | -0/+2 |
| 2019-01-03 | ci: Upgrade Travis to Xenial | Alex Crichton | -3/+5 |
| 2019-01-03 | Auto merge of #55517 - nikomatsakis:universes, r=scalexm | bors | -1777/+1563 |
| 2019-01-03 | Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasper | bors | -6/+48 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -46/+55 |
| 2019-01-02 | try to detect affected code and direct people to #56105 | Niko Matsakis | -7/+48 |
| 2019-01-02 | track if any region constraints involved placeholders | Niko Matsakis | -14/+33 |
| 2019-01-02 | pacify the mercilous eddyb ;) | Niko Matsakis | -2/+4 |
| 2019-01-02 | add some comments about lifetimes etc | Niko Matsakis | -0/+18 |
| 2019-01-02 | address tmandry nits | Niko Matsakis | -63/+14 |
| 2019-01-02 | pacify the mercilous tidy | Niko Matsakis | -7/+9 |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -379/+233 |