summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-12-18Taking a raw ref of a deref is always safeLukas Wirth-4/+27
2024-11-27Revert r-a completions breakageKirill Bulatov-243/+74
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-1/+1
2024-11-16Fix related documents diagnosticsChayim Refael Friedman-3/+7
2024-11-16Bump xshellLaurențiu Nicola-4/+4
2024-11-13feat: migrate `reorder_fields` assist to use `SyntaxFactory`Tarek-8/+21
2024-11-11Update the file hashKirill Bulatov-1/+1
2024-11-11Use completion item indices instead of property matching when searching for t...Kirill Bulatov-15/+33
2024-11-11Merge pull request #18482 from regexident/hir_trait_supertraits_accessorsLaurențiu Nicola-6/+26
2024-11-10Merge pull request #18492 from samestep/docs-dev-no-design-labelLaurențiu Nicola-1/+1
2024-11-10Replace with C-ArchitectureSam Estep-0/+4
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
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
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
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 o...Vincent Esche-2/+1
2024-11-06Add `pub fn all_supertraits(…)` HIR-level method to `hir::Trait` typeVincent Esche-0/+5
2024-11-04Enable triagebot transfer featureLaurențiu Nicola-0/+2
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
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
2024-11-04Render extern blocks in file_structureLukas Wirth-15/+45
2024-11-04Fix feature name casingLaurențiu Nicola-1/+1
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
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-01Format codeLaurențiu Nicola-7/+9
2024-11-01Bump rustc cratesLaurențiu Nicola-18/+17
2024-11-01Merge from rust-lang/rustLaurențiu Nicola-33/+15
2024-11-01Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-31Parse patterns with leading pipe properly in all placesChayim Refael Friedman-16/+73
2024-10-31Merge pull request #18447 from ChayimFriedman2/cleanup-tylowerctxLukas Wirth-224/+201
2024-10-31Remove support for compressed dylib metadata from rust-analyzerbjorn3-22/+4
2024-10-31Merge pull request #18448 from Veykril/push-zwuuoytnmnqzLukas Wirth-90/+88
2024-10-31Move child_by_source from hir-def to hirLukas Wirth-90/+88
2024-10-31Merge pull request #18437 from sam-mccall/publish_fixtureLukas Wirth-1/+1
2024-10-30Avoid interior mutability in `TyLoweringContext`Chayim Refael Friedman-224/+201
2024-10-30Only parse `safe` as contextual kw in extern blocksChayim Refael Friedman-8/+47
2024-10-30Merge pull request #18304 from davidkurilla/docs-create-setup-documentLukas Wirth-0/+57
2024-10-30Merge pull request #18382 from dqkqd/issue-17042Lukas Wirth-3/+72
2024-10-30Merge pull request #18385 from Giga-Bowser/masterLukas Wirth-1/+503
2024-10-30Merge pull request #18436 from Veykril/lw-yvkqwpnwsouoLukas Wirth-191/+478
2024-10-29rust-analyzer: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-11/+11
2024-10-29Style hover messages a bit differentlyLukas Wirth-116/+362