| Age | Commit message (Expand) | Author | Lines |
| 2025-09-30 | Rollup merge of #147109 - BoxyUwU:rename_concrete_opaques, r=lcnr | Stuart Cook | -109/+83 |
| 2025-09-30 | Rollup merge of #146649 - folkertdev:cmse-call-erase-regions, r=lcnr | Stuart Cook | -0/+1 |
| 2025-09-30 | Rollup merge of #146011 - estebank:lifetime-obligation-span, r=lcnr | Stuart Cook | -9/+23 |
| 2025-09-30 | Rollup merge of #140916 - moatom:140578, r=chenyukang | Stuart Cook | -8/+37 |
| 2025-09-30 | Fix unuseful span in type error in some format_args!() invocations | Tomoaki Kobayashi | -8/+37 |
| 2025-09-30 | Auto merge of #147143 - estebank:verbose-ret-type, r=fee1-dead | bors | -2/+2 |
| 2025-09-29 | Rollup merge of #147152 - lcnr:instantiate-pre-sized-check, r=BoxyUwU | Jacob Pratt | -131/+95 |
| 2025-09-29 | Rollup merge of #146457 - alexcrichton:wasm-no-exn-instructions, r=bjorn3 | Jacob Pratt | -8/+30 |
| 2025-09-29 | Rollup merge of #147150 - nikic:alloc-shim-attributes, r=bjorn3 | Matthias Krüger | -4/+26 |
| 2025-09-29 | Rollup merge of #147131 - cjgillot:patch-branches, r=davidtwco | Matthias Krüger | -12/+37 |
| 2025-09-29 | Rollup merge of #147040 - joshtriplett:mbe-fix-comments, r=petrochenkov | Matthias Krüger | -7/+4 |
| 2025-09-29 | Auto merge of #146376 - durin42:dwo-specify-path, r=davidtwco | bors | -1/+15 |
| 2025-09-29 | more rename | Boxy Uwu | -28/+36 |
| 2025-09-29 | cleanup `try_evaluate_added_goals` | lcnr | -14/+5 |
| 2025-09-29 | Fn-trait goals, eagerly instantiate binder | lcnr | -117/+90 |
| 2025-09-29 | Auto merge of #147151 - Zalathar:rollup-w81rn0j, r=Zalathar | bors | -50/+59 |
| 2025-09-29 | Rollup merge of #147123 - DJMcNab:doc_cfg_merge_version, r=fmease | Stuart Cook | -2/+2 |
| 2025-09-29 | Rollup merge of #147101 - yotamofek:pr/iter-eq-and-eq-by, r=jdonszelmann | Stuart Cook | -31/+17 |
| 2025-09-29 | Rollup merge of #146987 - hkBst:sort-params-1, r=nnethercote | Stuart Cook | -2/+2 |
| 2025-09-29 | Rollup merge of #146653 - jdonszelmann:empty-attr-diags, r=nnethercote | Stuart Cook | -15/+38 |
| 2025-09-29 | Emit allocator attributes for allocator shim | Nikita Popov | -4/+26 |
| 2025-09-29 | Fix removed version of `doc_auto_cfg`, `doc_cfg_hide` | Daniel McNab | -2/+2 |
| 2025-09-29 | Auto merge of #147145 - Zalathar:rollup-s7kcs3w, r=Zalathar | bors | -176/+169 |
| 2025-09-29 | Rollup merge of #147134 - workingjubilee:remove-explicit-abialign-deref, r=Za... | Stuart Cook | -56/+54 |
| 2025-09-29 | Rollup merge of #147116 - workingjubilee:remove-tdl-abialign, r=Zalathar | Stuart Cook | -120/+115 |
| 2025-09-29 | Use `Iterator::eq` and (dogfood) `eq_by` in compiler and library | Yotam Ofek | -31/+17 |
| 2025-09-29 | Make replacement suggestion `_` in type verbose | Esteban Küber | -2/+2 |
| 2025-09-29 | Rollup merge of #147127 - antoyo:fix/gcc-linker-plugin, r=bjorn3 | Stuart Cook | -4/+47 |
| 2025-09-29 | Rollup merge of #147092 - cjgillot:late-validate-mir, r=compiler-errors | Stuart Cook | -12/+14 |
| 2025-09-29 | Rollup merge of #133477 - estebank:issue-133343, r=davidtwco | Stuart Cook | -33/+105 |
| 2025-09-28 | remove explicit deref of AbiAlign for most methods | Jubilee Young | -56/+54 |
| 2025-09-28 | Detect unconstructable re-exported tuple structs | Esteban Küber | -33/+105 |
| 2025-09-28 | Point at multiple outlives requirements instead of just the first one | Esteban Küber | -5/+8 |
| 2025-09-28 | Address review comment | Esteban Küber | -10/+14 |
| 2025-09-28 | reword note | Esteban Küber | -1/+1 |
| 2025-09-28 | Point at lifetime requirement origin in more cases | Esteban Küber | -17/+15 |
| 2025-09-28 | Point at fn bound that introduced lifetime obligation | Esteban Küber | -1/+10 |
| 2025-09-28 | Use MirPatch in simplify_branches. | Camille Gillot | -12/+37 |
| 2025-09-28 | Add a leading dash to linker plugin arguments in the gcc codegen | Antoni Boucher | -4/+47 |
| 2025-09-28 | Rollup merge of #147113 - heiher:src-analysis-lsx, r=lqd | Matthias Krüger | -3/+107 |
| 2025-09-28 | Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 | Matthias Krüger | -13/+618 |
| 2025-09-28 | Rollup merge of #141469 - Kivooeo:remove-usnsafegate, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2025-09-28 | Do not validate MIR if code does not type-check. | Camille Gillot | -12/+14 |
| 2025-09-28 | Rollup merge of #147066 - SimonSapin:macro_attr-tracking, r=lqd | Matthias Krüger | -1/+1 |
| 2025-09-28 | Rollup merge of #147061 - lcnr:provisional-cache-woops, r=BoxyUwU | Matthias Krüger | -56/+118 |
| 2025-09-28 | Rollup merge of #146763 - Zalathar:di-builder, r=jdonszelmann | Matthias Krüger | -133/+102 |
| 2025-09-28 | Rollup merge of #146745 - helldawg:master, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2025-09-27 | compiler: remove AbiAlign inside TargetDataLayout | Jubilee Young | -120/+115 |
| 2025-09-28 | Add LSX accelerated implementation for source file analysis | WANG Rui | -3/+107 |
| 2025-09-27 | Rename various "concrete opaque type" terminology to say "hidden type" | Boxy Uwu | -116/+82 |