| Age | Commit message (Expand) | Author | Lines |
| 2025-07-24 | Replace unwrap_or with explicit match | Ben Schulz | -3/+6 |
| 2025-07-24 | Fix unused_parens false positive | Ben Schulz | -1/+6 |
| 2025-07-24 | Use LocalKey<Cell> methods more | Cameron Steffen | -9/+9 |
| 2025-07-24 | fix up issues with internal compiler docs revealed by stricter lint | binarycat | -1/+5 |
| 2025-07-24 | MIR-build: No longer emit assumes in enum-as casting | Scott McMurray | -78/+2 |
| 2025-07-24 | Auto merge of #144398 - fmease:rollup-z6vq7mi, r=fmease | bors | -1000/+937 |
| 2025-07-24 | Make tier 3 musl targets link dynamically by default | Jens Reidel | -15/+0 |
| 2025-07-24 | Inline some methods in rustc_span hygiene | xizheyin | -0/+17 |
| 2025-07-24 | asm: Stabilize loongarch32 | WANG Rui | -0/+1 |
| 2025-07-24 | Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obk | León Orell Valerian Liehr | -4/+25 |
| 2025-07-24 | Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLii | León Orell Valerian Liehr | -3/+16 |
| 2025-07-24 | Rollup merge of #144334 - lolbinarycat:rustdoc-span_of_fragments-revert, r=Gu... | León Orell Valerian Liehr | -13/+4 |
| 2025-07-24 | Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkov | León Orell Valerian Liehr | -77/+45 |
| 2025-07-24 | Rollup merge of #144221 - usamoi:versym, r=bjorn3 | León Orell Valerian Liehr | -29/+130 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -830/+657 |
| 2025-07-24 | Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov | León Orell Valerian Liehr | -14/+30 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -24/+24 |
| 2025-07-24 | Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkov | León Orell Valerian Liehr | -6/+6 |
| 2025-07-24 | resolve: Remove `Scope::CrateRoot` | Vadim Petrochenkov | -57/+39 |
| 2025-07-24 | Auto merge of #144062 - bjorn3:lto_refactors2, r=davidtwco | bors | -331/+257 |
| 2025-07-24 | generate elf symbol version in raw-dylib | usamoi | -29/+130 |
| 2025-07-24 | remove movability from `RigidTy::Coroutine` and `AggregateKind::Coroutine` | Makai | -14/+8 |
| 2025-07-24 | Remove dead code and extend test coverage and diagnostics around it | Oli Scherer | -27/+31 |
| 2025-07-24 | Auto merge of #144272 - petrochenkov:disambunder2, r=oli-obk | bors | -45/+62 |
| 2025-07-24 | Avoid unnecessary `new_adt`/`new_fn_def` calls. | Nicholas Nethercote | -4/+12 |
| 2025-07-23 | Remove const deduplication from the interpreter. | Camille GILLOT | -27/+3 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -84/+57 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -73/+93 |
| 2025-07-23 | disable cfg.has_reliable_f128 on amdgcn | Manuel Drehwald | -0/+2 |
| 2025-07-23 | Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obk | bors | -8/+17 |
| 2025-07-23 | Suggest unwrapping when private method name is available in inner type | Esteban Küber | -0/+1 |
| 2025-07-23 | Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgr | bors | -128/+144 |
| 2025-07-23 | Don't emit two `assume`s in transmutes when one is a subset of the other | Scott McMurray | -4/+109 |
| 2025-07-23 | Upgrade semicolon_in_expressions_from_macros from warn to deny | Josh Triplett | -1/+1 |
| 2025-07-23 | Point at the type that doesn't impl `Clone` in more cases beyond closures | Esteban Küber | -10/+5 |
| 2025-07-23 | Remove `rvalue_creates_operand` entirely | Scott McMurray | -47/+2 |
| 2025-07-23 | re-enable direct `bitcast`s for Int/Float vector transmutes (but not ones inv... | Scott McMurray | -0/+21 |
| 2025-07-23 | Let `codegen_transmute_operand` just handle everything | Scott McMurray | -49/+43 |
| 2025-07-23 | RustWrapper: Suppress getNextNonDebugInfoInstruction | WANG Rui | -1/+1 |
| 2025-07-23 | Rollup merge of #144298 - Zalathar:empty-span, r=wesleywiser | Matthias Krüger | -26/+40 |
| 2025-07-23 | Rollup merge of #144292 - joshtriplett:mbe-use-concrete-type-for-get-unused-r... | Matthias Krüger | -16/+20 |
| 2025-07-23 | Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJung | Matthias Krüger | -1/+1 |
| 2025-07-23 | Rollup merge of #144239 - xizheyin:clean-lexer, r=fee1-dead | Matthias Krüger | -85/+83 |
| 2025-07-23 | Auto merge of #143843 - JonathanBrouwer:macro-use-parser, r=oli-obk | bors | -62/+205 |
| 2025-07-23 | resolve: Change the underscore disambiguator to avoid regressions | Vadim Petrochenkov | -1/+5 |
| 2025-07-23 | resolve: Make disambiguators for underscore bindings module-local | Vadim Petrochenkov | -45/+58 |
| 2025-07-23 | Stop using the old `validate_attr` logic for stability attributes | Jonathan Brouwer | -4/+25 |
| 2025-07-23 | Update uitest stderrs | Jonathan Brouwer | -1/+3 |
| 2025-07-23 | Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra... | Jonathan Brouwer | -61/+202 |
| 2025-07-23 | No longer need `alloca`s for consuming `Result<!, i32>` and similar | Scott McMurray | -64/+79 |