| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Use local key in providers | Michael Goulet | -147/+262 |
| 2023-03-21 | Rollup merge of #109408 - RalfJung:retags, r=compiler-errors | nils | -1/+2 |
| 2023-03-21 | Rollup merge of #109390 - cbeuw:aggregate-lit, r=oli-obk | nils | -1/+1 |
| 2023-03-21 | Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obk | nils | -14/+1 |
| 2023-03-20 | Enforce non-lifetime-binders in supertrait preds are not object safe | Michael Goulet | -2/+11 |
| 2023-03-20 | not *all* retags might be explicit in Runtime MIR | Ralf Jung | -1/+2 |
| 2023-03-20 | Fix off-by-one in mir syntax doc | Andy Wang | -1/+1 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -3/+5 |
| 2023-03-20 | drive-by: Fix a comment in TyCtxt::fold_regions and remove an unused method | Michael Goulet | -14/+1 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -0/+14 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -12/+8 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -7/+18 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -12/+8 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -44/+37 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2023-03-16 | Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkin | Matthias Krüger | -0/+7 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -16/+12 |
| 2023-03-15 | Feed is_type_alias_impl_trait for RPITITs on the trait side | Santiago Pastorino | -0/+1 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+5 |
| 2023-03-15 | unequal → not equal | gimbles | -9/+9 |
| 2023-03-15 | Make impl_trait_in_trait_container consider newly generated RPITITs | Santiago Pastorino | -4/+10 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -2/+2 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -2/+2 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -0/+1 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -1/+1 |
| 2023-03-14 | Assert def-kind is correct for alias types | Michael Goulet | -0/+7 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -0/+1 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -18/+13 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -5/+1 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -18/+5 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -14/+29 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -2/+0 |
| 2023-03-14 | Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister | Matthias Krüger | -1/+5 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -2/+2 |
| 2023-03-14 | Remove some direct calls to local_def_id_to_hir_id on diagnostics | Santiago Pastorino | -2/+2 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -11/+20 |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -1/+5 |
| 2023-03-13 | Rollup merge of #109058 - tmiasko:is-checkable, r=jackh726 | Matthias Krüger | -0/+3 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -11/+20 |
| 2023-03-13 | Better names? | Michael Goulet | -20/+23 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -40/+83 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -1/+39 |
| 2023-03-12 | Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgr | bors | -6/+3 |
| 2023-03-12 | Rollup merge of #109017 - klensy:dupe, r=cjgillot | Matthias Krüger | -6/+2 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -6/+6 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+13 |
| 2023-03-12 | Document BinOp::is_checkable | Tomasz Miąsko | -0/+3 |