| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -9/+8 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -2/+0 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -28/+59 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -0/+1 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2025-03-01 | Rollup merge of #137742 - mu001999-contrib:fix-137708, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -28/+59 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -3/+4 |
| 2025-02-28 | Unconditionally lower match arm even if it's unneeded for never pattern in match | Mu001999 | -2/+5 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -1/+1 |
| 2025-02-24 | lower attr spans and inline some functions to hopefully mitigate perf regress... | Jana Dönszelmann | -2/+3 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -3/+13 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -80/+41 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -9/+8 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -9/+8 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -17/+6 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+3 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -2/+2 |