about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2020-07-25Add rustc-perf to metricsAleksey Kladov-20/+48
2020-07-24Merge #5520bors[bot]-7/+26
2020-07-24Only display experimental diagnostics when enabledJonas Schievink-4/+4
2020-07-24Add toggle for experimental diagnosticsJonas Schievink-0/+4
2020-07-24Add DocumentData to represent in-memory document with LSP infokjeremy-7/+26
2020-07-24SSR: Match paths based on what they resolve toDavid Lattimore-2/+2
2020-07-24SSR: Pass current file position through to SSR code.David Lattimore-3/+9
2020-07-24Move iteration over all files into the SSR crateDavid Lattimore-29/+12
2020-07-23Set the document version after changes are applied but before vfskjeremy-3/+6
2020-07-23Merge #5505bors[bot]-35/+21
2020-07-23Cleanup CFG APIAleksey Kladov-35/+21
2020-07-23Merge #5473bors[bot]-23/+17
2020-07-23minorAleksey Kladov-16/+16
2020-07-22Move deprecated attribute to where it is neededkjeremy-2/+6
2020-07-22Use symbol tagskjeremy-1/+17
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-0/+4
2020-07-22Remove support for jemallocAleksey Kladov-2/+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-18Don't show docs in concise signature helpAleksey Kladov-5/+9
2020-07-17Merge #5327bors[bot]-0/+6
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/+6
2020-07-15Update lsp-types for HoverOptionsJeremy Kolb-2/+2
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-15Add --memory-usage to analysis-benchJonas Schievink-22/+44
2020-07-14Use more explicity type for save registrationkjeremy-19/+23
2020-07-13Filter assistskjeremy-5/+45
2020-07-12Update lsp-typesJeremy Kolb-1/+1
2020-07-11Merge #5325bors[bot]-24/+25
2020-07-11Update lsp-types to account for new CodeActionKind structureJeremy Kolb-24/+25
2020-07-11Implementations lens for unionsAleksey Kladov-3/+8