| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-23 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -43/+109 |
| 2025-07-23 | properly use caller-side panic location for some GenericArgs methods | Ralf Jung | -5/+12 |
| 2025-07-23 | Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkov | bors | -1676/+1220 |
| 2025-07-23 | Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty binding | León Orell Valerian Liehr | -3/+16 |
| 2025-07-22 | rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansion | binarycat | -13/+4 |
| 2025-07-23 | Don't special-case llvm.* as nounwind | Alisa Sireneva | -9/+0 |
| 2025-07-22 | Unquerify extern_mod_stmt_cnum. | Camille GILLOT | -6/+6 |
| 2025-07-23 | Make lints work with `allow_internal_unstable` | Jules Bertholet | -0/+1 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -3/+3 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -2/+2 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -1/+1 |
| 2025-07-22 | Clean code for `rustc_parse/src/lexer` | xizheyin | -85/+83 |
| 2025-07-22 | coverage: Enlarge empty spans during MIR instrumentation, not codegen | Zalathar | -26/+40 |
| 2025-07-22 | Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obk | Matthias Krüger | -4/+5 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -6/+1 |
| 2025-07-22 | Rollup merge of #142454 - tomtor:avr-update, r=tgross35 | Matthias Krüger | -0/+67 |
| 2025-07-22 | mbe: Use concrete type for `get_unused_rule` | Josh Triplett | -16/+20 |
| 2025-07-22 | Implement AST visitors using a derive macro. | Camille GILLOT | -1676/+1220 |
| 2025-07-22 | Keep elaborating predicates. | Camille GILLOT | -12/+9 |
| 2025-07-22 | Use less HIR in check_private_in_public. | Camille GILLOT | -77/+45 |