| Age | Commit message (Expand) | Author | Lines |
| 2022-08-09 | Rollup merge of #100305 - TaKO8Ki:suggest-adding-appropriate-missing-pattern-... | Dylan DPC | -0/+43 |
| 2022-08-09 | Rollup merge of #100228 - luqmana:suggestion-ice, r=estebank | Dylan DPC | -0/+49 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+125 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -76/+136 |
| 2022-08-09 | Keep going if normalized projection has unevaluated consts in QueryNormalizer | Michael Goulet | -0/+279 |
| 2022-08-09 | Extend comma suggestion to cases where fields arent missing | Michael Goulet | -11/+60 |
| 2022-08-09 | Move JSON tests into a directory. | Nicholas Nethercote | -2/+2 |
| 2022-08-09 | suggest adding an appropriate missing pattern excluding comments | Takayuki Maeda | -0/+43 |
| 2022-08-09 | Rollup merge of #100268 - TaKO8Ki:add-regression-test-for-79148, r=Mark-Simul... | Matthias Krüger | -0/+45 |
| 2022-08-09 | Rollup merge of #100238 - Bryysen:master, r=cjgillot | Matthias Krüger | -101/+78 |
| 2022-08-09 | Rollup merge of #100163 - TaKO8Ki:remove-unnecessary-string-search, r=wesleyw... | Matthias Krüger | -3/+6 |
| 2022-08-09 | Add ui test for #100197 | Obei Sideg | -0/+20 |
| 2022-08-08 | Fix plural form of `variant` in error message not formatting correctly | Bryysen | -32/+26 |
| 2022-08-08 | Add test for #100246. | Luqman Aden | -0/+43 |
| 2022-08-08 | add regression test for #79148 | Takayuki Maeda | -0/+45 |
| 2022-08-08 | Auto merge of #98863 - compiler-errors:projection-msg, r=estebank | bors | -65/+75 |
| 2022-08-08 | Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiasko | bors | -58/+45 |
| 2022-08-08 | Adjust wording | Michael Goulet | -65/+74 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -30/+31 |
| 2022-08-07 | Add tuple trait tests | Michael Goulet | -3/+97 |
| 2022-08-07 | Add UI test for #100199 | Luqman Aden | -0/+49 |
| 2022-08-07 | Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2022-08-07 | Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-Simulacrum | Matthias Krüger | -181/+124 |
| 2022-08-07 | Rollup merge of #100019 - TaKO8Ki:suggest-boxed-trait-objects-instead-of-impl... | Matthias Krüger | -0/+181 |
| 2022-08-07 | Fail gracefully when const pattern is not structural match. | Camille GILLOT | -0/+41 |
| 2022-08-07 | Further improve error message for E0081 | Bryysen | -77/+60 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+114 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -0/+33 |
| 2022-08-07 | Do not manually craft a span pointing inside a multibyte character. | Camille GILLOT | -0/+54 |
| 2022-08-07 | fix wrong suggestions for boxed trait objects instead of impl trait | Takayuki Maeda | -4/+88 |
| 2022-08-07 | revive suggestions for boxed trait objects instead of impl Trait | Takayuki Maeda | -0/+97 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+54 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -181/+124 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -15/+136 |
| 2022-08-06 | make NOP dyn casts not require anything about the vtable | Ralf Jung | -20/+38 |
| 2022-08-06 | Bless ui tests. | Camille GILLOT | -5/+5 |
| 2022-08-06 | Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr | bors | -2/+86 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -2/+30 |
| 2022-08-06 | Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiasko | Matthias Krüger | -0/+15 |
| 2022-08-06 | Rollup merge of #100094 - lyming2007:issue-98982, r=estebank | Matthias Krüger | -0/+41 |
| 2022-08-06 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -0/+24 |
| 2022-08-05 | Fix ReErased leaking into typeck due to typeof recovery | Michael Goulet | -0/+20 |
| 2022-08-05 | implement #98982 | Yiming Lei | -0/+41 |
| 2022-08-05 | Use `#![warn(let_underscore_drop)]` in tests. | Aaron Kofsky | -2/+6 |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -0/+24 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -54/+86 |
| 2022-08-05 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -2/+44 |
| 2022-08-05 | Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p... | Dylan DPC | -2/+111 |
| 2022-08-05 | Ignore test on wasm | Wesley Wiser | -0/+1 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -7/+88 |