| Age | Commit message (Expand) | Author | Lines |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -10/+29 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -16/+10 |
| 2023-03-23 | Remove AliasRelationDirection::Supertype | Michael Goulet | -12/+0 |
| 2023-03-23 | Printing alias-relate goals correctly | Michael Goulet | -4/+14 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -8/+8 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -6/+27 |
| 2023-03-23 | make param bound vars visibly bound vars | Boxy | -1/+5 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -1/+9 |
| 2023-03-22 | Rollup merge of #109447 - lcnr:coherence, r=compiler-errors | Matthias Krüger | -7/+6 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -6/+1 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino | Dylan DPC | -1/+1 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -5/+4 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -3/+3 |
| 2023-03-22 | `HirId` to `LocalDefId` cleanup | lcnr | -1/+1 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -0/+14 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -1/+1 |
| 2023-03-21 | Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgr | bors | -1/+13 |
| 2023-03-21 | Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors | Matthias Krüger | -1/+13 |
| 2023-03-21 | woops | lcnr | -1/+1 |
| 2023-03-21 | query_keys_local is conditional on separate_provide_if_extern | Michael Goulet | -15/+14 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -7/+13 |
| 2023-03-21 | AsLocalKey trait | Michael Goulet | -312/+47 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -6/+6 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -4/+4 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -147/+262 |
| 2023-03-21 | new solver cleanup + coherence | lcnr | -6/+5 |
| 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-21 | Deduplicate fn trait compatibility checks | Oli Scherer | -1/+13 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -0/+14 |
| 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 | Remove Ty::is_region_ptr | Mu42 | -6/+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 | Remove VecMap | Michael Goulet | -5/+4 |
| 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 |