| Age | Commit message (Expand) | Author | Lines |
| 2019-01-06 | Auto merge of #57272 - petrochenkov:featrecov, r=estebank | bors | -175/+297 |
| 2019-01-06 | Fix CI failures | Vadim Petrochenkov | -63/+64 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -112/+233 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -33/+33 |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -141/+0 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -112/+112 |
| 2019-01-05 | Auto merge of #57354 - kennytm:rollup, r=kennytm | bors | -165/+184 |
| 2019-01-05 | Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez | kennytm | -0/+7 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -135/+135 |
| 2019-01-05 | Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichton | kennytm | -13/+12 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -0/+19 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -15/+9 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -7/+34 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -0/+6 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -73/+343 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -235/+1565 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -0/+19 |
| 2019-01-04 | add test for #57162 | Ariel Ben-Yehuda | -0/+7 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -14/+220 |
| 2019-01-04 | force binary filename for compiled doctests | QuietMisdreavus | -0/+7 |
| 2019-01-04 | Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakis | bors | -8/+222 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -10/+10 |
| 2019-01-04 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -0/+88 |
| 2019-01-04 | Update tests changed by rebase | Georg Semmler | -4/+39 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -75/+297 |
| 2019-01-04 | add tests | Ariel Ben-Yehuda | -0/+41 |
| 2019-01-03 | Forbid impl Trait from referring to unnamable recursive types | Matthew Jasper | -8/+222 |
| 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 | Add some tests | Georg Semmler | -0/+3144 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -2/+2 |
| 2019-01-03 | use structured suggestion for method calls | Andy Russell | -33/+33 |
| 2019-01-03 | Auto merge of #55517 - nikomatsakis:universes, r=scalexm | bors | -593/+529 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -1/+1 |
| 2019-01-02 | try to detect affected code and direct people to #56105 | Niko Matsakis | -0/+2 |
| 2019-01-02 | address tmandry nits | Niko Matsakis | -63/+14 |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -298/+98 |
| 2019-01-02 | say "the lifetime" instead of "some lifetime" when it feels right | Niko Matsakis | -8/+8 |
| 2019-01-02 | apply the same logic to ConcreteFailure errors | Niko Matsakis | -38/+19 |
| 2019-01-02 | apply the new placeholder errors even with just one placeholder | Niko Matsakis | -45/+40 |
| 2019-01-02 | introduce placeholder-placeholder errors for trait matching | Niko Matsakis | -91/+35 |
| 2019-01-02 | WIP other test changes | Niko Matsakis | -7/+6 |
| 2019-01-02 | tests: cases where we now do the right thing but did not before | Niko Matsakis | -137/+137 |
| 2019-01-02 | tests: worse diagnostics, but basically same errors | Niko Matsakis | -437/+463 |
| 2019-01-02 | tests: move coherence-subtyping from run-pass to compile-fail | Niko Matsakis | -1/+33 |