about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2025-05-01remove a couple of clonesMatthias Krüger-90/+71
2025-05-01Merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-04-30Merge pull request #19723 from Veykril/push-skswknpxtzlzLukas Wirth-20/+86
2025-04-30fix: Improve parser recovery a bitLukas Wirth-20/+86
2025-04-30Merge pull request #19247 from alibektas/19172_very_newLukas Wirth-82/+146
2025-04-30chore: Adjust panic context printingLukas Wirth-12/+10
2025-04-29Split out salsa_macrosLukas Wirth-47/+55
2025-04-29Update salsaLukas Wirth-25/+67
2025-04-29refactor: Remove unnecessary extension traitLukas Wirth-68/+59
2025-04-29Cleanup cfg check handling in expression store loweringLukas Wirth-188/+234
2025-04-29refactor: Clean up cache priming cancellation handlingLukas Wirth-39/+54
2025-04-28Merge pull request #19699 from ChayimFriedman2/escape-labelDavid Barsky-7/+36
2025-04-28base-db: add more details to panicDavid Barsky-9/+20
2025-04-28Merge pull request #19708 from Veykril/push-wrmyowrzkxzzLukas Wirth-255/+188
2025-04-28Merge pull request #19542 from snprajwal/let-else-to-matchLukas Wirth-142/+335
2025-04-28refactor: De-arc lang item queriesLukas Wirth-255/+188
2025-04-28refactor: migrate `merge_imports` to syntax editorPrajwal S N-43/+25
2025-04-28chore: rename `unmerge_use` to `unmerge_imports`Prajwal S N-44/+44
2025-04-28fix: migrate `unmerge_use` to syntax editorPrajwal S N-16/+108
2025-04-28refactor: migrate `let_else_to_match` to editorPrajwal S N-142/+335
2025-04-28Unelide lifetimeLaurențiu Nicola-1/+1
2025-04-28Merge pull request #19706 from Veykril/push-nkpmknlvzyomLukas Wirth-24/+19
2025-04-28fix: Address minor FIXMELukas Wirth-24/+19
2025-04-28Merge pull request #19704 from Veykril/push-wrvznvvpvtvpLukas Wirth-122/+169
2025-04-28Add expression fill mode variant for filling with underscore expressionsLukas Wirth-122/+169
2025-04-28Format codeLaurențiu Nicola-1/+3
2025-04-28Merge from rust-lang/rustLaurențiu Nicola-195/+37
2025-04-26Merge pull request #19692 from vishruth-thimmaiah/remove_underscore_for_used_varChayim Refael Friedman-0/+212
2025-04-27feat: adds an assist to remove underscores from used variablesVishruth-Thimmaiah-0/+212
2025-04-26Don't escape `'static`Chayim Refael Friedman-2/+10
2025-04-26Escape raw names in labels properlyChayim Refael Friedman-5/+26
2025-04-25Clarify text for add_braces assistWilfred Hughes-3/+3
2025-04-25Merge pull request #19690 from ChayimFriedman2/preallocate-inputChayim Refael Friedman-3/+10
2025-04-25Preallocate `parser::Input`Chayim Refael Friedman-3/+10
2025-04-25Merge pull request #19688 from ChayimFriedman2/less-unusedLukas Wirth-154/+159
2025-04-25Switch `AstIdMap` to `hashbrown::HashTable` from the raw APIChayim Refael Friedman-10/+10
2025-04-25Upgrade dashmap and hashbrownChayim Refael Friedman-117/+98
2025-04-25minor: formatgohome001-6/+4
2025-04-25test: add test case for highlight unsafe operationsgohome001-0/+28
2025-04-25feat: highlight unsafe operationsgohome001-0/+57
2025-04-25`shrink_to_fit()` in more placesChayim Refael Friedman-27/+51
2025-04-24Always error when failed to parse DiscoverProjectMessageDavid Richey-13/+13
2025-04-24Merge pull request #19678 from Veykril/push-mkznvpsktnnzLukas Wirth-60/+126
2025-04-24Merge pull request #19675 from Veykril/push-uuluymsosttrLukas Wirth-12/+29
2025-04-24Arena allocate `LifetimeRef`sLukas Wirth-60/+126
2025-04-24Shrink `WherePredicate` by 8 bytesLukas Wirth-2/+3
2025-04-24Correctly set `infer_args = true` in more placesChayim Refael Friedman-8/+10
2025-04-24fix: Fix type argument mismatch incorrectly triggering on inferred trait argsLukas Wirth-4/+19
2025-04-24refactor: Remove `WherePredicateTypeTarget`Lukas Wirth-311/+302
2025-04-24Properly handle lifetimes when checking generic arguments lenChayim Refael Friedman-226/+858