| Age | Commit message (Expand) | Author | Lines |
| 2023-05-18 | Simplify suggestion when returning bare dyn trait | Michael Goulet | -4/+8 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -7/+6 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -4/+4 |
| 2023-05-09 | tidy check to find misc files in ui tests, and clean up the results | asquared31415 | -7/+6 |
| 2023-05-09 | Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov | Matthias Krüger | -560/+0 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -5/+4 |
| 2023-05-09 | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot | Dylan DPC | -25/+38 |
| 2023-05-08 | Move tests | Caio | -560/+0 |
| 2023-05-08 | Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errors | Dylan DPC | -0/+46 |
| 2023-05-08 | Make suggest_deref_or_ref return a multipart suggestion | Michael Goulet | -8/+12 |
| 2023-05-08 | Tweak borrow suggestion | Michael Goulet | -17/+26 |
| 2023-05-07 | Fix suggestion for boxing an async closure body, and | John Bobbo | -0/+46 |
| 2023-05-05 | tweak "make mut" spans (No. 2) | Ezra Shaw | -1/+1 |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -4/+3 |
| 2023-05-03 | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | -5/+13 |
| 2023-05-03 | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDenton | Manish Goregaokar | -3/+10 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -5/+13 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -2/+2 |
| 2023-05-02 | --bless tests | Maybe Waffle | -3/+10 |
| 2023-05-01 | Rip it out | Nilstrieb | -54/+9 |
| 2023-04-27 | Fix a bad binop error when we need a call | Michael Goulet | -4/+5 |
| 2023-04-27 | Provide RHS type hint when reporting operator error | Michael Goulet | -2/+2 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -0/+1 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-04-20 | Move test files | Caio | -344/+0 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -1/+1 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -10/+19 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -10/+19 |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -2/+2 |
| 2023-04-14 | Fortify tests againts mir-opts. | Camille GILLOT | -66/+0 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -15/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -18/+36 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -12/+2 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -2/+2 |
| 2023-04-11 | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | -5/+9 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -2/+2 |
| 2023-04-08 | Tweak tuple indexing suggestion | Michael Goulet | -1/+16 |
| 2023-04-07 | update tests/ui | ickk | -1/+1 |
| 2023-04-03 | Update ui tests involving invalid visibility qualifiers | Tam Pham | -5/+9 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -4/+0 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -20/+0 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -17/+17 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -1/+1 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2023-03-09 | Propagate expected return type instead of real return type in check_binop | Michael Goulet | -5/+32 |
| 2023-03-08 | may not => cannot | Michael Goulet | -2/+2 |
| 2023-03-06 | Bless the remaining ui tests | Mu42 | -1/+19 |
| 2023-03-03 | Remove some useless `#[allow()]`s in tests | Maybe Waffle | -2/+0 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -0/+10 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -10/+10 |