| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Rename `rustc_mir_build::build` to `builder` | Zalathar | -12234/+0 |
| 2024-12-16 | Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk | Matthias Krüger | -7/+25 |
| 2024-12-16 | Rollup merge of #134314 - compiler-errors:default-struct-value-const, r=estebank | Matthias Krüger | -5/+11 |
| 2024-12-15 | Check for array lengths that aren't actually `usize` | Scott McMurray | -7/+25 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -2/+1 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -9/+83 |
| 2024-12-14 | Make sure to use normalized ty for unevaluated const for default struct value | Michael Goulet | -5/+11 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -3/+2 |
| 2024-12-13 | Don't retag the `PtrMetadata(&raw const *_n)` in slice indexing | Scott McMurray | -2/+11 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -21/+45 |
| 2024-12-05 | Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors | Guillaume Gomez | -0/+4 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -8/+73 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -1/+1 |
| 2024-11-29 | implement checks for tail calls | Maybe Waffle | -0/+4 |
| 2024-11-28 | fix a comment with uneven number of backticks in rustc_mir_build | Maybe Lapkin | -1/+1 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -9/+21 |
| 2024-11-20 | Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril | Matthias Krüger | -9/+21 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -53/+145 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -4/+6 |
| 2024-11-18 | review | lcnr | -0/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -27/+41 |
| 2024-11-17 | Account for `ExpandedConstant` in `parse_match` | Esteban Küber | -6/+14 |
| 2024-11-17 | Unify expanded constants and named constants in `PatKind` | Esteban Küber | -5/+9 |
| 2024-11-17 | Fold `PatKind::NamedConstant` into `PatKind::Constant` | Esteban Küber | -7/+2 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -2/+7 |
| 2024-11-01 | Show actual MIR when MIR building forgot to terminate block | bjorn3 | -6/+17 |
| 2024-10-30 | compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build | Jubilee Young | -9/+8 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -2/+2 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -2/+2 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -3/+7 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -4/+4 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -4/+4 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -6/+1 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -40/+54 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -12/+17 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -6/+13 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -4/+12 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -6/+8 |
| 2024-09-23 | Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU | Matthias Krüger | -2/+7 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -337/+245 |
| 2024-09-22 | Replace calls to Const::eval in mir build | Michael Goulet | -2/+7 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -7/+6 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -7/+6 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+10 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -3/+2 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -3/+2 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+10 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -7/+5 |