about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2020-07-22Merge #5481bors[bot]-15/+40
2020-07-22Update crates/rust-analyzer/src/main_loop.rsJeremy Kolb-1/+1
2020-07-22Setup global allocator in the correct crateAleksey Kladov-3/+5
2020-07-22Remove support for jemallocAleksey Kladov-3/+2
2020-07-21Clear diagnostics for known file version on closekjeremy-3/+10
2020-07-21Store document version and pass back to the clientkjeremy-13/+31
2020-07-21Expose package roots more directlyAleksey Kladov-23/+17
2020-07-21Merge #5467bors[bot]-0/+7
2020-07-21TypoAleksey Kladov-2/+2
2020-07-21Propagate cargo.target to checkOnSaveAleksey Kladov-2/+5
2020-07-20Protect against `{}`kjeremy-1/+1
2020-07-20Allow client to respond to workspace/configuration with null valueskjeremy-0/+7
2020-07-19Minor perf tweaks per clippyJeremy Kolb-1/+1
2020-07-18Simplify exclusion logicAleksey Kladov-1/+0
2020-07-18Don't show docs in concise signature helpAleksey Kladov-5/+9
2020-07-17Merge #5327bors[bot]-0/+20
2020-07-17Unclutter NavigationTarget APIAleksey Kladov-27/+21
2020-07-16Take label offets client capability into accountAleksey Kladov-10/+66
2020-07-16Better module structureAleksey Kladov-3/+5
2020-07-16Semantical call infoAleksey Kladov-33/+25
2020-07-16Mark machine applicable fixes as preferredJeremy Kolb-0/+20
2020-07-15Update lsp-types for HoverOptionsJeremy Kolb-3/+3
2020-07-15Merge #5350bors[bot]-3/+43
2020-07-15Add new `Punctuation` highlight tagLeander Tentrup-0/+2
2020-07-15Move allow list into AssistConfigJeremy Kolb-14/+14
2020-07-15Merge #5390bors[bot]-22/+25
2020-07-15Don't drop flycheck messages during restartAleksey Kladov-22/+25
2020-07-15Invert conditionJeremy Kolb-1/+1
2020-07-15Fix conversionJeremy Kolb-3/+3
2020-07-15Merge #5387bors[bot]-22/+44
2020-07-15Add --memory-usage to analysis-benchJonas Schievink-22/+44
2020-07-15Merge #5354bors[bot]-0/+1
2020-07-14Add opt-in mimalloc featureIvan Kozik-0/+1
2020-07-14Use more explicity type for save registrationkjeremy-19/+23
2020-07-14Add a license field to all the cratesYuki Okushi-0/+1
2020-07-13Filter assistskjeremy-5/+45
2020-07-12Update lsp-typesJeremy Kolb-2/+2
2020-07-11Merge #5325bors[bot]-29/+38
2020-07-11Update testsJeremy Kolb-4/+12
2020-07-11Update lsp-types to account for new CodeActionKind structureJeremy Kolb-25/+26
2020-07-11Implementations lens for unionsAleksey Kladov-3/+8
2020-07-11Use dedicated semantic highlight tag for parametersAleksey Kladov-0/+1
2020-07-11Make sure there are no commands in code actionsAleksey Kladov-9/+3
2020-07-11Don't show error when speculatively reloading workspaceAleksey Kladov-4/+6
2020-07-10SimplifyAleksey Kladov-1/+1
2020-07-10Don't spawn notify unnecessaryAleksey Kladov-0/+1
2020-07-10Optimize VFS processingAleksey Kladov-29/+39
2020-07-10Add profiling callsAleksey Kladov-0/+6
2020-07-10Also reload when adding new examples, tests, etcAleksey Kladov-10/+57
2020-07-10Automatically reload project info on Cargo.toml changesAleksey Kladov-20/+44