| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -5/+5 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -8/+8 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -1/+1 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -100/+100 |
| 2023-01-28 | Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-... | Matthias Krüger | -0/+54 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -4/+4 |
| 2023-01-26 | Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -1/+3 |
| 2023-01-25 | Suggest mutable borrows correctly | Michael Goulet | -2/+2 |
| 2023-01-25 | Liberate late-bound regions correctly | Michael Goulet | -0/+54 |
| 2023-01-25 | suggest qualifying bare associated constants | Andy Russell | -0/+25 |
| 2023-01-23 | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil... | Dylan DPC | -0/+99 |
| 2023-01-22 | Remove confusing 'while checking' note from opaque future type mismatches | Michael Goulet | -77/+14 |
| 2023-01-23 | Fix #106496, suggest remove deref for type mismatch | yukang | -0/+99 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -9/+4 |
| 2023-01-17 | Migrate mir_build's borrow conflicts | mejrs | -4/+4 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -1/+3 |
| 2023-01-15 | Only suggest adding type param if path being resolved was a type | Michael Goulet | -10/+1 |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -0/+34 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+60 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+60 |