| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -2/+2 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+3 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -2/+2 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -1/+10 |
| 2022-10-23 | Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk | bors | -1/+1 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -1/+1 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -1/+1 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -1/+1 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -1/+1 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+3 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -2/+75 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -0/+29 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -1/+2 |
| 2022-10-07 | Remap hidden types from typeck before storing them in the TypeckResult | Oli Scherer | -1/+3 |
| 2022-10-07 | Move ReverseMapper logic onto OpaqueHiddenType | Oli Scherer | -0/+27 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -2/+0 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+2 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -1/+1 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+5 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -3/+3 |
| 2022-09-16 | remap ParamEnv with obligation | Deadbeef | -0/+5 |
| 2022-09-15 | Replace more manual TypeFoldable and TypeVisitable impls with derives | Oli Scherer | -3/+2 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -7/+7 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+7 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+17 |
| 2022-09-12 | Rename some variants | Michael Goulet | -0/+1 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+6 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+8 |
| 2022-09-08 | ptr: 43276834268743978 | Ellen | -1/+14 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -24/+37 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -25/+107 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+17 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -24/+37 |
| 2022-09-06 | Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwco | Dylan DPC | -13/+11 |
| 2022-09-06 | Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnr | Dylan DPC | -1/+5 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -1/+5 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -5/+0 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -13/+97 |
| 2022-09-05 | Put size assertions together. | Nicholas Nethercote | -13/+11 |
| 2022-09-01 | Migrate OpaqueHiddenType mismatch | 111 | -13/+11 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -6/+0 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -0/+23 |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -0/+1 |
| 2022-08-04 | Document generics_def_id_map field and record/get methods on it | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Implement def_id based remapping | Santiago Pastorino | -0/+2 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+90 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+20 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -4/+1 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+1 |