| Age | Commit message (Expand) | Author | Lines |
| 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-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 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 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -2/+47 |
| 2022-12-07 | consider `parent_count` for const param defaults | Takayuki Maeda | -1/+1 |
| 2022-12-06 | Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obk | Matthias Krüger | -4/+38 |
| 2022-12-06 | Rollup merge of #105005 - estebank:where-clause-lts, r=compiler-errors | Matthias Krüger | -11/+44 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -11/+44 |
| 2022-12-05 | Support Option and similar enums as type of static variable with linkage attr... | Peter Collingbourne | -2/+21 |
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -1/+27 |
| 2022-12-05 | normalize inherent associated types after substitution | León Orell Valerian Liehr | -0/+1 |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -4/+1 |
| 2022-12-04 | Avoid InferCtxt::build in generic_arg_mismatch_err | Michael Goulet | -4/+1 |
| 2022-12-04 | Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr | bors | -21/+25 |
| 2022-12-04 | Rollup merge of #105247 - cjgillot:issue-102682, r=compiler-errors | Matthias Krüger | -17/+16 |
| 2022-12-04 | Rollup merge of #105224 - cjgillot:issue-104240, r=compiler-errors | Matthias Krüger | -4/+9 |
| 2022-12-04 | Make nested RPITIT inherit the parent opaque's generics. | Camille GILLOT | -15/+1 |
| 2022-12-04 | Auto merge of #103293 - est31:untwist_and_drop_order, r=nagisa | bors | -9/+38 |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -4/+38 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -17/+16 |
| 2022-12-04 | Also avoid creating a terminating scope in mixed chains | est31 | -13/+13 |
| 2022-12-04 | Improve comments | est31 | -6/+18 |
| 2022-12-03 | Remove drop order twist of && and || and make them associative | est31 | -4/+21 |
| 2022-12-03 | Properly substitute inherent associated types. | Camille GILLOT | -4/+9 |
| 2022-12-03 | Rollup merge of #105200 - cjgillot:issue-104562, r=compiler-errors | Matthias Krüger | -19/+0 |
| 2022-12-03 | Rollup merge of #105193 - tmiasko:naked-nocoverage, r=wesleywiser | Matthias Krüger | -0/+5 |
| 2022-12-03 | Remove useless filter in unused extern crate check. | Camille GILLOT | -19/+0 |
| 2022-12-03 | Mark naked functions as never inline in codegen_fn_attrs | Tomasz Miąsko | -0/+1 |
| 2022-12-03 | Disable coverage instrumentation for naked functions | Tomasz Miąsko | -0/+4 |
| 2022-12-02 | Rollup merge of #105163 - compiler-errors:afit-lt-arity, r=jackh726 | Matthias Krüger | -21/+18 |
| 2022-12-02 | Check lifetime param count in collect_trait_impl_trait_tys | Michael Goulet | -21/+18 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -12/+17 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -23/+15 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -12/+12 |
| 2022-11-28 | Simplify more FnCtxt normalization | Michael Goulet | -1/+1 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -0/+5 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |