| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -16/+19 |
| 2024-09-23 | Rollup merge of #130618 - m-ou-se:skip-query, r=compiler-errors | Michael Goulet | -1/+4 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -16/+19 |
| 2024-09-23 | Update compiler/rustc_middle/src/hir/map/mod.rs | Mara Bos | -1/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -207/+189 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -3/+2 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -1/+1 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -25/+86 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -3/+1 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+1 |
| 2024-09-21 | Compute reachable locals as part of non_ssa_locals | Ben Kimock | -83/+41 |
| 2024-09-21 | Don't alloca for unused locals | Ben Kimock | -8/+111 |
| 2024-09-20 | Only expect mono consts in CFI | Michael Goulet | -0/+4 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -0/+3 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -1/+1 |
| 2024-09-20 | Skip query in get_parent_item when possible. | Mara Bos | -1/+3 |
| 2024-09-19 | Allow shortening reborrows | Eric Holk | -3/+2 |
| 2024-09-18 | Apply code review suggestions | Eric Holk | -1/+2 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+3 |
| 2024-09-18 | Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3 | Matthias Krüger | -2/+3 |
| 2024-09-17 | Fix circular fn_sig queries to return the correct number of arguments for met... | Jesse Rusak | -1/+1 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -43/+17 |
| 2024-09-17 | Use associative type defaults in `{Layout,FnAbi}OfHelpers`. | Nicholas Nethercote | -2/+3 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -3/+5 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -17/+10 |
| 2024-09-16 | make `LayoutCx` not generic | Lukas Markeffsky | -28/+9 |
| 2024-09-16 | Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillot | bors | -1/+4 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -13/+47 |
| 2024-09-14 | Consider synthetic closure bodies to be typeck children | Michael Goulet | -1/+4 |
| 2024-09-14 | Rollup merge of #130317 - compiler-errors:no-ord, r=jackh726 | Stuart Cook | -3/+3 |
| 2024-09-14 | Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot | Stuart Cook | -1/+1 |
| 2024-09-13 | ProjectionElem and UnOp/BinOp dont need to be PartialOrd/Ord | Michael Goulet | -3/+3 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -1/+18 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -13/+5 |
| 2024-09-12 | Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalathar | bors | -61/+54 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -59/+52 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -2/+2 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -12/+11 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -2/+2 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -2/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -5/+3 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -54/+49 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -23/+15 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -1/+18 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -1/+1 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -13/+47 |
| 2024-09-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -0/+4 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -23/+15 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -0/+14 |