about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
2024-11-19Merge pull request #18529 from ↵Laurențiu Nicola-1/+103
cmrschwarz/allow_leading_whitespace_in_merge_match_arms Improve selection handling for the `merge_match_arms` assist
2024-11-19Merge pull request #18459 from Giga-Bowser/match-placeholdersLaurențiu Nicola-113/+128
feat: Use snippet placeholders for generated match arms
2024-11-19improve selection handling for `merge_match_arms`Christian Schwarz-1/+103
2024-11-17Merge pull request #18519 from ChayimFriedman2/invalid-offsetLaurențiu Nicola-3/+7
fix: Fix related documents diagnostics
2024-11-16Fix related documents diagnosticsChayim Refael Friedman-3/+7
They were converted to LSP position using the current file's line index, which is obviously wrong.
2024-11-16Merge pull request #18518 from lnicola/bump-xshellLaurențiu Nicola-4/+4
minor: Bump xshell
2024-11-16Bump xshellLaurențiu Nicola-4/+4
2024-11-15Merge pull request #18495 from tareknaser/syntax_factory_reorder_fieldsDavid Barsky-8/+21
Migrate `reorder_fields` Assist to Use `SyntaxFactory`
2024-11-13feat: migrate `reorder_fields` assist to use `SyntaxFactory`Tarek-8/+21
Signed-off-by: Tarek <tareknaser360@gmail.com>
2024-11-11Merge pull request #18503 from SomeoneToIgnore/kb/better-resolve-indexingLaurențiu Nicola-16/+34
Use completion item indices instead of property matching when searching for the completion item to resolve
2024-11-11Update the file hashKirill Bulatov-1/+1
2024-11-11Use completion item indices instead of property matching when searching for ↵Kirill Bulatov-15/+33
the completion item to resolve
2024-11-11Merge pull request #18482 from regexident/hir_trait_supertraits_accessorsLaurențiu Nicola-6/+26
internal: Add public `direct_supertraits(…)` & `all_supertraits(…)` accessor methods to `hir::Trait`
2024-11-10Merge pull request #18492 from samestep/docs-dev-no-design-labelLaurențiu Nicola-1/+1
Replace Design label with C-Architecture
2024-11-10Replace with C-ArchitectureSam Estep-0/+4
2024-11-08Merge pull request #18493 from Master-Hash/fix-code-debugengine-configLaurențiu Nicola-3/+7
editors/code: Update supported debug engines in config
2024-11-08editors/code: Match supported debug engines in config with actual supported onesMaster-Hash-3/+7
2024-11-08Merge pull request #18486 from Wilfred/update_minimum_vscodeLaurențiu Nicola-25/+27
editors/code: Change minimum VS Code from 1.78 to 1.83
2024-11-07Delete design label from listSam Estep-4/+0
2024-11-07Merge pull request #18490 from ShoyuVanilla/dyn-compat-renameLaurențiu Nicola-8/+9
minor: Rename `dyn compatible` to `dyn-compatible`
2024-11-07minor: Rename `dyn compatible` to `dyn-compatible`Shoyu Vanilla-8/+9
2024-11-06editors/code: Change minimum VS Code from 1.78 to 1.83Wilfred Hughes-25/+27
It's been a year since we last bumped this (see #15904), and VS Code 1.83 is the first version that supports LSP 3.17.5 (via vscode-languageclient 9.0.1). https://code.visualstudio.com/updates/v1_83#_language-server-protocol
2024-11-06Add `direct_supertraits(…)` HIR-level method to `hir::Trait` typeVincent Esche-1/+6
2024-11-06Add `pub fn direct_super_traits(db, trait_id)` to `hir_ty` crateVincent Esche-3/+14
2024-11-06Refactor `hir::Trait`'s existing `items_with_supertraits(…)` method based ↵Vincent Esche-2/+1
on new `all_supertraits(…)` method
2024-11-06Add `pub fn all_supertraits(…)` HIR-level method to `hir::Trait` typeVincent Esche-0/+5
2024-11-05Properly use final tabstop when adding missing match armsGiga Bowser-57/+66
2024-11-04Merge pull request #18478 from lnicola/triagebot-transferLaurențiu Nicola-0/+2
minor: Enable triagebot `transfer` feature
2024-11-04Enable triagebot transfer featureLaurențiu Nicola-0/+2
2024-11-04Merge pull request #18477 from lnicola/rm-ap-text-editLaurențiu Nicola-1/+0
minor: Don't try to auto-publish text-edit
2024-11-04Don't try to auto-publish text-editLaurențiu Nicola-1/+0
2024-11-04Merge pull request #18475 from Veykril/push-zkvkpxttozupLukas Wirth-174/+143
Support new #[rustc_intrinsic] attribute and fallback bodies
2024-11-04Support new #[rustc_intrinsic] attribute and fallback bodiesLukas Wirth-174/+143
2024-11-04Merge pull request #18473 from Veykril/push-xnlzukoqttvzLukas Wirth-15/+45
Render extern blocks in `file_structure`
2024-11-04Render extern blocks in file_structureLukas Wirth-15/+45
2024-11-04Merge pull request #18472 from lnicola/reinterpret-function-casingLaurențiu Nicola-1/+1
minor: Fix feature name casing
2024-11-04Fix feature name casingLaurențiu Nicola-1/+1
2024-11-03Merge pull request #18470 from Veykril/push-rxmtkvpulotnLukas Wirth-86/+114
Allow interpreting consts and statics with interpret function command
2024-11-03Allow interpreting consts and statics with interpret function commandLukas Wirth-86/+114
2024-11-03Merge pull request #18469 from Veykril/push-zwnywqmvtutsLukas Wirth-28/+87
feat: Show `static` values on hover
2024-11-02Merge pull request #18463 from benluiwj/fix/proc-macro-server-msg-improvementLaurențiu Nicola-2/+2
Improve error message for too new proc-macro server
2024-11-02Improve error message for too new proc-macro serverbenluiwj-2/+2
2024-11-02Allow static initializers to be const evaluatedLukas Wirth-28/+87
2024-11-01Use snippet placeholders for generated match armsGiga Bowser-108/+114
2024-11-01Merge pull request #18457 from lnicola/sync-from-rustLaurențiu Nicola-6525/+8788
minor: Sync from downstream
2024-11-01Format codeLaurențiu Nicola-7/+9
2024-11-01Bump rustc cratesLaurențiu Nicola-18/+17
2024-11-01Merge from rust-lang/rustLaurențiu Nicola-6503/+8765
2024-11-01Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-11-01Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykrilbors-58/+8
Remove support for decompressing dylib metadata We haven't been compressing dylib metadata for a while now. Removing decompression support will regress error messages about an incompatible rustc version being used, but dylibs are pretty rare anyway. Fixes https://github.com/rust-lang/rust-analyzer/issues/18451