| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 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 |
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -0/+41 |
| 2019-01-02 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -0/+38 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -14/+220 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -103/+103 |
| 2019-01-02 | Auto merge of #57251 - petrochenkov:reregr, r=varkor | bors | -1/+13 |
| 2019-01-01 | Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkov | bors | -0/+80 |
| 2019-01-01 | syntax: Fix regression in diagnostics for patterns in trait method parameters | Vadim Petrochenkov | -1/+13 |
| 2019-01-01 | Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelix | bors | -14/+150 |
| 2019-01-01 | Auto merge of #57210 - estebank:str-err, r=zackmdavis | bors | -5/+73 |
| 2019-01-01 | Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril | bors | -171/+13 |
| 2019-01-01 | Auto merge of #57199 - petrochenkov:ambig, r=estebank | bors | -2/+13 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -103/+103 |
| 2018-12-31 | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1 | bors | -35/+163 |
| 2019-01-01 | Address review comments | Vadim Petrochenkov | -19/+19 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -20/+148 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -28/+33 |