| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+1 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -2/+5 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -0/+25 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -0/+25 |
| 2023-10-25 | Fix problematic comment | cui fliter | -1/+1 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -3/+3 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -3/+18 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -1/+1 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -2/+3 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -1/+1 |
| 2023-10-14 | Propagate pattern errors via a new `PatKind::Error` variant | Nadrieril | -13/+1 |
| 2023-10-13 | Bless tests and new warnings due to formatting changes | Michael Goulet | -1/+1 |
| 2023-10-11 | Prevent spurious `unreachable pattern` lints | Oli Scherer | -1/+13 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -1/+1 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -11/+20 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+5 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -11/+20 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -1/+1 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -48/+193 |
| 2023-09-24 | ConstParamTy: require Eq | Ralf Jung | -3/+34 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -3/+3 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -58/+94 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -1/+16 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -5/+5 |
| 2023-09-05 | Restore some removed tests | Michael Goulet | -12/+50 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -58/+56 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -26/+2 |
| 2023-08-30 | Update failure status | John Kåre Alsaker | -2/+5 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -2/+2 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -2/+2 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -2/+2 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-08-09 | Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -70/+13 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -70/+13 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -8/+36 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -70/+13 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -0/+27 |
| 2023-08-06 | add testcase that hits valtree_into_mplace with a custom DST | Ralf Jung | -0/+21 |
| 2023-08-06 | bless tests | Deadbeef | -8/+36 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -2/+11 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -26/+2 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+2 |
| 2023-07-31 | normalize backtrace error messages | yukang | -5/+5 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+2 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -3/+3 |
| 2023-07-29 | Revert "Temporarily switch invalid_reference_casting lint to allow-by-default" | Urgau | -2/+11 |