about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2021-07-27refactor: Make handle_hover handle ranges tooAlexander Gonzalez-41/+33
2021-07-27chore: Remove unnecessary logAlexander Gonzalez-1/+0
2021-07-27feat: Completed the client side implementation of rust-analyzer/hoverRangeAlexander Gonzalez-19/+40
2021-07-27feat: Add the hover_range capabilityAlexander Gonzalez-3/+4
2021-07-27feat: Extend the server with the hover_range capabilityAlexander Gonzalez-6/+28
2021-07-27Remove some redundant clonesLaurențiu Nicola-1/+1
2021-07-27fix: add capability for "open cargo.toml" lsp extensionAleksey Kladov-0/+1
2021-07-26fix: correctly update diagnostics when files are opened and closedAleksey Kladov-73/+76
2021-07-26internal: prepare to track changes to mem_docsAleksey Kladov-28/+68
2021-07-26Merge #9558bors[bot]-15/+2
2021-07-22Updated docs.Kevin DeLorey-8/+9
2021-07-22Initial commit of highlight related configuration w/ implementation.Kevin DeLorey-3/+20
2021-07-22Merge #9634bors[bot]-1/+3
2021-07-22mention files.watcherExcludeDamien Elmes-1/+1
2021-07-22Fix a couple of clippy nitsLaurențiu Nicola-2/+2
2021-07-19docs: publish Explaining Rust Analyzer seriesAleksey Kladov-4/+4
2021-07-19internal: use types to remove some unwrapsAleksey Kladov-2/+2
2021-07-19remove debug printsAleksey Kladov-2/+0
2021-07-19minor update to excludeDirs docDamien Elmes-1/+3
2021-07-18fix: potential bugs when build scripts do not match the current projectAleksey Kladov-63/+105
2021-07-18internal: simplify handling of the build scriptsAleksey Kladov-112/+124
2021-07-17internal: a bit more of cwd safety for flycheckAleksey Kladov-35/+40
2021-07-11drop unused fieldsAleksey Kladov-2/+0
2021-07-11simplifyAleksey Kladov-1/+1
2021-07-11drop unused fieldAleksey Kladov-1/+1
2021-07-11simplifyAleksey Kladov-1/+7
2021-07-11better nameAleksey Kladov-1/+1
2021-07-11Let the client care about presentationAleksey Kladov-8/+18
2021-07-11prepare to move run/debug splitting to handlersAleksey Kladov-32/+50
2021-07-11Merge #9449bors[bot]-9/+5
2021-07-11Do not erase Cargo diagnostics from the closed documentsKirill Bulatov-15/+2
2021-07-09Emit test name in Run test runnables if it comes from a macro expansionLukas Wirth-9/+5
2021-07-06internal: ensure consistent passing for config paramsAleksey Kladov-4/+4
2021-07-05feat: make join lines behavior configurableAleksey Kladov-4/+21
2021-07-05refactor logger flushingmahdi-frms-2/+3
2021-07-05make the logs line bufferedmahdi-frms-9/+8
2021-07-04feat: always prefer postfix snippets if there's exact textual matchAleksey Kladov-4/+11
2021-07-04internal: make CompletionItem and SourceChange consistentAleksey Kladov-12/+5
2021-07-04internal: better factoring for to_proto::completionAleksey Kladov-84/+97
2021-07-04minor: styleAleksey Kladov-35/+39
2021-07-02Add "View Crate Graph (Full)"Jonas Schievink-4/+14
2021-06-29Merge #9269bors[bot]-7/+11
2021-06-29Watch for Cargo.toml and .lock changesLaurențiu Nicola-1/+7
2021-06-28Resolve attribute paths in attribute highlightingLukas Wirth-0/+2
2021-06-24Merge #9375bors[bot]-28/+17
2021-06-24SimplifyLukas Wirth-1/+1
2021-06-23Merge #9380bors[bot]-2/+18
2021-06-24move goto_declaration fall back into handlersLukas Wirth-2/+2
2021-06-23Rename 'document_highlight' to 'highlight_related'Lukas Wirth-1/+1
2021-06-23Move document highlighting computation from rust-analyzer to ideLukas Wirth-28/+17