| Age | Commit message (Expand) | Author | Lines |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -10/+10 |
| 2022-12-24 | Rename some compare_method functions | Michael Goulet | -7/+7 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -27/+27 |
| 2022-12-22 | Rollup merge of #106010 - oli-obk:tait_coherence_diagnostic, r=compiler-errors | Matthias Krüger | -8/+15 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -4/+4 |
| 2022-12-21 | Give opaque types a better coherence error | Oli Scherer | -8/+15 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -27/+27 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -3/+3 |
| 2022-12-20 | Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obk | bors | -12/+98 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -9/+5 |
| 2022-12-19 | Make fast-path for implied wf lint better | Michael Goulet | -71/+92 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -5/+70 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Make `#[custom_encodable]` an attribute for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -1/+1 |
| 2022-12-18 | remove redundant fn params that were only "used" in recursion | Matthias Krüger | -4/+3 |
| 2022-12-17 | Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk | Matthias Krüger | -0/+2 |
| 2022-12-16 | Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 | bors | -1/+1 |
| 2022-12-15 | Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errors | Matthias Krüger | -0/+43 |
| 2022-12-14 | Ensure async trait impls are async (or otherwise return an opaque type) | Dan Johnson | -0/+43 |
| 2022-12-14 | always use anonymize_bound_vars | Michael Goulet | -1/+1 |
| 2022-12-14 | bail in collect_trait_impl_trait_tys if signatures reference errors | Michael Goulet | -0/+2 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -2/+2 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -2/+2 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -3/+3 |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -5/+2 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -51/+42 |
| 2022-12-13 | Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errors | Matthias Krüger | -9/+6 |
| 2022-12-13 | Address a few more nits | Michael Goulet | -5/+6 |
| 2022-12-13 | Address nits | Michael Goulet | -1/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -6/+2 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -17/+17 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -8/+8 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -31/+25 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -4/+4 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -4/+4 |
| 2022-12-13 | Clarify explicit_predicates_of is_assoc_item_ty comment | Santiago Pastorino | -3/+4 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -816/+4 |
| 2022-12-13 | EarlyBinder nits | Michael Goulet | -9/+5 |
| 2022-12-12 | Join match arms since they do the same thing | Santiago Pastorino | -5/+1 |
| 2022-12-12 | Fix typo | Santiago Pastorino | -1/+1 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -1/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2022-12-09 | Tweak `rustc_must_implement_one_of` diagnostic output | Esteban Küber | -11/+8 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+3 |
| 2022-12-08 | Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errors | Matthias Krüger | -15/+1 |
| 2022-12-08 | add a test case for `generic_const_exprs` in trait items | Takayuki Maeda | -1/+1 |