about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2025-07-02Improve settings tree title and descriptionsJosh McKinney-215/+377
2025-07-03Remove keyword prefixes (`macro@` or `macro `) from links in the docs only if...Chayim Refael Friedman-6/+52
2025-07-02awhile -> a while where appropriateнаб-25/+25
2025-07-03fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadataShoyu Vanilla-4/+15
2025-07-02Fix AsMut::as_mut nameA4-Tacks-1/+1
2025-07-02Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor`Hayashi Mikihiro-42/+85
2025-07-01Migrate `toggle_macro_delimiter` assist to `SyntaxEditor`Hayashi Mikihiro-12/+14
2025-07-01Migrate `promote_local_to_const` Assist to `SyntaxEditor`Hayashi Mikihiro-9/+13
2025-07-01remove `if-let` chainsHayashi Mikihiro-6/+7
2025-07-01Migrate `replace_is_method_with_if_let_method` Assist to use `SyntaxFactory`Hayashi Mikihiro-17/+17
2025-07-01Add AsMut Borrow BorrowMut to minicore and famous_defsA4-Tacks-0/+34
2025-06-30test: add test case for func with multiline param listYoung-Flash-2/+19
2025-06-30internal: add `FoldKind::Function`Young-Flash-13/+18
2025-06-30feat: support folding multiline arg list & fn body in one folding rangeYoung-Flash-1/+28
2025-06-29Remove last use of `rustc_pat_analysis::Captures`zachs18-5/+5
2025-06-29Remove unnecessary parens in closureyukang-1/+1
2025-06-29Merge pull request #20121 from Veykril/push-vkkuutpsuypqLukas Wirth-48/+49
2025-06-29Do not append `--compile-time-deps` to overwritten build script commandsLukas Wirth-48/+49
2025-06-28ci: Fix up release workflowLukas Wirth-1/+4
2025-06-27Workaround missing none group support in builtin macrosLukas Wirth-40/+22
2025-06-27use placeholder_snippetHayashi Mikihiro-15/+46
2025-06-27use name_generatorHayashi Mikihiro-6/+21
2025-06-27Merge pull request #20110 from ChayimFriedman2/ambiguous-floatLukas Wirth-1/+50
2025-06-27Fix completion in when typing `integer.|`Chayim Refael Friedman-1/+50
2025-06-26Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchyChayim Refael Friedman-65/+142
2025-06-27generate new for tuple fieldHayashi Mikihiro-22/+337
2025-06-26Backport new sized-hierarchy trait bounds in old waysShoyu Vanilla-24/+78
2025-06-26Merge pull request #20106 from Veykril/push-pytuxksnntuxLukas Wirth-129/+206
2025-06-26Bring back the firewall queryLukas Wirth-15/+22
2025-06-26Merge pull request #20103 from ChayimFriedman2/path-transform-prettifyLukas Wirth-4/+58
2025-06-26Salsa idiomize `VariantFields` queryLukas Wirth-131/+201
2025-06-26Merge pull request #20105 from Veykril/push-qtmwnuqvsruwLukas Wirth-9/+19
2025-06-26Parse new const trait syntaxLukas Wirth-9/+19
2025-06-26Prettify AST in `PathTransform` if it's coming from a macroChayim Refael Friedman-4/+58
2025-06-26refactor: enhance highlighting for control flow kws in macrosroifewu-33/+45
2025-06-26refactor: simplify functions related to branch_exit_points in highlight_relatedroifewu-72/+74
2025-06-26refactor: rename `branches` to `branch_exit_points` in highlight_relatedroifewu-9/+9
2025-06-26refactor: improve macro handling in navigation for control-flow kwsroifewu-13/+47
2025-06-26feat: highlighting of related return values while the cursor is on any `match...roifewu-9/+758
2025-06-26Merge pull request #20101 from ShoyuVanilla/comp-time-deps-soonerLaurențiu Nicola-1/+1
2025-06-26minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1`Shoyu Vanilla-1/+1
2025-06-25Unify formatting of progress messagesVincent Esche-7/+6
2025-06-25Merge pull request #20096 from lnicola/silence-rustfmt-failedLukas Wirth-11/+8
2025-06-25Adjust minicore for Sized Hierarchy changesLukas Wirth-52/+75
2025-06-25Don't show notifications on failed rustfmt callsLaurențiu Nicola-11/+8
2025-06-25Drop rustc workspace loading error, if we don't needs its sourcesLukas Wirth-10/+28
2025-06-25Merge pull request #20088 from Veykril/push-qrslvzzlqqozLukas Wirth-107/+110
2025-06-25De-arc trait items queryLukas Wirth-107/+110
2025-06-24Short circuit a couple hir-ty/lower queriesLukas Wirth-15/+40
2025-06-24Merge pull request #20012 from lnicola/bump-literal-escaperLukas Wirth-164/+134