| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-17 | Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errors | Matthias Krüger | -15/+15 |
| 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 | -15/+15 |
| 2022-12-16 | Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 | bors | -30/+0 |
| 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 | 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 | 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 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 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -148/+146 |
| 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 | -61/+56 |
| 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 | 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 |
| 2022-12-12 | Round 3: require binders for substs | Oli Scherer | -0/+1 |
| 2022-12-12 | Round 1: add some binders (fails due to losing bound vars and then rebinding ... | Oli Scherer | -0/+7 |
| 2022-12-11 | Fix typo in comment: length_limit | Jesse Ruderman | -1/+1 |
| 2022-12-11 | bug! with a better error message for failing Instance::resolve | Michael Goulet | -1/+16 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -5/+0 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -17/+111 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -5/+0 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -0/+9 |
| 2022-12-10 | Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgr | bors | -0/+76 |
| 2022-12-10 | Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiser | Matthias Krüger | -0/+76 |