| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-21 | Ensure we codegen and don't internalize the entrypoint | Ben Kimock | -14/+30 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -830/+657 |
| 2025-07-22 | Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -6/+0 |
| 2025-07-22 | Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -16/+18 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -7/+16 |
| 2025-07-22 | Rollup merge of #143985 - makai410:rp-rename, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -285/+284 |
| 2025-07-22 | Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -11/+18 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -16/+666 |
| 2025-07-21 | Reduce comment verbosity | Esteban Küber | -33/+5 |
| 2025-07-21 | Tweak spans when encountering multiline initializer in move error | Esteban Küber | -2/+9 |
| 2025-07-21 | Generalize logic pointing at binding moved into closure | Esteban Küber | -24/+55 |
| 2025-07-21 | Tweak borrowck label pointing at `!Copy` value moved into closure | Esteban Küber | -51/+78 |
| 2025-07-21 | Dont ICE on copy error being suppressed due to overflow | Michael Goulet | -4/+5 |
| 2025-07-21 | Don't ICE on non-TypeId metadata within TypeId | Oli Scherer | -1/+1 |
| 2025-07-21 | Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhpratt | bors | -25/+6 |
| 2025-07-21 | Remove Retag for Unique | bjorn3 | -2/+0 |
| 2025-07-21 | Remove each_linked_rlib_for_lto from CodegenContext | bjorn3 | -23/+63 |
| 2025-07-21 | Move exported_symbols_for_lto out of CodegenContext | bjorn3 | -17/+39 |
| 2025-07-21 | Merge exported_symbols computation into exported_symbols_for_lto | bjorn3 | -90/+69 |
| 2025-07-21 | Move LTO symbol export calculation from backends to cg_ssa | bjorn3 | -191/+132 |
| 2025-07-21 | Remove worker id | bjorn3 | -56/+19 |
| 2025-07-21 | Merge modules and cached_modules for fat LTO | bjorn3 | -33/+14 |
| 2025-07-20 | Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errors | Jacob Pratt | -21/+2 |
| 2025-07-20 | Rollup merge of #144162 - beepster4096:drop_elaborator_debug_impls, r=compile... | Jacob Pratt | -4/+4 |
| 2025-07-21 | Auto merge of #143833 - scottmcm:final-mcp-838, r=compiler-errors | bors | -23/+30 |
| 2025-07-20 | Also bail out if predicates contain errors. | Camille GILLOT | -2/+2 |
| 2025-07-20 | Consider parent predicates in ImpossiblePredicates pass. | Camille GILLOT | -7/+19 |
| 2025-07-20 | fix handling of base address for TypeId allocations | Ralf Jung | -16/+18 |
| 2025-07-20 | Consider param-env for fast path | Michael Goulet | -20/+30 |
| 2025-07-20 | Ban projecting into SIMD types [MCP838] | Scott McMurray | -14/+14 |