| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-03 | Merge pull request #19226 from Shourya742/2025-02-25-fix-completion-ref-matching | Chayim Refael Friedman | -3/+25 | |
| completion-ref-matching | ||||
| 2025-03-02 | Merge pull request #19266 from the-mikedavis/lsp-pull-diagnostics-identifier | Laurențiu Nicola | -1/+1 | |
| Add `identifier` to pull diagnostic LSP capabilities | ||||
| 2025-03-02 | Add `identifier` to pull diagnostic LSP capabilities | Michael Davis | -1/+1 | |
| This field in the server capabilities instructs the client to maintain the diagnostics received from a `textDocument/diagnostic` pull request as a separate set from other diagnostics: namely those sent with classic "push" diagnostics, `textDocument/publishDiagnostic`. rust-analyzer emits "native" diagnostics (computed by rust-analyzer itself) in pull diagnostics and separately emits cargo-based diagnostics with push, so push and pull diagnostics should be different sets. Setting this field instructs the client to avoid clearing push diagnostics when new pull diagnostics arrive and vice versa. | ||||
| 2025-03-02 | Merge pull request #19264 from lnicola/theme-color | Laurențiu Nicola | -6/+1 | |
| minor: Fix transparent diagnostics | ||||
| 2025-03-02 | Fix transparent diagnostics | Laurențiu Nicola | -6/+1 | |
| 2025-03-02 | Merge pull request #19259 from Veykril/push-skmvrmtorqso | Lukas Wirth | -45/+162 | |
| Add flip or-pattern assist | ||||
| 2025-03-02 | Merge pull request #19253 from ShoyuVanilla/migrate-convert-bool-then | Lukas Wirth | -60/+174 | |
| internal: Migrate `convert_bool_then` to `SyntaxEditor` | ||||
| 2025-03-02 | Add flip or-pattern assist | Lukas Wirth | -45/+162 | |
| 2025-03-01 | Merge pull request #19251 from Veykril/push-tkmpqtzxynxk | Lukas Wirth | -87/+50 | |
| Remove syntax editing from parenthesis computation | ||||
| 2025-03-01 | Merge pull request #19257 from Veykril/push-myvwxskworsn | Lukas Wirth | -590/+485 | |
| internal: Cleanup some syntax highlighting things | ||||
| 2025-03-01 | Remove syntax editing from parenthesis computation | Lukas Wirth | -87/+50 | |
| 2025-03-01 | Fix `test_keyword_highlighting` test | Lukas Wirth | -38/+107 | |
| 2025-03-01 | Cleanup string handling in syntax highlighting | Lukas Wirth | -58/+27 | |
| 2025-03-01 | More precise macro modifiers for syntax highlighting | Lukas Wirth | -231/+231 | |
| 2025-03-01 | Cleanup highlighting macro-def handling | Lukas Wirth | -340/+197 | |
| 2025-03-01 | Migrate `convert_bool_then` to `SyntaxEditor` | Shoyu Vanilla | -60/+174 | |
| Update assist docs | ||||
| 2025-02-28 | Merge pull request #19250 from Veykril/push-tmrnrlotwtmr | Lukas Wirth | -67/+44 | |
| Have inline_local_variable use precedence calculation for parentheses | ||||
| 2025-02-28 | Have inline_local_variable use precedence calculation for parentheses | Lukas Wirth | -67/+44 | |
| 2025-02-28 | Merge pull request #19249 from Veykril/push-noosrywrsuvn | Lukas Wirth | -11/+22 | |
| Fix prefix adjustment hints unnecessarily introducing parens | ||||
| 2025-02-28 | Fix prefix adjustment hints unnecessarily introducing parens | Lukas Wirth | -11/+22 | |
| 2025-02-28 | Merge pull request #19246 from ncrothers/add-anchor-for-associated-items | Lukas Wirth | -7/+99 | |
| Add anchor for intra-doc links to associated items | ||||
| 2025-02-28 | add test | bit-aloo | -0/+24 | |
| 2025-02-28 | Avoid suggesting redundant borrowing in completion results | bit-aloo | -3/+1 | |
| 2025-02-27 | Add anchor for intra-doc links to associated items | Nicholas Crothers | -7/+99 | |
| 2025-02-27 | Merge pull request #19194 from BenjaminBrienen/node | Laurențiu Nicola | -1740/+2598 | |
| Update Node.js and vscode | ||||
| 2025-02-27 | Update Node.js, vscode, and ts deps | BenjaminBrienen | -1740/+2598 | |
| 2025-02-27 | Merge pull request #19237 from BenjaminBrienen/doc-tests | Laurențiu Nicola | -93/+77 | |
| Doc tests | ||||
| 2025-02-27 | ignore another test that fails on windows | BenjaminBrienen | -1/+1 | |
| 2025-02-27 | ignore doc test that only fails on windows | BenjaminBrienen | -1/+1 | |
| 2025-02-27 | fix doc tests | BenjaminBrienen | -61/+75 | |
| 2025-02-27 | enable doctest | BenjaminBrienen | -30/+0 | |
| 2025-02-27 | Merge pull request #19241 from Veykril/push-lqumoruvuyvo | Lukas Wirth | -2/+5 | |
| Fix sysroot crate-graph construction not mapping crate-ids for proc-macros | ||||
| 2025-02-27 | Fix sysroot crate-graph construction not mapping crate-ids for proc-macros | Lukas Wirth | -2/+5 | |
| 2025-02-27 | Merge pull request #19230 from lnicola/zig | Laurențiu Nicola | -40/+49 | |
| internal: set up Zig on CI and start using it in rust-analyzer | ||||
| 2025-02-27 | Merge pull request #19096 from darichey/rust-project-sysroot | Lukas Wirth | -1228/+146 | |
| Allow rust-project.json to specify sysroot workspace | ||||
| 2025-02-27 | Merge pull request #19239 from LuuuXXX/add-support-for-ohos | Laurențiu Nicola | -5/+7 | |
| Cofigurate out ohos target to avoid compilation crashes | ||||
| 2025-02-27 | Cofigurate out ohos target to avoid compilation crashes | LuuuXXX | -5/+7 | |
| 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 | 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 | Merge pull request #19223 from ChayimFriedman2/implied-target-feature | Lukas Wirth | -36/+272 | |
| fix: Support target features implications in target_feature 1.1 | ||||
| 2025-02-25 | Disable typos checker for the target feature names | Chayim Refael Friedman | -0/+4 | |
