| Age | Commit message (Expand) | Author | Lines |
| 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 | Show suggestion to use .char().nth() and link to The Book on unimplemented In... | folex | -0/+4 |
| 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 | Improve diagnostic labels and add note. | David Wood | -17/+35 |
| 2019-01-04 | Make conflicting borrow description more robust. | David Wood | -0/+96 |
| 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-03 | Improve error generation, fixup recursion limits | Aaron Hill | -77/+7 |
| 2019-01-03 | Fix stack overflow when finding blanket impls | Aaron Hill | -0/+34 |
| 2019-01-04 | stabilize convert::identity | Mazdak Farrokhzad | -2/+0 |
| 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 | Fix bug in associated constant type annotations. | David Wood | -0/+43 |
| 2019-01-03 | Auto merge of #55517 - nikomatsakis:universes, r=scalexm | bors | -593/+529 |
| 2019-01-03 | Fix unused_assignments false positive | Shotaro Yamada | -0/+9 |
| 2019-01-02 | update to reflect changes recommended by @shepmaster his review | Ozaren | -16/+9 |
| 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 |
| 2019-01-02 | add tests exercising `exists<'a> { forall<'b> { .. } }` pattern | Niko Matsakis | -0/+163 |
| 2019-01-02 | select.rs: unsizing coercion should use a subtype | Niko Matsakis | -7/+9 |