| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -2/+2 |
| 2023-03-27 | check for write macro and write_fmt with err msg | James Dietz | -3/+7 |
| 2023-03-27 | Bless UI tests. | Mara Bos | -2/+2 |
| 2023-03-25 | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errors | Matthias Krüger | -0/+85 |
| 2023-03-24 | Fix bad suggestion for clone/is_some in field init shorthand | yukang | -0/+85 |
| 2023-03-22 | Fixes #109436: add parentheses properly | Mu42 | -0/+28 |
| 2023-03-21 | Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebank | Matthias Krüger | -0/+46 |
| 2023-03-21 | Avoid ICE of attempt to add with overflow in emitter | yukang | -0/+46 |
| 2023-03-18 | Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkin | Matthias Krüger | -0/+22 |
| 2023-03-17 | Pass the right HIR back from get_fn_decl | Michael Goulet | -0/+22 |
| 2023-03-16 | Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_infer | Michael Goulet | -0/+24 |
| 2023-03-14 | Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n... | Matthias Krüger | -5/+38 |
| 2023-03-14 | Emit "modifies receiver" diagnostic when no method is found | Maciej Wasilewski | -5/+38 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -7/+4 |
| 2023-03-09 | Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -7/+4 |
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -8/+0 |
| 2023-03-08 | may not => cannot | Michael Goulet | -11/+11 |
| 2023-03-06 | Place binder correctly for arbitrary trait bound suggestion | Michael Goulet | -0/+38 |
| 2023-03-05 | Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-03-05 | Use the correct bound vars in return type suggestion. | Camille GILLOT | -0/+18 |
| 2023-03-04 | Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkin | Matthias Krüger | -0/+65 |
| 2023-03-04 | Properly colorize multi-part suggestions in the same line | Esteban Küber | -0/+65 |
| 2023-03-03 | Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgr | bors | -1/+3 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -4/+4 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -1/+3 |
| 2023-03-02 | Rollup merge of #108575 - compiler-errors:erase, r=estebank | Matthias Krüger | -0/+17 |
| 2023-02-28 | Erase **all** regions when probing for associated types in astconv | Michael Goulet | -0/+17 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -66/+5 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -36/+36 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -17/+17 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -2/+2 |
| 2023-02-16 | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | -6/+8 |
| 2023-02-15 | Don't suggest `#[doc(hidden)]` methods | clubby789 | -0/+35 |
| 2023-02-14 | Re-add replacement logic and add comment explaining it | Esteban Küber | -8/+12 |
| 2023-02-14 | Show the effects of weird code commented out | Esteban Küber | -12/+8 |
| 2023-02-14 | rebase and review comments | Esteban Küber | -2/+2 |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -4/+6 |
| 2023-02-13 | fix: improve the suggestion on future not awaited | Vincenzo Palazzo | -41/+42 |
| 2023-02-11 | Rollup merge of #107098 - compiler-errors:pat-mismatch-fn-call, r=lcnr | Dylan DPC | -0/+49 |
| 2023-02-10 | Suggest fn call on pattern type mismatch | Michael Goulet | -0/+49 |
| 2023-02-09 | fix #104961, Add parentheses properly for borrowing suggestion | yukang | -0/+69 |
| 2023-02-07 | Rollup merge of #107709 - tialaramex:master, r=compiler-errors | Matthias Krüger | -2/+55 |
| 2023-02-06 | Fix problem noticed in PR106859 with char -> u8 suggestion | Nick Lamb | -2/+55 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+87 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -0/+36 |
| 2023-02-02 | Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebank | Matthias Krüger | -77/+14 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -102/+102 |
| 2023-01-31 | Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix | bors | -0/+50 |
| 2023-01-30 | Fix invalid float literal suggestions when recovering an integer | Cassaundra Smith | -0/+50 |