| Age | Commit message (Expand) | Author | Lines |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -13/+45 |
| 2022-12-16 | Make a field only as public as it needs to be | Oli Scherer | -1/+1 |
| 2022-12-16 | Rename ConstS to ConstData | Oli Scherer | -16/+16 |
| 2022-12-16 | Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 | bors | -30/+0 |
| 2022-12-15 | Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgr | bors | -759/+752 |
| 2022-12-15 | Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors | Matthias Krüger | -706/+724 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -52/+12 |
| 2022-12-15 | Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -1/+7 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+9 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+5 |
| 2022-12-15 | Move `TypeckResults` to seperate module | Nilstrieb | -684/+708 |
| 2022-12-15 | Small cleanup in parameterized | Nilstrieb | -22/+16 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -1/+7 |
| 2022-12-15 | Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwco | Matthias Krüger | -13/+2 |
| 2022-12-15 | Merge `SimplifiedTypeGen<D>` into `SimplifiedType`. | Nicholas Nethercote | -22/+12 |
| 2022-12-15 | Remove `SimplifiedTypeGen::map_def`. | Nicholas Nethercote | -30/+0 |
| 2022-12-14 | address review | b-naber | -1/+8 |
| 2022-12-14 | add helper to get DefId from MonoItem | Rémy Rakic | -0/+9 |
| 2022-12-14 | always use anonymize_bound_vars | Michael Goulet | -30/+0 |
| 2022-12-14 | Fix rustdoc | Oli Scherer | -1/+1 |
| 2022-12-14 | Auto traits in dyn are suggestable | Michael Goulet | -13/+2 |
| 2022-12-14 | Debug assertions hate this trick | Oli Scherer | -3/+3 |
| 2022-12-14 | Fix some comments and only get the generics in debug mode | Oli Scherer | -27/+23 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -20/+6 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -8/+13 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -13/+16 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-14 | Remove many more cases of `mk_substs_trait` that can now use the iterator sch... | Oli Scherer | -1/+17 |
| 2022-12-14 | Let `mk_fn_def` take an iterator instead to simplify some call sites | Oli Scherer | -5/+13 |
| 2022-12-14 | Rename to match similar methods | Oli Scherer | -3/+3 |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -12/+22 |
| 2022-12-14 | Fix unsafetyck disabling for custom MIR | Jakob Degen | -0/+5 |
| 2022-12-14 | some fixes/improvements to mir::visit module | Tshepang Mbambo | -4/+4 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -152/+149 |
| 2022-12-13 | Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-13 | Address nits | Michael Goulet | -8/+3 |
| 2022-12-13 | nit: docs | Michael Goulet | -3/+12 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -45/+26 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -71/+81 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -65/+59 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -42/+34 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -18/+24 |
| 2022-12-13 | make Opaque have one field: OpaqueTy | Michael Goulet | -1/+11 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -1/+12 |
| 2022-12-13 | Make InternalSubsts rust docs a bit clearer | Santiago Pastorino | -1/+1 |
| 2022-12-13 | Remove instantiate_type_scheme | Michael Goulet | -3/+3 |
| 2022-12-13 | EarlyBinder nits | Michael Goulet | -2/+9 |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -5/+5 |
| 2022-12-12 | Rollup merge of #105593 - jruderman:patch-3, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-12 | Avoid trying to normalize unnormalizable types | Oli Scherer | -1/+4 |