| Age | Commit message (Expand) | Author | Lines |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -123/+43 |
| 2025-02-27 | Rollup merge of #136542 - jieyouxu:build-base, r=onur-ozkan | Matthias Krüger | -38/+51 |
| 2025-02-27 | Cofigurate out ohos target to avoid compilation crashes | LuuuXXX | -5/+7 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -7/+7 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -22/+8 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -43/+28 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -55/+4 |
| 2025-02-26 | Drop support for stitched sysroot | David Richey | -1168/+12 |
| 2025-02-26 | Allow rust-project.json to specify sysroot workspace | David Richey | -61/+135 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -0/+12 |
| 2025-02-26 | Add new `Rustdoc::emit` method in `run-make-support` | Guillaume Gomez | -0/+7 |
| 2025-02-26 | Merge pull request #19220 from Shourya742/2025-02-24-nit-setup-doc | Laurențiu Nicola | -4/+10 |
| 2025-02-26 | Use cargo zigbuild for releases | Laurențiu Nicola | -40/+49 |
| 2025-02-26 | Merge pull request #19225 from Giga-Bowser/remove-assists | Lukas Wirth | -43/+253 |
| 2025-02-26 | Merge pull request #19204 from kazatsuyu/allow-package-specific-feature | Chayim Refael Friedman | -1/+3 |
| 2025-02-25 | Auto merge of #137594 - RalfJung:miri-sync, r=RalfJung | bors | -297/+714 |
| 2025-02-25 | disable float non-determinism for now to be able to complete the sync | Ralf Jung | -35/+47 |
| 2025-02-25 | internal: Migrate `remove_unused_param` assist to `SyntaxEditor` | Giga Bowser | -17/+71 |
| 2025-02-25 | fix: Properly handle removals in `SyntaxEditor` | Giga Bowser | -6/+18 |
| 2025-02-25 | internal: Migrate `remove_parentheses` assist to `SyntaxEditor` | Giga Bowser | -5/+14 |
| 2025-02-25 | internal: Migrate `remove_mut` assist to `SyntaxEditor` | Giga Bowser | -7/+8 |
| 2025-02-25 | internal: Improve reporting of intersecting changes | Giga Bowser | -8/+142 |
| 2025-02-25 | Revert accidental cargo submodule update | Oli Scherer | -0/+0 |
| 2025-02-25 | Merge from rustc | Ralf Jung | -659/+879 |
| 2025-02-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -1/+0 |
| 2025-02-25 | Disable typos checker for the target feature names | Chayim Refael Friedman | -0/+4 |
| 2025-02-25 | Support target features implications in target_feature 1.1 | Chayim Refael Friedman | -36/+268 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -6/+5 |
| 2025-02-25 | doc: remove nit from setup.md | bit-aloo | -4/+10 |
| 2025-02-24 | Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obk | Michael Goulet | -5/+5 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -1/+0 |
| 2025-02-24 | Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk | bors | -155/+156 |
| 2025-02-24 | minor: Add tabstop to impl body in `generate_trait_impl` assist | Giga Bowser | -14/+18 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -1/+0 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -5/+5 |
| 2025-02-24 | Merge pull request #19171 from ShoyuVanilla/migrate-de-morgan-assist | Lukas Wirth | -75/+351 |
| 2025-02-24 | Merge pull request #18987 from ChayimFriedman2/drop-glue | Lukas Wirth | -6/+1002 |
| 2025-02-24 | Add `take()` method to `SyntaxEditor` | Shoyu Vanilla | -25/+20 |
| 2025-02-24 | Migrate `apply_demorgan` to `SyntaxEditor` | Shoyu Vanilla | -52/+162 |
| 2025-02-24 | Migrate some leftovers in `add_missing_match_arms` | Shoyu Vanilla | -25/+196 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -52/+47 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -111/+117 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -0/+0 |
| 2025-02-24 | Merge pull request #4193 from bjorn3/arm64_vpmaxq_u8 | Ralf Jung | -13/+124 |
| 2025-02-24 | Merge pull request #19219 from Veykril/push-rvosplwpwqqt | Lukas Wirth | -8/+122 |
| 2025-02-24 | Merge pull request #19211 from Timmmm/user/timh/import_private | Lukas Wirth | -1/+4 |
| 2025-02-24 | Merge pull request #19197 from andylokandy/insta | Lukas Wirth | -16/+13 |
| 2025-02-24 | Merge pull request #19218 from Veykril/push-vqsronpuvrnx | Lukas Wirth | -1/+0 |
| 2025-02-24 | Vendor always-assert | Lukas Wirth | -8/+122 |