| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | 2023-05-16 | 1 | -2/+1 |
| |\ |
|
| | * | Handle error body when in generator layout | clubby789 | 2023-05-13 | 1 | -2/+1 |
| * | | Use error term if missing associated item in new solver | Michael Goulet | 2023-05-16 | 1 | -1/+15 |
| * | | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | 2023-05-16 | 3 | -4/+4 |
| |\ \ |
|
| | * | | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | 2023-05-15 | 3 | -4/+4 |
| | |/ |
|
| * | | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | 2023-05-15 | 3 | -7/+9 |
| |/ |
|
| * | Note base types of coercion | Michael Goulet | 2023-05-12 | 4 | -51/+50 |
| * | Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkov | bors | 2023-05-11 | 2 | -7/+19 |
| |\ |
|
| | * | Rename `expected_trait_ref` to `self_ty_trait_ref` | Nilstrieb | 2023-05-09 | 1 | -2/+2 |
| | * | Shrink `SelectionError` a lot | Nilstrieb | 2023-05-09 | 2 | -5/+17 |
| * | | Consolidate the 'match assumption' type methods in GoalKind | Michael Goulet | 2023-05-09 | 3 | -140/+47 |
| * | | Make alias bounds sound in the new solver | Michael Goulet | 2023-05-09 | 3 | -2/+162 |
| * | | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | 2023-05-09 | 4 | -22/+59 |
| |\ \
| |/
|/| |
|
| | * | Report nicer lifetime errors for specialization | Matthew Jasper | 2023-05-05 | 4 | -7/+39 |
| | * | Normalize consistently for specializations | Matthew Jasper | 2023-05-05 | 1 | -17/+22 |
| * | | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | 2023-05-08 | 13 | -52/+254 |
| |\ \ |
|
| | * | | IAT: Proper WF computation | León Orell Valerian Liehr | 2023-05-04 | 2 | -54/+99 |
| | * | | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | 2023-05-04 | 13 | -23/+180 |
| | |/ |
|
| * | | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | 2023-05-07 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Rename things to reflect that they're not item specific | Michael Goulet | 2023-05-03 | 1 | -1/+1 |
| * | | | Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnr | Matthias Krüger | 2023-05-06 | 1 | -1/+2 |
| |\ \ \ |
|
| | * | | | Use fulfillment to check Drop impl compatibility | Michael Goulet | 2023-05-04 | 1 | -1/+2 |
| | | |/
| |/| |
|
| * | | | forbid escaping bound vars in combine | lcnr | 2023-05-05 | 3 | -117/+38 |
| |/ / |
|
| * | | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | 2023-05-04 | 17 | -72/+77 |
| |\ \ |
|
| | * | | Don't return a `Binder` from `TraitRef::identity` | Maybe Waffle | 2023-04-26 | 2 | -6/+7 |
| | * | | Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber... | Maybe Waffle | 2023-04-26 | 4 | -21/+11 |
| | * | | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | 2023-04-26 | 5 | -11/+15 |
| | * | | Remove some more useless `ty::Binder::dummy` calls | Maybe Waffle | 2023-04-26 | 2 | -7/+4 |
| | * | | Remove some useless `ty::Binder::dummy` calls | Maybe Waffle | 2023-04-25 | 2 | -26/+8 |
| | * | | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | 2023-04-25 | 16 | -60/+91 |
| * | | | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | 2023-05-04 | 3 | -0/+24 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Make negative trait bounds work with the old trait solver | Michael Goulet | 2023-05-02 | 2 | -0/+20 |
| | * | | Implement negative bounds | Michael Goulet | 2023-05-02 | 1 | -0/+4 |
| * | | | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | 2023-05-03 | 7 | -90/+88 |
| |/ / |
|
| * | | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | 2023-05-02 | 1 | -15/+86 |
| |\ \ |
|
| | * | | Impl `StructuralEq` & `ConstParamTy` for `str`, `&T`, `[T; N]` and `[T]` | Maybe Waffle | 2023-04-27 | 1 | -1/+8 |
| | * | | Check the correct trait when checking `ConstParamTy` impls | Maybe Waffle | 2023-04-27 | 1 | -1/+1 |
| | * | | Add a `ConstParamTy` trait | Maybe Waffle | 2023-04-27 | 1 | -15/+79 |
| | |/ |
|
| * | | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | 2023-05-01 | 1 | -41/+54 |
| |\ \ |
|
| | * | | Make async removal span more resilient to macro expansions | Michael Goulet | 2023-04-27 | 1 | -6/+8 |
| | * | | tweak removal span | Michael Goulet | 2023-04-27 | 1 | -1/+8 |
| | * | | Tweak await span | Michael Goulet | 2023-04-27 | 1 | -41/+45 |
| * | | | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnr | Dylan DPC | 2023-04-29 | 3 | -20/+79 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Split out make_ambiguous_response_no_constraints | Michael Goulet | 2023-04-26 | 2 | -30/+53 |
| | * | | Clear response values for overflow in new solver | Michael Goulet | 2023-04-26 | 2 | -9/+45 |
| * | | | rename `needs_subst` to `has_param` | Boxy | 2023-04-27 | 3 | -3/+3 |
| * | | | rename `needs_infer` to `has_infer` | Boxy | 2023-04-27 | 6 | -17/+18 |
| |/ / |
|
| * | | Make some region folders a little stricter. | Nicholas Nethercote | 2023-04-26 | 2 | -8/+9 |
| * | | Rollup merge of #110671 - compiler-errors:polarity, r=lcnr | Matthias Krüger | 2023-04-25 | 1 | -3/+69 |
| |\ \ |
|
| | * | | Consider polarity in new solver | Michael Goulet | 2023-04-24 | 1 | -3/+69 |