| Age | Commit message (Expand) | Author | Lines |
| 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-21 | Merge pull request #20268 from lnicola/sync-from-rust | Laurențiu Nicola | -13079/+18381 |
| 2025-07-21 | Downgrade ra-ap-rustc_parse_format | Laurențiu Nicola | -17/+22 |
| 2025-07-21 | Revert "Bump rustc-literal-escaper" | Laurențiu Nicola | -6/+12 |
| 2025-07-21 | Bump rustc-literal-escaper | Laurențiu Nicola | -12/+6 |
| 2025-07-21 | Migrate AstNodeEdit | Hayashi Mikihiro | -35/+74 |
| 2025-07-21 | Bump rustc crates | Laurențiu Nicola | -22/+28 |
| 2025-07-21 | Merge from rust-lang/rust | Laurențiu Nicola | -13059/+18350 |
| 2025-07-21 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-07-21 | Merge pull request #4486 from rust-lang/rustup-2025-07-21 | Ralf Jung | -733/+983 |
| 2025-07-21 | Merge from rustc | The Miri Cronjob Bot | -732/+982 |
| 2025-07-21 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-21 | Merge pull request #20256 from A4-Tacks/gen-mut-trait-deref | Shoyu Vanilla (Flint) | -0/+37 |
| 2025-07-21 | Merge pull request #20262 from ChayimFriedman2/goto-ref-raw | Shoyu Vanilla (Flint) | -2/+45 |
| 2025-07-21 | Merge ref '460259d14de0' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -8946/+17811 |
| 2025-07-21 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-20 | Rollup merge of #144235 - Gelbpunkt:run-make-musl, r=jieyouxu | Jacob Pratt | -1/+8 |
| 2025-07-20 | Rollup merge of #144230 - RalfJung:option-as-slice-comment-fix, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-07-20 | Rollup merge of #144229 - RalfJung:miri-sync, r=RalfJung | Jacob Pratt | -735/+1457 |
| 2025-07-20 | Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errors | Jacob Pratt | -72/+71 |
| 2025-07-20 | Rollup merge of #144189 - lqd:test-144168, r=petrochenkov | Jacob Pratt | -0/+97 |
| 2025-07-20 | Rollup merge of #144162 - beepster4096:drop_elaborator_debug_impls, r=compile... | Jacob Pratt | -4/+4 |
| 2025-07-20 | Rollup merge of #144159 - ognevny:opt-dist-build-dir, r=Kobzol | Jacob Pratt | -7/+13 |
| 2025-07-20 | Rollup merge of #144144 - Gelbpunkt:musl-crate-types-test, r=compiler-errors | Jacob Pratt | -0/+5 |
| 2025-07-21 | Auto merge of #143833 - scottmcm:final-mcp-838, r=compiler-errors | bors | -1101/+873 |
| 2025-07-21 | Fix run-make tests on musl hosts | Jens Reidel | -1/+8 |
| 2025-07-20 | Also bail out if predicates contain errors. | Camille GILLOT | -17/+41 |
| 2025-07-20 | Consider parent predicates in ImpossiblePredicates pass. | Camille GILLOT | -35/+58 |
| 2025-07-20 | Auto merge of #143309 - compiler-errors:param-sized-fast-path, r=lcnr | bors | -72/+82 |
| 2025-07-20 | clippy: make tests work in stage 1 | Ralf Jung | -39/+64 |
| 2025-07-20 | clippy: make tests work in stage 1 | Ralf Jung | -63/+84 |
| 2025-07-20 | Implement `check::RustAnalyzer` using the `tool_check_step` macro | Jakub Beránek | -69/+25 |
| 2025-07-20 | Option::as_slice: fix comment | Ralf Jung | -1/+1 |
| 2025-07-20 | update lockfile | Ralf Jung | -51/+108 |
| 2025-07-20 | fix handling of base address for TypeId allocations | Ralf Jung | -43/+55 |
| 2025-07-20 | tests: cover more `exported_private_dependencies` cases | David Mládek | -20/+223 |
| 2025-07-20 | flt2dec: use fill instead of loop | Marijn Schouten | -11/+7 |
| 2025-07-20 | Consider param-env for fast path | Michael Goulet | -72/+82 |
| 2025-07-20 | Ban projecting into SIMD types [MCP838] | Scott McMurray | -46/+35 |
| 2025-07-20 | opt-dist: change build_dir field to be an actual build dir | ognevnydemon | -7/+13 |
| 2025-07-20 | Update Miri Tests | Scott McMurray | -8/+14 |
| 2025-07-20 | Update cranelift tests | Scott McMurray | -9/+16 |
| 2025-07-20 | ...and wasm tests too | Scott McMurray | -1/+3 |
| 2025-07-20 | So many test updates x_x | Scott McMurray | -1037/+805 |
| 2025-07-20 | Auto merge of #143861 - rust-lang:cargo_update, r=clubby789 | bors | -84/+81 |