about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2025-09-09Merge pull request #20639 from ChayimFriedman2/update-test-absDavid Barsky-23/+85
2025-09-10Fix failing tests and fill-in missing detailsShoyu Vanilla-1428/+914
2025-09-09WIP switch inference table to next-solverjackh726-526/+2292
2025-09-09Make `#[target_feature]` safe always on WASMChayim Refael Friedman-11/+69
2025-09-09Expand target info to include the architectureChayim Refael Friedman-78/+188
2025-09-09Resolve paths to snapshot test libraries absolutelyChayim Refael Friedman-23/+85
2025-09-09Merge pull request #20624 from A4-Tacks/fix-syn-lifetime-boundsChayim Refael Friedman-7/+6
2025-09-09Fix LifetimeParam::lifetime_bounds invalid implementA4-Tacks-7/+6
2025-09-09Add a FAQ entry about RA and Cargo interactionJakub Beránek-0/+9
2025-09-09Update documentation about how to build the RA bookJakub Beránek-0/+1
2025-09-08Skip flycheck for workspace if it is already being checkedIfeanyi Orizu-9/+16
2025-09-08Merge pull request #20632 from rmehri01/navigation-on-primsChayim Refael Friedman-139/+244
2025-09-08make TryToNav take Semantics instead of RootDatabaseRyan Mehri-124/+203
2025-09-08add testRyan Mehri-0/+14
2025-09-08impl TryToNav for BuiltinType insteadRyan Mehri-30/+32
2025-09-08Merge pull request #20633 from Wilfred/improve_introChayim Refael Friedman-9/+29
2025-09-08Clarify intro in README and manualWilfred Hughes-9/+29
2025-09-08feat: support navigation on primitivesRyan Mehri-17/+27
2025-09-08Remove support for register_attrWilfred Hughes-62/+14
2025-09-08Merge pull request #20620 from A4-Tacks/let-else-completionLaurențiu Nicola-17/+220
2025-09-08Merge pull request #20626 from A4-Tacks/make-record-wsLaurențiu Nicola-36/+39
2025-09-07Improve make::struct_ field_list whitespaceA4-Tacks-36/+39
2025-09-06Add allow `else` keyword completion in LetStmtA4-Tacks-17/+220
2025-09-05Fix indent for unresolved_field fixesA4-Tacks-13/+52
2025-09-05Merge pull request #20609 from ChayimFriedman2/update-rustcShoyu Vanilla (Flint)-579/+446
2025-09-05Fix precedence parenthesis for replace_arith_opA4-Tacks-1/+22
2025-09-04Upgrade rustc cratesChayim Refael Friedman-579/+446
2025-09-04Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatchChayim Refael Friedman-1/+22
2025-09-04Add a regression test for a fixed new trait solver bugChayim Refael Friedman-1/+22
2025-09-04Fix typo in configChayim Refael Friedman-1/+1
2025-09-04Add cfg_attr predicate completionA4-Tacks-1/+53
2025-09-03Add applicable on bang `!` for apply_demorganA4-Tacks-7/+28
2025-09-03Merge pull request #20586 from ChayimFriedman2/placeholder-nsShoyu Vanilla (Flint)-233/+324
2025-09-03Fix closure in match not applicable for add_bracesA4-Tacks-2/+31
2025-09-02Deduplicate methods in completion by function ID and not by nameChayim Refael Friedman-8/+47
2025-09-02Make sense of the mess that were (are) different kind of generics in the solverChayim Refael Friedman-233/+324
2025-08-30Pass `--target` before `--` for `cargo rustc`Elliot Roberts-5/+2
2025-08-30Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-traitShoyu Vanilla (Flint)-1/+70
2025-08-29Bump tracing-subscriber from 0.3.19 to 0.3.20dependabot[bot]-3/+3
2025-08-29Merge pull request #20560 from ChayimFriedman2/analysis-stats-improveLukas Wirth-3/+52
2025-08-28When mapping next-solver's `dyn` type, add `Self` (aka. bound var ^1.0) to au...Chayim Refael Friedman-1/+70
2025-08-28Don't require a full `InferenceTable` for `CastTy`Chayim Refael Friedman-59/+52
2025-08-28Add progress bars to more places in analysis-statsChayim Refael Friedman-3/+52
2025-08-28Attach the db in one more place in highlightingChayim Refael Friedman-1/+2
2025-08-27Merge pull request #20547 from ChayimFriedman2/highlight-related-unsafe-scopeLaurențiu Nicola-10/+44
2025-08-27Merge pull request #20527 from ChayimFriedman2/cache-next-solverShoyu Vanilla (Flint)-66/+140
2025-08-26In highlight_related, when on an unsafe block, don't highlight unsafe operati...Chayim Refael Friedman-10/+44
2025-08-26Remove `SolverDefId::ForeignId`Chayim Refael Friedman-7/+4
2025-08-27fix: Prevent invalid transformation in 'Replace match with if let' assistsgasho-1/+23
2025-08-26Merge pull request #20399 from rust-lang/veykril/push-klrwvmzokqwuShoyu Vanilla (Flint)-2/+2