| Age | Commit message (Expand) | Author | Lines |
| 2025-01-02 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -10/+10 |
| 2025-01-02 | pacify merciless fmt | Niko Matsakis | -5/+5 |
| 2025-01-02 | explain how `build_scope_drops` works | Niko Matsakis | -2/+38 |
| 2025-01-02 | Separate DropKind::ForLint | Michael Goulet | -39/+69 |
| 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 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -1/+1 |
| 2024-08-20 | fix: simple typo in compiler directory | c8ef | -1/+1 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -7/+7 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+4 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -8/+5 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -2/+4 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+22 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -2/+2 |
| 2024-07-29 | Entirely hide `Candidate`s from outside `lower_match_tree` | Nadrieril | -38/+64 |
| 2024-07-29 | Visiting bindings is straightforward now | Nadrieril | -67/+14 |
| 2024-07-29 | Abstract out the candidate manipulation not in the main algorithm | Nadrieril | -127/+192 |
| 2024-07-29 | Set up false edges in `lower_match_tree` | Nadrieril | -38/+42 |