| Age | Commit message (Expand) | Author | Lines |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -31/+28 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -1/+1 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -16/+14 |
| 2025-06-05 | Remove CollectItemTypesVisitor | Oli Scherer | -6/+4 |
| 2025-06-05 | wfcheck closures | Oli Scherer | -1/+13 |
| 2025-06-05 | Move generic arg checks from the hir item types visitor to ty wfcheck | Oli Scherer | -1/+23 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -0/+11 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -7/+6 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -0/+1 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -12/+10 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -0/+1 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -6/+7 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -12/+10 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -14/+1 |
| 2025-05-29 | Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr | Jacob Pratt | -2/+1 |
| 2025-05-29 | Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwU | Jacob Pratt | -8/+33 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -6/+7 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -14/+1 |
| 2025-05-28 | GCI: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -8/+33 |
| 2025-05-28 | Use `builin_index` instead of hand-rolling it | Oli Scherer | -2/+1 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -7/+7 |
| 2025-05-26 | Rename | Michael Goulet | -1/+1 |
| 2025-05-26 | Avoid obligation construction dance with query region constraints | Michael Goulet | -1/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -6/+5 |
| 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 |