| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -1/+1 |
| 2023-04-13 | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillot | Matthias Krüger | -3/+48 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -16/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -23/+46 |
| 2023-04-12 | Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem... | Andrew Xie | -3/+48 |
| 2023-04-06 | Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-06 | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | -0/+16 |
| 2023-04-03 | Reinstate confusion note. | Camille GILLOT | -6/+8 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -12/+8 |
| 2023-04-03 | Shrink binding span. | Camille GILLOT | -12/+8 |
| 2023-03-30 | Don't leave a comma at the start of argument list when removing arguments | Maybe Waffle | -1/+1 |
| 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-20 | Fix issue when there are multiple candidates for edit_distance_with_substrings | yukang | -0/+16 |
| 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 |