| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -19/+19 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -26/+27 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -3/+3 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -5/+5 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -36/+35 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -3/+3 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -4/+4 |
| 2022-05-05 | Don't cache results of coinductive cycle | Aaron Hill | -59/+18 |
| 2022-05-04 | Revert #92191 Prefer projection candidates instead of param_env candidates fo... | Jack Huey | -16/+8 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -4/+4 |
| 2022-04-15 | Rollup merge of #95749 - compiler-errors:ambig, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-04-06 | only downgrade Error -> Ambiguous if type error is in predicate | Michael Goulet | -2/+2 |
| 2022-04-05 | rustc_trait_selection changes | Pietro Albini | -18/+0 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -8/+8 |
| 2022-04-02 | Make GATs object safe under generic_associated_types_extended feature | Jack Huey | -4/+66 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -6/+6 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -4/+5 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -4/+5 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -6/+6 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -13/+0 |
| 2022-03-28 | Don't bind hidden types when searching for matching impls | Oli Scherer | -0/+1 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -9/+41 |
| 2022-03-26 | Do not use ParamEnv::and to cache param-env with candidate | Michael Goulet | -8/+8 |
| 2022-03-27 | Remove SelectionContext::allow_negative_impls field | Guillaume Gomez | -24/+0 |
| 2022-03-26 | Fix perf issue for auto trait selection | Guillaume Gomez | -2/+2 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -1/+5 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -9/+12 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -9/+12 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -49/+63 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -49/+63 |
| 2022-03-23 | Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-03-22 | fix previous failures and address review | b-naber | -1/+5 |
| 2022-03-21 | Tidy up | Deadbeef | -4/+8 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -32/+68 |
| 2022-03-18 | Fix incorrect auto trait displayed in rustdoc | Guillaume Gomez | -2/+2 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -4/+4 |
| 2022-03-14 | check all dyn obligations, actually | Michael Goulet | -17/+13 |
| 2022-03-14 | check Projection supertrait bounds when confirming dyn candidate | Michael Goulet | -1/+3 |
| 2022-03-03 | Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis | Matthias Krüger | -6/+9 |
| 2022-03-03 | Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726 | bors | -22/+0 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-03-01 | 9 - Make more use of `let_chains` | Caio | -18/+16 |
| 2022-02-27 | Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillot | bors | -23/+13 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -2/+2 |
| 2022-02-21 | Rollup merge of #94215 - lcnr:leak-check, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-02-21 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -11/+7 |
| 2022-02-21 | update docs for `simplify_type` | lcnr | -6/+9 |