| Age | Commit message (Expand) | Author | Lines |
| 2022-06-13 | Revert "Check that closures satisfy their where bounds" | Oli Scherer | -3/+5 |
| 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 | only_local: always check for misuse | lcnr | -6/+4 |
| 2022-05-10 | Check hidden types for well formedness at the definition site instead of only... | Oli Scherer | -3/+71 |
| 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 |
| 2022-05-07 | Also check TraitRef with impossible predicates. | Camille GILLOT | -0/+8 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -34/+34 |
| 2022-05-05 | Don't cache results of coinductive cycle | Aaron Hill | -59/+18 |
| 2022-05-05 | Auto merge of #96720 - JohnTitor:rollup-9jaaekr, r=JohnTitor | bors | -1/+0 |
| 2022-05-05 | Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2022-05-05 | Auto merge of #96593 - jackh726:issue-93262, r=compiler-errors | bors | -16/+8 |
| 2022-05-04 | Add debug statements. | Camille GILLOT | -1/+2 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-04 | Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726 | Yuki Okushi | -1/+7 |
| 2022-05-04 | Revert #92191 Prefer projection candidates instead of param_env candidates fo... | Jack Huey | -16/+8 |
| 2022-05-03 | Taking review hints into account. | ricked-twice | -1/+1 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -60/+61 |
| 2022-05-03 | Quick fix for #96223. | ricked-twice | -1/+7 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -60/+61 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -34/+34 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -36/+16 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -12/+7 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -1/+1 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -12/+16 |
| 2022-04-28 | Update the diagnostic message to match the new span | Oli Scherer | -1/+1 |
| 2022-04-26 | Better error messages when collecting into `[T; n]` | Michael Goulet | -11/+31 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -12/+16 |
| 2022-04-25 | do not consider two extern types to be similar | lcnr | -0/+1 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -40/+160 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -2/+2 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -40/+160 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -1/+9 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -1/+9 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #95749 - compiler-errors:ambig, r=oli-obk | Dylan DPC | -2/+2 |