| Age | Commit message (Expand) | Author | Lines |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -4/+10 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -4/+10 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -2/+2 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -38/+78 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -38/+78 |
| 2025-03-17 | Rollup merge of #138588 - nnethercote:avoid-double-lower_ident, r=compiler-er... | Matthias Krüger | -22/+9 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -13/+2 |
| 2025-03-17 | Avoid double lowering of generic identifiers. | Nicholas Nethercote | -1/+1 |
| 2025-03-17 | Make the `match` in `new_named_lifetime` exhaustive. | Nicholas Nethercote | -4/+3 |
| 2025-03-17 | Avoid double lowering of lifetime identifiers. | Nicholas Nethercote | -3/+1 |
| 2025-03-17 | Inline and remove `LoweringContext::new_named_lifetime_with_res`. | Nicholas Nethercote | -14/+4 |
| 2025-03-15 | Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errors | León Orell Valerian Liehr | -1/+8 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -2/+2 |
| 2025-03-14 | Handle `_` properly in a couple of places. | Nicholas Nethercote | -1/+8 |
| 2025-03-13 | Rollup merge of #138399 - Bryanskiy:delegation-extern-fn, r=petrochenkov | Matthias Krüger | -5/+10 |
| 2025-03-13 | Delegation: allow foreign fns `reuse` | Bryanskiy | -5/+10 |
| 2025-03-13 | Rollup merge of #138371 - cuviper:stable-asm-test, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -0/+1 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138403 - Bryanskiy:delegation-ice-2, r=petrochenkov | Manish Goregaokar | -0/+1 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Reduce FormattingOptions to 64 bits. | Mara Bos | -24/+21 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-12 | Delegation: one more ICE fix for `MethodCall` generation | Bryanskiy | -0/+1 |
| 2025-03-11 | Update compiletest's `has_asm_support` to match rustc | Josh Stone | -0/+1 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -6/+58 |
| 2025-03-11 | Error on `define_opaques` entries without any opaques actually referenced | Oli Scherer | -2/+2 |
| 2025-03-11 | Test invalid `define_opaques` attributes | Oli Scherer | -11/+15 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -6/+54 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -14/+12 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=Noratrieb | Matthias Krüger | -0/+1 |
| 2025-03-10 | Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkov | Matthias Krüger | -16/+18 |
| 2025-03-10 | Delegation: fix ICE with invalid MethodCall generation | Bryanskiy | -16/+18 |
| 2025-03-10 | Share implementation of expr_u{16,32,size}. | Mara Bos | -21/+8 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -1/+12 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -8/+7 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+5 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -8/+7 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -21/+14 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+5 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -21/+14 |
| 2025-03-06 | Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errors | Michael Goulet | -2/+0 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -11/+115 |