| Age | Commit message (Expand) | Author | Lines |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -2/+2 |
| 2023-12-04 | rebase | lcnr | -2/+2 |
| 2023-12-04 | cleanup and comments | lcnr | -0/+46 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -10/+4 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -0/+75 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -180/+180 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -3/+88 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -183/+78 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -3/+2 |
| 2023-11-20 | Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -8/+95 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -0/+35 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -4/+4 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -6/+93 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -0/+2 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -3/+0 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -3/+91 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -5/+32 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -0/+35 |
| 2023-11-09 | update overflow handling for norm, add test | lcnr | -0/+22 |
| 2023-11-09 | update tests | lcnr | -5/+10 |
| 2023-11-08 | Only use normalize_param_env when normalizing predicate in check_item_bounds | Michael Goulet | -6/+20 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -0/+38 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -0/+19 |
| 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 |