| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-24 | Rollup merge of #106923 - mejrs:fluent_err, r=davidtwco | Dylan DPC | -0/+41 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -10/+10 |
| 2023-02-23 | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit... | Matthias Krüger | -4/+4 |
| 2023-02-23 | Add stderr | mejrs | -0/+22 |
| 2023-02-23 | Test that choosing the default bundle does not ice | mejrs | -0/+19 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -4/+4 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -0/+10 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -28/+28 |
| 2023-02-22 | Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errors | Guillaume Gomez | -7/+3 |
| 2023-02-22 | Rollup merge of #108230 - LittleFall:enhance/warning, r=estebank | Guillaume Gomez | -11/+2 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -11/+2 |
| 2023-02-21 | Fix overlapping spans in removing extra arguments | clubby789 | -7/+3 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -2/+2 |