| Age | Commit message (Expand) | Author | Lines |
| 2025-06-22 | Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errors | Guillaume Gomez | -66/+0 |
| 2025-06-21 | Port `#[rustc_pub_transparent]` to the new attribute system | Pavel Grigorenko | -1/+6 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -4/+2 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -1/+9 |
| 2025-06-18 | Make feature suggestion more consistent. | Camille GILLOT | -4/+2 |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -1/+9 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -1/+2 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -0/+5 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -7/+14 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -2/+14 |
| 2025-06-13 | Merge unboxed trait object error suggestion into regular dyn incompat error | Oli Scherer | -66/+0 |
| 2025-06-13 | Add comment. | Mara Bos | -0/+3 |
| 2025-06-13 | Implement temporary lifetime extension for tuple ctors. | Mara Bos | -7/+11 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -2/+14 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -5/+3 |
| 2025-06-09 | hir_analysis: Elaborate on lint strategy for unsupported ABIs | Jubilee | -1/+3 |
| 2025-06-09 | compiler: Fix reusing same lint on fn ptrs with newly-deprecated ABIs | Jubilee Young | -16/+24 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -18/+51 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -498/+457 |
| 2025-06-08 | add specific help messages for stdcall and cdecl | Ralf Jung | -4/+22 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -17/+32 |
| 2025-06-08 | Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkov | bors | -7/+50 |
| 2025-06-07 | move all intrinsic typeck logic into the one big match | Ralf Jung | -495/+457 |
| 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 |