| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -0/+88 |
| 2019-01-03 | Forbid impl Trait from referring to unnamable recursive types | Matthew Jasper | -8/+222 |
| 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 |
| 2018-12-31 | Do not use unicode character in diagnostic help | Esteban Küber | -3/+3 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -28/+33 |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -8/+15 |
| 2018-12-31 | Account for `\xFF` and `\u{FF}` sequences in string format errors | Esteban Küber | -1/+62 |
| 2018-12-31 | Update tests after rebase | Esteban Küber | -0/+4 |
| 2018-12-31 | Address review comments | Esteban Küber | -7/+55 |
| 2018-12-31 | Suggest using raw identifiers in 2018 edition when using keywords | Esteban Küber | -7/+35 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -0/+25 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -115/+135 |
| 2018-12-30 | Fix variable string size problem in transmute test | varkor | -3/+3 |
| 2018-12-30 | Auto merge of #57205 - petrochenkov:extrecov, r=estebank | bors | -25/+42 |
| 2018-12-30 | Change return types and check return values in tests. | Camille GILLOT | -9/+20 |
| 2018-12-30 | Move tests to ui. | Camille GILLOT | -0/+2 |
| 2018-12-30 | test: Add test for issues 45510 and 18952. | Camille GILLOT | -0/+75 |
| 2018-12-30 | Guarantee `rustc_dump_user_substs` error order. | David Wood | -8/+8 |