aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Code review feedback.James Leitch2021-04-213-8/+10
* | Diagnostic Remap Path Prefixes added.James Leitch2021-04-213-36/+41
* | Diagnostic paths attempt to use VSCode's path join behavior before defaulting...James Leitch2021-04-211-3/+30
|/
* internal: fix slightly broken testAleksey Kladov2021-04-191-1/+1
* Fix typo: comparision -> comparisonAdrian Stanciu2021-04-192-2/+2
* Check for rust doc code attributes like rustdoc doesLukas Wirth2021-04-191-22/+2
* Don't require all doc fences to be valid for identifying rust codeLukas Wirth2021-04-191-1/+3
* Merge #8540bors[bot]2021-04-199-29/+95
|\
| * Better visualise control flow for change_annotation_support"Lukas Wirth2021-04-181-51/+46