| Age | Commit message (Expand) | Author | Lines |
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -7/+13 |
| 2025-05-16 | Auto merge of #140557 - compiler-errors:remove-wf-hack, r=lcnr | bors | -56/+9 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -0/+18 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -6/+5 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -0/+18 |
| 2025-05-07 | Better error message for late/early lifetime param mismatch | Michael Goulet | -3/+234 |
| 2025-05-07 | Point out region bound mismatches in check_region_bounds_on_impl_item | Michael Goulet | -43/+66 |
| 2025-05-07 | Remove manual WF hack | Michael Goulet | -56/+9 |
| 2025-05-05 | Deeply normalize in the new solver in WF | Michael Goulet | -8/+39 |
| 2025-04-28 | Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnr | Chris Denton | -556/+0 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2025-04-27 | Move inline_asm to typeck, properly handle aliases | Michael Goulet | -556/+0 |
| 2025-04-27 | Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwU | bors | -0/+33 |
| 2025-04-26 | Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors | Matthias Krüger | -13/+8 |
| 2025-04-26 | Rollup merge of #140317 - mejrs:check_on_uni, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-04-26 | convert some `GenericArg` to `Term` | lcnr | -13/+8 |
| 2025-04-26 | Remove redundant check | mejrs | -1/+0 |
| 2025-04-24 | check types of const param default | lcnr | -0/+33 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -2/+2 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -34/+26 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -60/+61 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -52/+57 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -8/+4 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -24/+26 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -15/+18 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -5/+2 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -16/+16 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -2/+6 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -2/+6 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -4/+4 |
| 2025-04-10 | Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJung | Matthias Krüger | -35/+9 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -4/+4 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -23/+3 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -6/+2 |
| 2025-04-09 | Remove some dead or leftover code related to rustc-intrinsic abi removal | Oli Scherer | -35/+9 |
| 2025-04-08 | Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgr | bors | -3/+3 |
| 2025-04-08 | Fix unreachable expression warning | Celina G. Val | -1/+1 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -3/+3 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -5/+5 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -8/+4 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -69/+50 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -16/+85 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -0/+1 |
| 2025-04-07 | More trivial tweaks | Michael Goulet | -7/+4 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -69/+50 |
| 2025-04-04 | Rollup merge of #139041 - nnethercote:rm-rustc_middle-ty-util-ExplicitSelf, r... | Matthias Krüger | -13/+22 |
| 2025-04-04 | Boolean hate. | Mara Bos | -5/+15 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -16/+75 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -3/+2 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -3/+2 |