| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-24 | Disable incremental on release builds | Lukas Wirth | -1/+0 |
| 2025-02-24 | slightly extend comment | Ralf Jung | -1/+2 |
| 2025-02-24 | add missing float non-determinism tests and skip some on i686-pc-windows-msvc... | Ralf Jung | -10/+24 |
| 2025-02-24 | Merge pull request #19217 from lnicola/event-name | Laurențiu Nicola | -6/+6 |
| 2025-02-24 | make sure we install the toolchain for the intended host target | Ralf Jung | -1/+7 |
| 2025-02-24 | Fix event_name check in workflows | Laurențiu Nicola | -6/+6 |
| 2025-02-24 | sanity-check for HOST_TARGET | Ralf Jung | -1/+12 |
| 2025-02-24 | Downgrade to ubuntu-22.04 for aarch64-unknown-linux-gnu and arm-unknown-linux... | Laurențiu Nicola | -2/+2 |
| 2025-02-24 | Update assist docs | Laurențiu Nicola | -149/+175 |
| 2025-02-24 | Format code | Laurențiu Nicola | -2/+8 |
| 2025-02-24 | Add rustc_hashes and bump the others | Laurențiu Nicola | -17/+38 |
| 2025-02-24 | Merge from rust-lang/rust | Laurențiu Nicola | -507/+520 |
| 2025-02-24 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-02-24 | Merge from rustc | Ralf Jung | -398/+409 |
| 2025-02-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -6/+6 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -8/+8 |
| 2025-02-23 | Merge pull request #19191 from Veykril/push-yzzlosskwrxs | Lukas Wirth | -131/+23 |
| 2025-02-23 | Remove `limit` crate in favor `usize` | Lukas Wirth | -131/+23 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -6/+6 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 2025-02-23 | compiletest: disambiguate between root build dir vs test suite specific build... | 许杰友 Jieyou Xu (Joe) | -38/+51 |
| 2025-02-23 | Include private items in completions for local crates | Tim Hutt | -1/+4 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -3/+0 |
| 2025-02-23 | Fix codegen of parser inline tests runner | niller-g | -61/+59 |
| 2025-02-23 | Fix parser inline tests codegen panics | niller-g | -13/+10 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -5/+5 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -1/+0 |
| 2025-02-23 | Rollup merge of #137256 - workingjubilee:untangle-vector-abi-assumptions, r=b... | Matthias Krüger | -1/+1 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -6/+9 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -3/+0 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -5/+5 |