about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2025-01-20Bring back goto def redirect for parse -> FromStrLukas Wirth-4/+59
2025-01-20Move dual blanket impl logic from source analyzer to goto_defLukas Wirth-114/+93
2025-01-20Merge pull request #18967 from Veykril/push-pwonkmwqmmolLukas Wirth-264/+366
2025-01-20Merge pull request #18934 from 1hakusai1/goto_definition_from_intoLukas Wirth-2/+278
2025-01-20Merge pull request #18982 from Veykril/push-lstmvzsowxytLukas Wirth-7/+15
2025-01-20Merge pull request #18976 from ChayimFriedman2/non-module-generic-argsLukas Wirth-29/+81
2025-01-20Fix import search not discarding rawnessLukas Wirth-28/+64
2025-01-20Less allocsLukas Wirth-19/+30
2025-01-20Preserve impl assoc names in ImplDataLukas Wirth-89/+78
2025-01-20Vec -> Box<[_]>Lukas Wirth-9/+6
2025-01-20Properly record meaningful imports as re-exports in symbol indexLukas Wirth-143/+212
2025-01-20Add a test case1hakusai1-0/+24
2025-01-20Use Semantics::resolve_method_call_as_callable to find implementation1hakusai1-59/+89
2025-01-20Merge pull request #18981 from Fabian-Gruenbichler/proc-macro-srv-portabilityLaurențiu Nicola-3/+9
2025-01-20proc-macro-srv: make usage of RTLD_DEEPBIND portableFabian Grünbichler-3/+9
2025-01-20Merge from rust-lang/rustLaurențiu Nicola-0/+4
2025-01-19Fix missing upmapping in trait impls completionChayim Refael Friedman-3/+33
2025-01-19Fix a bug where enum variants were not considered properly in type ns resolutionChayim Refael Friedman-29/+81
2025-01-18Make niches into nicesLuuk Wester-2/+96
2025-01-18Merge pull request #18966 from lnicola/bump-windows-sysLaurențiu Nicola-4/+6
2025-01-18Merge pull request #18968 from Veykril/push-szvltqqttsyyLukas Wirth-1/+1
2025-01-18fix: `cargo rustc --print` needs `unstable-options`Lukas Wirth-1/+1
2025-01-18Extract variable assist triggers less eagerlyLukas Wirth-7/+15
2025-01-17Bump windows-sysLaurențiu Nicola-4/+6
2025-01-17add missing `Win32_Foundation` featuregvozdvmozgu-1/+5
2025-01-17Merge pull request #18908 from jnyfah/error-bracesLukas Wirth-12/+637
2025-01-16CRLF to LFjnyfah-100/+115
2025-01-16added testsjnyfah-0/+597
2025-01-16Merge pull request #18952 from lh123/add-raw-keyword-completeLukas Wirth-8/+168
2025-01-16revert blocklike changesjnyfah-8/+9
2025-01-16don't complete `raw` in `&mut $0`lh123-7/+31
2025-01-16Fix `debug_assertions` broken in 1c5a125beb35725ccc2ade005db9870db734bf23VinTarZ-1/+1
2025-01-16update blocklikejnyfah-13/+10
2025-01-16feat: complete raw, const keywordlh123-8/+144
2025-01-16Merge pull request #18951 from Veykril/push-zpvunsvlpuxtLukas Wirth-51/+149
2025-01-16Merge pull request #18950 from Veykril/push-okmsynnltxtsLukas Wirth-31/+47
2025-01-16Generalize some type walking in hover type actionsLukas Wirth-31/+47
2025-01-16Minor docs improvementLukas Wirth-16/+17
2025-01-16Add edit test for await skipping completionsLukas Wirth-0/+28
2025-01-16Add missing `#[rust_analyzer::rust_fixture]` annotationsLukas Wirth-35/+104
2025-01-16Merge pull request #18949 from Veykril/push-yzklntsnnutsLukas Wirth-13/+5
2025-01-16Partially back out "fix: Fix sourceroot construction for virtual manifests"Lukas Wirth-13/+5
2025-01-16Merge pull request #18946 from lh123/goto-to-type-def-func-param-and-trait-boundLukas Wirth-1/+108
2025-01-16Merge pull request #18927 from ChayimFriedman2/skip-iter-awaitLukas Wirth-72/+230
2025-01-16add goto-to-def actions for trait boundlh123-1/+104
2025-01-16add go-to-type-def actions for func paramslh123-1/+5
2025-01-16Use resolve_method_call_as_callable to handle function types1hakusai1-2/+3
2025-01-16refactor: Change order of arguments1hakusai1-2/+2
2025-01-16refactor: rename to descriptive name1hakusai1-2/+3
2025-01-16update chalkWaffle Lapkin-1/+0