| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-26 | Allow rust-project.json to specify sysroot workspace | David Richey | -61/+135 | |
| 2025-02-26 | Merge pull request #19220 from Shourya742/2025-02-24-nit-setup-doc | Laurențiu Nicola | -4/+10 | |
| doc: remove nit from setup.md | ||||
| 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 | |
| internal: Migrate some low-hanging `remove_*` assists to `SyntaxEditor` | ||||
| 2025-02-26 | Merge pull request #19204 from kazatsuyu/allow-package-specific-feature | Chayim Refael Friedman | -1/+3 | |
| Allow "package/feature" format feature flag | ||||
| 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 | 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 | |
| We vendor the list of implications, which isn't nice, but t-compiler doesn't want to make rustc_target available to us. | ||||
| 2025-02-25 | doc: remove nit from setup.md | bit-aloo | -4/+10 | |
| 2025-02-24 | minor: Add tabstop to impl body in `generate_trait_impl` assist | Giga Bowser | -14/+18 | |
| 2025-02-24 | Merge pull request #19171 from ShoyuVanilla/migrate-de-morgan-assist | Lukas Wirth | -75/+351 | |
| internal: Migrate `apply_demorgan` to `SyntaxEditor` | ||||
| 2025-02-24 | Merge pull request #18987 from ChayimFriedman2/drop-glue | Lukas Wirth | -6/+1002 | |
| feat: Calculate drop glue and show it on hover | ||||
| 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 | Merge pull request #19219 from Veykril/push-rvosplwpwqqt | Lukas Wirth | -8/+122 | |
| Vendor `always-assert` into `stdx` | ||||
| 2025-02-24 | Merge pull request #19211 from Timmmm/user/timh/import_private | Lukas Wirth | -1/+4 | |
| Include private items in completions for local crates | ||||
| 2025-02-24 | Merge pull request #19197 from andylokandy/insta | Lukas Wirth | -16/+13 | |
| feat: update insta inline snapshot when clicking 'Update Test' runnable | ||||
| 2025-02-24 | Merge pull request #19218 from Veykril/push-vqsronpuvrnx | Lukas Wirth | -1/+0 | |
| Disable incremental on release builds | ||||
| 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 | Merge pull request #19217 from lnicola/event-name | Laurențiu Nicola | -6/+6 | |
| Fix `event_name` check is workflows | ||||
| 2025-02-24 | Fix event_name check in workflows | Laurențiu Nicola | -6/+6 | |
| 2025-02-24 | Downgrade to ubuntu-22.04 for aarch64-unknown-linux-gnu and ↵ | Laurențiu Nicola | -2/+2 | |
| arm-unknown-linux-gnueabihf builds | ||||
| 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 | -17/+31 | |
| 2025-02-24 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-02-23 | Merge pull request #19191 from Veykril/push-yzzlosskwrxs | Lukas Wirth | -131/+23 | |
| Remove `limit` crate in favor `usize` | ||||
| 2025-02-23 | Remove `limit` crate in favor `usize` | Lukas Wirth | -131/+23 | |
| 2025-02-23 | Include private items in completions for local crates | Tim Hutt | -1/+4 | |
| Don't filter out private items when completing paths in the same crate. Instead respect the `privateEditable` setting. Fixes #9850 | ||||
| 2025-02-23 | Fix codegen of parser inline tests runner | niller-g | -61/+59 | |
| When running `cargo codegen` the `crates/parser/test_data/generated/runner.rs` file is only updated when some file in `crates/parser/test_data/inline` changes. However this is not sufficient in all cases | ||||
| 2025-02-23 | Fix parser inline tests codegen panics | niller-g | -13/+10 | |
| When running `cargo codegen` the cwd="rust-analyzer" however when running `cargo test` the cwd="rust-analyzer/xtask" which makes the codegen panic | ||||
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, ↵ | Jacob Pratt | -5/+5 | |
| r=saethlin,traviscross Greatly simplify lifetime captures in edition 2024 Remove most of the `+ Captures` and `+ '_` from the compiler, since they are now unnecessary with the new edition 2021 lifetime capture rules. Use some `+ 'tcx` and `+ 'static` rather than being overly verbose with precise capturing syntax. | ||||
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -5/+5 | |
| 2025-02-22 | Merge pull request #19182 from ShoyuVanilla/issue-19177 | Chayim Refael Friedman | -7/+47 | |
| fix: Binding wrong associated type when lowering bounds like `T: Trait<Assoc = U>` | ||||
| 2025-02-22 | Allow "package/feature" format feature flag | Shirayama Kazatsuyu | -1/+3 | |
| 2025-02-22 | Merge pull request #19203 from lnicola/rust-src-path | Laurențiu Nicola | -8/+6 | |
| minor: Switch back to RUST_SRC_PATH | ||||
| 2025-02-22 | Switch back to RUST_SRC_PATH | Laurențiu Nicola | -8/+6 | |
| 2025-02-21 | toc for other editors | Josh Rotenberg | -0/+2 | |
| 2025-02-21 | fix | andylokandy | -1/+1 | |
| 2025-02-21 | feat: update insta inline snapshot when clicks 'Update Test' runnable | andylokandy | -16/+13 | |
| 2025-02-20 | rust-analyzer: use new function in (incorrect) layout computation | Jubilee Young | -1/+1 | |
| This is only to fix the build. | ||||
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` ↵ | Zachary S | -6/+6 | |
| field in `LayoutData`. Also update comments that refered to BackendRepr::Uninhabited. | ||||
| 2025-02-20 | Update style.md | Benjamin Brienen | -1/+1 | |
| fix dead link | ||||
