about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide
AgeCommit message (Expand)AuthorLines
2025-09-18fix negative const generic integer literalsOblarg-1/+1
2025-09-18Merge pull request #20664 from ChayimFriedman2/coerce-nsChayim Refael Friedman-15/+15
2025-09-17Merge pull request #20583 from btj/comments-enableChayim Refael Friedman-18/+127
2025-09-17Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration valueBart Jacobs-18/+127
2025-09-17Merge pull request #20379 from skewb1k/fix/consistent-hover-doc-breaksChayim Refael Friedman-42/+42
2025-09-16Merge pull request #20612 from Veykril/veykril/push-vzuykrsxvrtsLukas Wirth-46/+49
2025-09-16fix: Fix expand macro recursively not working correctly for nested macro callsLukas Wirth-46/+49
2025-09-15Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnosticsChayim Refael Friedman-15/+15
2025-09-15Don't mark unknown type as implementing every notable traitChayim Refael Friedman-0/+29
2025-09-11Merge pull request #20642 from ChayimFriedman2/wasm-safeShoyu Vanilla (Flint)-1/+1
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-1/+2
2025-09-09Expand target info to include the architectureChayim Refael Friedman-1/+1
2025-09-09Resolve paths to snapshot test libraries absolutelyChayim Refael Friedman-23/+85
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/+28
2025-09-08feat: support navigation on primitivesRyan Mehri-16/+26
2025-08-28Attach the db in one more place in highlightingChayim Refael Friedman-1/+2
2025-08-26In highlight_related, when on an unsafe block, don't highlight unsafe operati...Chayim Refael Friedman-4/+19
2025-08-24Add an option to remove reborrows from adjustment inlay hintsChayim Refael Friedman-2/+52
2025-08-22Fix panic in syntax_highlightingLukas Wirth-27/+29
2025-08-21Remove unnecessary `salsa::attach()` callsChayim Refael Friedman-13/+7
2025-08-21Attach the DB when mapping the result of `world_symbols()`Chayim Refael Friedman-6/+9
2025-08-18Auto-attach database in `Analysis` callsLukas Wirth-48/+61
2025-08-17Replace layout_of_ty with layout_of_ty_nsjackh726-14/+16
2025-08-17Switch associated_type_shorthand_candidates to lower_nextsolverjackh726-2/+4
2025-08-17Change direct_super_traits to use generic_predicates_for_param_nsjackh726-6/+10
2025-08-17impl HirDisplay for next_solver::Tyjackh726-92/+111
2025-08-13Merge pull request #20376 from fee1-dead/traitaliasLukas Wirth-40/+6
2025-08-13fix: Attach db for inlay hint computeLukas Wirth-8/+10
2025-08-13fix errors after rebaseDeadbeef-1/+1
2025-08-13Merge Trait and TraitAlias handlingDeadbeef-39/+5
2025-08-13Merge pull request #20329 from jackh726/next-trait-solver-querifyLukas Wirth-34/+46
2025-08-10Fix minor thingsIfeanyi Orizu-1/+0
2025-08-10Add config option to exclude locals from doc searchIfeanyi Orizu-21/+298
2025-08-09Implement next trait solverjackh726-34/+46
2025-08-06Merge pull request #20392 from rust-lang/veykril/push-pxplxplxvvyyLukas Wirth-3/+7
2025-08-06Report the incorrect payload when failing to deserialize lsp messagesLukas Wirth-3/+7
2025-08-06Merge pull request #20387 from ChayimFriedman2/rename-macroShoyu Vanilla (Flint)-52/+72
2025-08-05fix external docs for exported macrosvinícius x-1/+26
2025-08-05Allow renaming when there are multiple definitions (due to macros) even when ...Chayim Refael Friedman-52/+72
2025-08-04Merge pull request #20378 from skewb1k/chore/folding_ranges-permsLaurențiu Nicola-0/+0
2025-08-04Correctly goto `From` impl when on `into()` even when the call is inside a macroChayim Refael Friedman-4/+30
2025-08-04fix(hover): unify horizontal rule formatting to `---`skewb1k-42/+42
2025-08-04chore: fix crates/ide/src/folding_ranges.rs file permsskewb1k-0/+0
2025-08-02When renaming a parameter to `self`, change callers to use method call syntaxChayim Refael Friedman-3/+160
2025-07-31`cargo clippy --fix`Lukas Wirth-352/+335
2025-07-29Merge pull request #20337 from ChayimFriedman2/double-inlay-hintsLukas Wirth-0/+30
2025-07-29When displaying a projection into a type parameter that has bounds as `impl T...Chayim Refael Friedman-0/+30