| Age | Commit message (Expand) | Author | Lines |
| 2025-09-06 | Update comment for werror on rust-lang/rust CI explaining why we keep MSVC de... | Romain Perier | -4/+4 |
| 2025-09-06 | identity uses are ok, even if there are no defining uses | lcnr | -1/+10 |
| 2025-09-06 | Ensure fat LTO doesn't merge everything into the allocator module | bjorn3 | -3/+21 |
| 2025-09-06 | Rollup merge of #146211 - Urgau:cfg-disallow-shebang, r=fmease | Matthias Krüger | -22/+42 |
| 2025-09-06 | Rollup merge of #144801 - estebank:issue-144734, r=spastorino | Matthias Krüger | -10/+68 |
| 2025-09-06 | Rollup merge of #127316 - klensy:tracing-bump, r=Kobzol | Matthias Krüger | -3/+3 |
| 2025-09-06 | Make the allocator shim participate in LTO again | bjorn3 | -26/+39 |
| 2025-09-05 | Some hygiene doc improvements | Cameron Steffen | -12/+22 |
| 2025-09-05 | Ignore intrinsic calls in cross-crate-inlining cost model | Ben Kimock | -1/+10 |
| 2025-09-06 | Disallow shebang in `--cfg` and `--check-cfg` arguments | Urgau | -22/+42 |
| 2025-09-05 | Rollup merge of #146243 - matthiaskrgr:declone, r=lqd | León Orell Valerian Liehr | -4/+4 |
| 2025-09-05 | Rollup merge of #146241 - hkBst:context-1, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2025-09-05 | Rollup merge of #146144 - heiher:entry-func-features, r=petrochenkov | León Orell Valerian Liehr | -10/+22 |
| 2025-09-05 | Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35 | León Orell Valerian Liehr | -2/+6 |
| 2025-09-05 | Use `Itertools::all_equal_value()` where applicable | Yotam Ofek | -46/+35 |
| 2025-09-05 | compiler: Add Windows resources to rustc-main and rustc_driver | Aleksey Kliger | -3/+257 |
| 2025-09-05 | rustc_middle: clippy fixes | Marijn Schouten | -20/+14 |
| 2025-09-05 | Auto merge of #146121 - Muscraft:filter-suggestion-parts, r=petrochenkov | bors | -16/+17 |
| 2025-09-05 | Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols | Mads Marquart | -2/+6 |
| 2025-09-05 | cg_gcc: run `run-make-cargo` tests | Jieyou Xu | -3/+19 |
| 2025-09-05 | cg_clif: run `run-make-cargo` test suite | Jieyou Xu | -1/+1 |
| 2025-09-05 | cg_clif: account for moved `tests/run-make-cargo/compiler-builtins` | Jieyou Xu | -1/+1 |
| 2025-09-05 | remove couple of clones | Matthias Krüger | -4/+4 |
| 2025-09-05 | rustc_infer: change top-level doc comment to inner | Marijn Schouten | -1/+1 |
| 2025-09-05 | DynamicConfig: use canonical clone impl | Marijn Schouten | -1/+1 |
| 2025-09-05 | Auto merge of #146044 - estebank:issue-88727, r=chenyukang | bors | -42/+123 |
| 2025-09-05 | gpu offload: change suspicious map into filter | Marijn Schouten | -1/+1 |
| 2025-09-05 | Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35 | bors | -38/+110 |
| 2025-09-05 | Rollup merge of #146217 - lukas-code:suggest-new-ice, r=compiler-errors | Trevor Gross | -6/+5 |
| 2025-09-05 | Rollup merge of #145709 - heiher:issue-145692-1, r=jackh726 | Trevor Gross | -32/+105 |
| 2025-09-05 | Auto merge of #144737 - petrochenkov:extprelcache, r=davidtwco | bors | -6/+8 |
| 2025-09-04 | fix: Filter suggestion parts that match existing code | Scott Schafer | -10/+11 |
| 2025-09-04 | chore: Remove redundant disjoint spans assert | Scott Schafer | -5/+0 |
| 2025-09-04 | refactor: Move assert for disjoint substitution spans | Scott Schafer | -1/+6 |
| 2025-09-04 | Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv... | bors | -7/+82 |
| 2025-09-04 | fix ICE when suggesting `::new` | Lukas Markeffsky | -6/+5 |
| 2025-09-04 | compiler: Apply target features to the entry function | WANG Rui | -10/+22 |
| 2025-09-04 | Auto merge of #145955 - bjorn3:lto_refactors4, r=nnethercote | bors | -155/+97 |
| 2025-09-04 | rustc_log: remove direct dep on tracing_core | klensy | -1/+1 |
| 2025-09-04 | unpin tracing_core | klensy | -2/+2 |
| 2025-09-04 | Special case allocator module submission to avoid special casing it elsewhere | bjorn3 | -146/+79 |
| 2025-09-04 | Ensure the allocator shim never participates in LTO | bjorn3 | -18/+13 |
| 2025-09-04 | Export __rdl_* symbols to the allocator shim when doing LTO | bjorn3 | -0/+14 |
| 2025-09-04 | Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726 | Jacob Pratt | -8/+9 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -8/+23 |
| 2025-09-04 | Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-09-04 | Rollup merge of #146137 - Urgau:cfg-disallow-frontmatter, r=fmease | Stuart Cook | -6/+20 |
| 2025-09-04 | Rollup merge of #146134 - maurer:nvptx-sync, r=durin42 | Stuart Cook | -1/+5 |
| 2025-09-04 | Rollup merge of #146120 - smoelius:patch-3, r=lqd | Stuart Cook | -1/+1 |
| 2025-09-04 | Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkin | Stuart Cook | -14/+14 |