| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | Auto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r=Dylan-DPC | bors | -9/+7 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -9/+7 |
| 2022-05-25 | Auto merge of #97345 - lcnr:fast_reject, r=nnethercote | bors | -66/+31 |
| 2022-05-25 | move fast reject test out of `SelectionContext::match_impl`. | lcnr | -11/+12 |
| 2022-05-25 | add a deep fast_reject routine | lcnr | -55/+19 |
| 2022-05-25 | Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnr | Dylan DPC | -134/+133 |
| 2022-05-24 | trait selection errors should poison the typeck results, too, so that const e... | Oli Scherer | -0/+1 |
| 2022-05-24 | Clean up condition evaluation system | Loïc BRANSTETT | -9/+7 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -10/+24 |
| 2022-05-24 | Coalesce branches | kadmin | -137/+133 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -2/+2 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -7/+6 |
| 2022-05-19 | Auto merge of #97024 - lcnr:simplify_type-sus, r=<try> | bors | -14/+8 |
| 2022-05-18 | fix `simplify_type` | lcnr | -14/+8 |
| 2022-05-18 | Rollup merge of #97123 - ricked-twice:issue-96223-clean-fix, r=jackh726 | Dylan DPC | -128/+130 |
| 2022-05-18 | Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors | Dylan DPC | -22/+35 |
| 2022-05-17 | Taking review into account | ricked-twice | -20/+16 |
| 2022-05-17 | Clean fix for #96223 | ricked-twice | -115/+121 |
| 2022-05-17 | Add tests for lint on type dependent on consts | kadmin | -0/+3 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -161/+56 |
| 2022-05-16 | Don't go into the query for things that can't possibly have lifetimes. | Oli Scherer | -3/+10 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -36/+38 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -30/+29 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -11/+10 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -11/+11 |
| 2022-05-13 | For non-defining opaque type usage errors, don't try to also prove all trait ... | Oli Scherer | -0/+101 |
| 2022-05-13 | Check that closures satisfy their where bounds | Oli Scherer | -8/+16 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -6/+4 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -75/+16 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -58/+62 |
| 2022-05-10 | Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwco | bors | -3/+71 |
| 2022-05-10 | Use InternedObligationCauseCode everywhere | Oli Scherer | -11/+11 |
| 2022-05-10 | Make `FunctionArgumentObligation` also use the "no allocation for misc" trick | Oli Scherer | -1/+1 |
| 2022-05-10 | Make the derived obligation cause parent private | Oli Scherer | -11/+10 |
| 2022-05-10 | Add a helper function for a common piece of code | Oli Scherer | -55/+17 |
| 2022-05-10 | Remove `clone_code` method | Oli Scherer | -23/+14 |
| 2022-05-10 | Remove another use of clone_code | Oli Scherer | -12/+10 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -6/+4 |
| 2022-05-10 | Move an extension trait method onto the type directly and reuse it | Oli Scherer | -45/+4 |
| 2022-05-10 | Don't lose an obligation cause | Oli Scherer | -2/+0 |
| 2022-05-10 | Remove some unnecessary clones | Oli Scherer | -19/+17 |
| 2022-05-10 | Simplify derived obligation peeling | Oli Scherer | -15/+5 |
| 2022-05-10 | Check hidden types for well formedness at the definition site instead of only... | Oli Scherer | -3/+71 |
| 2022-05-10 | update coherence docs, fix opaque type + generator ice | lcnr | -22/+35 |
| 2022-05-10 | Auto merge of #96808 - cjgillot:impossible-trait, r=compiler-errors | bors | -0/+14 |
| 2022-05-10 | Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errors | bors | -1/+2 |
| 2022-05-08 | Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-... | Matthias Krüger | -9/+19 |
| 2022-05-08 | Fix incorrect syntax suggestion with `pub async fn` | Ken Matsui | -9/+19 |
| 2022-05-07 | Do not report overflow error. | Camille GILLOT | -0/+3 |
| 2022-05-07 | Cleanup opaque type storage after checking impossible predicates. | Camille GILLOT | -0/+3 |