| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -11/+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 | -11/+0 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -0/+9 |
| 2022-12-10 | Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obk | Matthias Krüger | -41/+10 |
| 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 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -33/+14 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -50/+33 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -41/+10 |
| 2022-12-09 | Help rust-analyzer normalize query return types | Maybe Waffle | -1/+97 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+8 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -1/+1 |