| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -11/+11 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -21/+21 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -21/+21 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -20/+6 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -5/+30 |
| 2023-10-30 | Add test | Esteban Küber | -0/+25 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -5/+5 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -12/+9 |
| 2023-10-30 | Detect when trait is implemented for type and suggest importing it | Esteban Küber | -12/+9 |
| 2023-10-30 | Rollup merge of #117132 - estebank:issue-80194, r=petrochenkov | Guillaume Gomez | -0/+17 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+17 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -0/+2 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -0/+152 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -5/+29 |
| 2023-10-25 | Do not suggest 'Trait<Assoc=arg>' when in trait impl | Gurinder Singh | -0/+152 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -10/+10 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -20/+20 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -12/+12 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -2/+2 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -2/+2 |
| 2023-10-16 | Rollup merge of #116257 - estebank:issue-101351, r=b-naber | Matthias Krüger | -2/+2 |
| 2023-10-15 | Suggest adding `return` if the type of unused semi return value can coerce to... | yukang | -6/+6 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -4/+0 |
| 2023-10-13 | Tweak wording | Esteban Küber | -2/+2 |
| 2023-10-11 | Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,... | Matthias Krüger | -0/+23 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -6/+10 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -191/+114 |
| 2023-10-06 | Fix windows test that has different stderr output | Esteban Küber | -7/+8 |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -0/+21 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -0/+21 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+3 |
| 2023-10-05 | Also closures | Michael Goulet | -0/+12 |
| 2023-10-05 | Structurally normalize async fn return type in deduce_future_output_from_obli... | Michael Goulet | -0/+11 |
| 2023-10-04 | Fix test on WASM target by making ambiguity pruning more agressive | Esteban Küber | -2/+0 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -184/+108 |
| 2023-10-03 | Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e... | Matthias Krüger | -0/+27 |
| 2023-10-03 | non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound | León Orell Valerian Liehr | -0/+27 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+1 |
| 2023-09-29 | Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors | bors | -2/+78 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -4/+3 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -11/+11 |
| 2023-09-21 | update tests | lcnr | -0/+8 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -4/+4 |
| 2023-09-18 | remove provisional cache | lcnr | -2/+78 |
| 2023-09-15 | Canonicalize effect vars in new solver | Michael Goulet | -0/+22 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+90 |
| 2023-09-07 | Ensure that dyn trait bounds stay sorted | Michael Goulet | -7/+7 |
| 2023-09-07 | Rename folder typo | Michael Goulet | -0/+0 |
| 2023-09-07 | Don't suggest dereferencing to unsized type | Michael Goulet | -0/+37 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -4/+4 |