aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Update test fixturesLaurențiu Nicola2021-05-2410-0/+56
* | Bump misc depsLaurențiu Nicola2021-05-241-1/+1
* | Don't discover workspaces when detached files are givenKirill Bulatov2021-05-231-3/+2
* | Do not add cargo target for detached files only projectKirill Bulatov2021-05-231-13/+22
* | Drag detached files towards loadingKirill Bulatov2021-05-233-5/+11
* | Draft detached files retrievalKirill Bulatov2021-05-234-3/+21
|/
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-213-0/+25
* Fix code completion not inserting borrow text when client supports InsertAndR...Lukas Tobias Wirth2021-05-201-3/+6
* Merge #8873bors[bot]2021-05-203-20/+42
|\
| * Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth2021-05-193-7/+21
| * Add ImportGranularity::GuessLukas Tobias Wirth2021-05-181-2/+4
| * MergeBehavior -> ImportGranularityLukas Tobias Wirth2021-05-183-16/+22
* | feat: allow clients to feature detect symbol filteringAleksey Kladov2021-05-191-0/+1
* | Add new LSP extension for workspace symbol lookupalcroito2021-05-174-7/+148
|/
* minor: adjust config nameAleksey Kladov2021-05-174-22/+22
* Merge #8795bors[bot]2021-05-173-6/+25
|\
| * Formatting and docsJohn Renner2021-05-103-7/+14
| * Allow semantic tokens for strings to be disabledJohn Renner2021-05-103-6/+18
* | Tag Self in impls as a TypeAliasLukas Wirth2021-05-161-1/+1
* | minor: more useful benchAleksey Kladov2021-05-141-2/+2
* | Apply async semantic token modifier to async/await keywordshi-rustin2021-05-142-0/+2
* | Fix build script dependenciesJonas Schievink2021-05-121-1/+1
* | Move `dot` invocation to rust-analyzer crateJonas Schievink2021-05-111-4/+16
* | Allow viewing the crate graph in a webviewJonas Schievink2021-05-113-0/+15
* | Update docsLukas Wirth2021-05-101-2/+2
* | Give MergeBehaviour variants better namesLukas Wirth2021-05-102-11/+13
* | internal: add rust-analyzer version to panic contextAleksey Kladov2021-05-081-4/+17
|/
* Merge #8674bors[bot]2021-05-051-0/+1
|\
| * add folding for where clausesm5tfi2021-04-301-0/+1
* | internal: env var to toggle slow benchesAleksey Kladov2021-05-041-4/+2
* | Merge #8720bors[bot]2021-05-043-75/+187
|\ \
| * | internal: add integrated completion benchmarkAleksey Kladov2021-05-043-75/+187
| * | More searchable nameAleksey Kladov2021-05-041-1/+1
* | | Code review fixesKirill Bulatov2021-05-033-15/+29
* | | Index retrieval fixKirill Bulatov2021-05-031-1/+11
* | | Less panics in the assist resolutionKirill Bulatov2021-05-031-2/+10
* | | Add docs and use better namingKirill Bulatov2021-05-031-2/+2
* | | Resolve single assist onlyKirill Bulatov2021-05-033-11/+24
* | | Add a way to resolve certain assistsKirill Bulatov2021-05-032-8/+16
|/ /
* | fix: don't duplicate Progerss::Finised for cache primingAleksey Kladov2021-05-021-20/+10
* | Ensure that only one cache priming task can run at a timeBoris-Chengbiao Zhou2021-04-302-0/+18
|/
* internal: ensure that client and server-side configs are not mixed upAleksey Kladov2021-04-281-2/+5
* Merge #8679bors[bot]2021-04-271-0/+6
|\
| * fix: don't show error message for a valid notificationAleksey Kladov2021-04-271-0/+6
* | Add config optionsJorge Mederos Alvarado2021-04-271-0/+2
|/
* Split out merge_imports module from helpers::insert_useLukas Wirth2021-04-241-1/+2
* Merge #8627bors[bot]2021-04-221-0/+1
|\
| * Add profiling spans under cargo_to_crate_graphLaurențiu Nicola2021-04-221-0/+1
* | Code review feedback.James Leitch2021-04-213-8/+10
* | Diagnostic Remap Path Prefixes added.James Leitch2021-04-213-36/+41