| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Revert "Drive-by: Don't manually call evaluate_obligation_no_overflow" | Michael Goulet | -2/+3 |
| 2022-11-26 | Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomez | bors | -301/+254 |
| 2022-11-26 | Rollup merge of #104921 - compiler-errors:no-binder-on-fut-ty, r=cjgillot | Guillaume Gomez | -34/+23 |
| 2022-11-26 | Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin... | Guillaume Gomez | -6/+6 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -43/+81 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -218/+144 |
| 2022-11-26 | Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillot | bors | -0/+12 |
| 2022-11-26 | Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgr | bors | -112/+75 |
| 2022-11-26 | Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errors | Matthias Krüger | -107/+50 |
| 2022-11-26 | Rollup merge of #104880 - krasimirgg:llvm-16-ctx, r=cuviper | Matthias Krüger | -0/+4 |
| 2022-11-26 | Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514 | Matthias Krüger | -4/+6 |
| 2022-11-26 | Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca... | Matthias Krüger | -1/+15 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -1/+27 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -82/+54 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -43/+81 |
| 2022-11-26 | Remove unnecessary binder from get_impl_future_output_ty | Michael Goulet | -34/+23 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -806/+687 |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -1/+15 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -6/+6 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -288/+225 |
| 2022-11-25 | Define all clauses as dummy_with_span as the usages are all equivalent | Santiago Pastorino | -7/+5 |
| 2022-11-25 | Remove AscribeUserTypeCx | Santiago Pastorino | -107/+52 |
| 2022-11-25 | Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types... | Matthias Krüger | -36/+43 |
| 2022-11-25 | Rollup merge of #104797 - weihanglo:stream-write-dwp, r=jackh726 | Matthias Krüger | -4/+5 |
| 2022-11-25 | Rollup merge of #104760 - nnethercote:rm-LegacyDerive, r=petrochenkov | Matthias Krüger | -1/+6 |
| 2022-11-25 | Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726 | Matthias Krüger | -247/+171 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -441/+560 |
| 2022-11-25 | [llvm-wrapper] adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2022-11-25 | add comment | lcnr | -0/+6 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -247/+165 |
| 2022-11-25 | Rollup merge of #104841 - compiler-errors:fishy-bound-var, r=jackh726 | Matthias Krüger | -24/+25 |
| 2022-11-25 | Fix mk_const_list | kadmin | -1/+1 |
| 2022-11-25 | only emit "enable gce" error if it would fix compile error | Boxy | -8/+17 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -105/+52 |
| 2022-11-25 | `super_relate_consts` do not spurriously fail on assoc consts | Boxy | -16/+9 |
| 2022-11-25 | add FIXME's | Boxy | -0/+11 |
| 2022-11-25 | correctly intern `List<Const<'tcx>>` | Boxy | -1/+4 |
| 2022-11-25 | dont skip const evalautable of non unevaluateds | Boxy | -6/+1 |
| 2022-11-25 | add FIXME for things that I couldn't find ways to trigger | Boxy | -3/+5 |
| 2022-11-25 | fmt | Boxy | -6/+7 |
| 2022-11-25 | reduce duplicated argument logic | Boxy | -64/+40 |
| 2022-11-25 | also handle it in evaluate | Boxy | -24/+51 |
| 2022-11-25 | handle assoc consts in fulfill `ConstEquate` | Boxy | -23/+27 |
| 2022-11-25 | fmt | Boxy | -16/+18 |
| 2022-11-25 | handle nested obligations in `satisfied_from_param_env` | Boxy | -37/+47 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -151/+121 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -743/+674 |
| 2022-11-25 | Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obk | bors | -95/+128 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -360/+505 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -38/+16 |