aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* internal: use more evocative test folder nameAleksey Kladov2021-05-173-5/+4
* minor: adjust config nameAleksey Kladov2021-05-175-56/+22
* Merge #8795bors[bot]2021-05-174-10/+64
|\
| * Formatting and docsJohn Renner2021-05-104-16/+21
| * Allow semantic tokens for strings to be disabledJohn Renner2021-05-104-9/+58
* | 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
|/
* Use package renaming so source doesn't say tikvJohn Renner2021-05-071-2/+2
* Switch from jemalloc to tikv-jemallocJohn Renner2021-05-071-2/+2
* minor: standard snippetAleksey Kladov2021-05-071-6/+13
* 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
* | Return ServerNotInitialized according to the specJeremy Kolb2021-04-271-1/+1
* | Add config optionsJorge Mederos Alvarado2021-04-271-0/+2
|/
* Use -u instead of --utc date flagKirill Bulatov2021-04-261-1/+1
* fix: add date to the version string on MacAleksey Kladov2021-04-261-1/+1
* Split out merge_imports module from helpers::insert_useLukas Wirth2021-04-241-1/+2
* fix: correct version string to contain hash, build date and channelAleksey Kladov2021-04-241-21/+41
* Merge #8627bors[bot]2021-04-221-0/+1
|\
| * Add profiling spans under cargo_to_crate_graphLaurențiu Nicola2021-04-221-0/+1