| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Only store the LocalDefId instead of the whole instance. | Camille GILLOT | -6/+11 |
| 2025-06-23 | Add codegen timing section | Jakub Beránek | -4/+50 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -76/+44 |
| 2025-06-23 | Rollup merge of #142854 - folkertdev:centralize-min-function-alignment, r=wor... | Matthias Krüger | -17/+10 |
| 2025-06-23 | Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmann | Matthias Krüger | -44/+86 |
| 2025-06-22 | Stop collecting unmentioned constants | Mark Rousskov | -6/+8 |
| 2025-06-22 | Hash less while hashing def-ids. | Camille GILLOT | -3/+15 |
| 2025-06-22 | Only inherit local hash for paths. | Camille GILLOT | -3/+13 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -44/+86 |
| 2025-06-22 | Cache queries. | Camille GILLOT | -0/+1 |
| 2025-06-22 | Auto merge of #142508 - Mark-Simulacrum:skip-noop-drop-glue, r=fee1-dead | bors | -2/+10 |
| 2025-06-22 | Only compute recursive callees once. | Camille GILLOT | -134/+152 |
| 2025-06-22 | add method to retrieve body of coroutine | Makai | -0/+6 |
| 2025-06-22 | Auto merge of #142878 - GuillaumeGomez:rollup-53dohob, r=GuillaumeGomez | bors | -133/+203 |
| 2025-06-22 | Init local_names lazily for borrowck diagnostics | Kornel | -44/+58 |
| 2025-06-22 | Avoid panic when debug info is missing | Kornel | -3/+7 |
| 2025-06-22 | Remove dead instructions in terminate blocks | Mark Rousskov | -5/+4 |
| 2025-06-22 | Rollup merge of #142874 - marxin:cranelift-typo-fix, r=bjorn3 | Guillaume Gomez | -2/+2 |
| 2025-06-22 | Rollup merge of #142868 - klensy:dc, r=oli-obk | Guillaume Gomez | -4/+0 |
| 2025-06-22 | Rollup merge of #142856 - cjgillot:inline-serialize, r=petrochenkov | Guillaume Gomez | -0/+4 |
| 2025-06-22 | Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errors | Guillaume Gomez | -30/+21 |
| 2025-06-22 | Rollup merge of #142780 - JonathanBrouwer:must_use_new_attr, r=jdonszelmann | Guillaume Gomez | -7/+73 |
| 2025-06-22 | Rollup merge of #142740 - ada4a:is-destruct-assignment-desugaring, r=fee1-dead | Guillaume Gomez | -13/+12 |
| 2025-06-22 | Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukang | Guillaume Gomez | -9/+59 |
| 2025-06-22 | Rollup merge of #142593 - blyxyas:improve-docs-itty-bitty-change, r=compiler-... | Guillaume Gomez | -0/+9 |
| 2025-06-22 | Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errors | Guillaume Gomez | -68/+23 |
| 2025-06-22 | Don't suggest changing a method inside a expansion | Urgau | -1/+3 |
| 2025-06-22 | Address review comments | Urgau | -9/+31 |
| 2025-06-22 | cranelift: fix target feature name type: "fxsr" | Martin Liska | -2/+2 |
| 2025-06-22 | Auto merge of #142706 - fee1-dead-contrib:push-zsznlqyrzsqo, r=oli-obk | bors | -723/+464 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -7/+73 |
| 2025-06-22 | Leave from CopyProp early when there are no replacements | Tomasz Miąsko | -8/+10 |
| 2025-06-22 | Turn a comment that looks like a docstring into a docstring | Ada Alakbarova | -13/+12 |
| 2025-06-22 | remove allow(dead_code) leftovers from serial/parallel compiler | klensy | -4/+0 |
| 2025-06-22 | Auto merge of #142864 - jhpratt:rollup-mf0yq8o, r=jhpratt | bors | -196/+275 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -9/+59 |
| 2025-06-22 | Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmann | Jacob Pratt | -119/+124 |
| 2025-06-22 | Rollup merge of #142617 - lcnr:search_graph-3, r=compiler-errors | Jacob Pratt | -73/+122 |
| 2025-06-22 | Rollup merge of #142600 - GrigorenkoPV:attributes/rustc_pub_transparent, r=jd... | Jacob Pratt | -4/+29 |
| 2025-06-22 | Auto merge of #142675 - tmiasko:preserve-cache, r=oli-obk | bors | -1/+1 |
| 2025-06-21 | target-feature: enable rust target features implied by target-cpu | Jed Brown | -8/+16 |
| 2025-06-21 | add nvptx_target_feature | Jed Brown | -1/+79 |
| 2025-06-21 | Add a few inline directives in rustc_serialize. | Camille GILLOT | -0/+4 |
| 2025-06-21 | Skip collecting no-op DropGlue in vtables | Mark Rousskov | -2/+10 |
| 2025-06-22 | centralize `-Zmin-function-alignment` logic | Folkert de Vries | -17/+10 |
| 2025-06-21 | Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errors | bors | -1/+1 |
| 2025-06-21 | Port `#[rustc_pub_transparent]` to the new attribute system | Pavel Grigorenko | -4/+29 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -108/+89 |
| 2025-06-21 | Remove style() from AttributeExt trait | David Tolnay | -23/+11 |
| 2025-06-21 | Add AttributeExt::doc_resolution_scope | David Tolnay | -1/+37 |