about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2021-05-17Merge #8795bors[bot]-10/+64
2021-05-16Tag Self in impls as a TypeAliasLukas Wirth-1/+1
2021-05-14minor: more useful benchAleksey Kladov-2/+2
2021-05-14Apply async semantic token modifier to async/await keywordshi-rustin-0/+2
2021-05-12Fix build script dependenciesJonas Schievink-1/+1
2021-05-12Move `dot` invocation to rust-analyzer crateJonas Schievink-4/+16
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+15
2021-05-10Formatting and docsJohn Renner-16/+21
2021-05-10Update docsLukas Wirth-2/+2
2021-05-10Allow semantic tokens for strings to be disabledJohn Renner-9/+58
2021-05-10Give MergeBehaviour variants better namesLukas Wirth-11/+13
2021-05-08internal: add rust-analyzer version to panic contextAleksey Kladov-4/+17
2021-05-07Use package renaming so source doesn't say tikvJohn Renner-2/+2
2021-05-07Switch from jemalloc to tikv-jemallocJohn Renner-2/+2
2021-05-07minor: standard snippetAleksey Kladov-6/+13
2021-05-05Merge #8674bors[bot]-0/+1
2021-05-04internal: env var to toggle slow benchesAleksey Kladov-4/+2
2021-05-04Merge #8720bors[bot]-75/+187
2021-05-04internal: add integrated completion benchmarkAleksey Kladov-75/+187
2021-05-04More searchable nameAleksey Kladov-1/+1
2021-05-03Code review fixesKirill Bulatov-15/+29
2021-05-03Index retrieval fixKirill Bulatov-1/+11
2021-05-03Less panics in the assist resolutionKirill Bulatov-2/+10
2021-05-03Add docs and use better namingKirill Bulatov-2/+2
2021-05-03Resolve single assist onlyKirill Bulatov-11/+24
2021-05-03Add a way to resolve certain assistsKirill Bulatov-8/+16
2021-05-02fix: don't duplicate Progerss::Finised for cache primingAleksey Kladov-20/+10
2021-04-30Ensure that only one cache priming task can run at a timeBoris-Chengbiao Zhou-0/+18
2021-04-30add folding for where clausesm5tfi-0/+1
2021-04-28internal: ensure that client and server-side configs are not mixed upAleksey Kladov-2/+5
2021-04-27Merge #8679bors[bot]-0/+6
2021-04-27fix: don't show error message for a valid notificationAleksey Kladov-0/+6
2021-04-27Return ServerNotInitialized according to the specJeremy Kolb-1/+1
2021-04-26Add config optionsJorge Mederos Alvarado-0/+2
2021-04-26Use -u instead of --utc date flagKirill Bulatov-1/+1
2021-04-26fix: add date to the version string on MacAleksey Kladov-1/+1
2021-04-24Split out merge_imports module from helpers::insert_useLukas Wirth-1/+2
2021-04-24fix: correct version string to contain hash, build date and channelAleksey Kladov-21/+41
2021-04-22Merge #8627bors[bot]-0/+1
2021-04-22Add profiling spans under cargo_to_crate_graphLaurențiu Nicola-0/+1
2021-04-21Code review feedback.James Leitch-8/+10
2021-04-21Diagnostic Remap Path Prefixes added.James Leitch-36/+41
2021-04-21Diagnostic paths attempt to use VSCode's path join behavior before defaulting...James Leitch-3/+30
2021-04-19internal: fix slightly broken testAleksey Kladov-1/+1
2021-04-19Fix typo: comparision -> comparisonAdrian Stanciu-2/+2
2021-04-19Check for rust doc code attributes like rustdoc doesLukas Wirth-22/+2
2021-04-19Don't require all doc fences to be valid for identifying rust codeLukas Wirth-1/+3
2021-04-19Merge #8540bors[bot]-29/+95
2021-04-19Better visualise control flow for change_annotation_support"Lukas Wirth-51/+46
2021-04-18Prevent being able to rename items that are not part of the workspaceLukas Wirth-15/+86