| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove no longer working test | Alex Crichton | -141/+0 |
| 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 | Fix broken links to second edition TRPL. | Corey Farwell | -135/+135 |
| 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 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -115/+114 |
| 2018-12-31 | Rename and fix nolink-with-link-args test | Mika Lehtinen | -13/+12 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -0/+25 |
| 2018-12-30 | Tweak E0308 error for clarity | Esteban Küber | -40/+37 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -115/+135 |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-31 | const stabilizations: adjust run-pass tests. | Mazdak Farrokhzad | -6/+0 |
| 2018-12-30 | Fix variable string size problem in transmute test | varkor | -3/+3 |
| 2018-12-30 | Point at function name span | Esteban Küber | -30/+71 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -121/+83 |
| 2018-12-30 | Remove unused nll debug flags | Matthew Jasper | -15/+9 |
| 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 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -29/+33 |
| 2018-12-30 | Fix unresolved inference variable ICE. | David Wood | -2/+35 |