about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2021-10-14Document rustc source auto-discoveryLaurențiu Nicola-2/+3
2021-10-14Provide navigations to parent modulesrainy-me-17/+21
2021-10-12Merge #10423bors[bot]-2/+2
2021-10-12internal changes for mdbookhamidreza kalbasi-2/+2
2021-10-11Merge #10522bors[bot]-1/+1
2021-10-11fix: make signature info response conform to specAlex Muscar-1/+1
2021-10-11Add toolInfo in MetaData vertex in LSIF dumpsQuentin Gliech-1/+5
2021-10-11Show cargo check failures to the userLukas Wirth-1/+4
2021-10-10Remove neesless clonek-nasa-2/+2
2021-10-07Fix: compare pkg via manifestrainy-me-16/+1
2021-10-05Merge #10447bors[bot]-3/+9
2021-10-05Merge #10458bors[bot]-21/+126
2021-10-05Bring the implementation closer to VSCode snippet definitionsLukas Wirth-75/+31
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-8/+6
2021-10-04Regen docsLukas Wirth-10/+16
2021-10-04Make multiple import edits work for completionsLukas Wirth-16/+45
2021-10-04Add custom non-postfix snippetsLukas Wirth-6/+64
2021-10-04Initial implementation of custom postfix snippetsLukas Wirth-1/+57
2021-10-04Add enum variant references CodeLens.Eric Sampson-3/+9
2021-10-03Allow locate parent module action in cargo tomlrainy-me-5/+75
2021-10-02internal: untangle usages of ReferenceCategory somewhatAleksey Kladov-2/+2
2021-10-02internal: use naming that matches intended use-caseAleksey Kladov-5/+5
2021-10-01Add semantic token modifier for crate rootlhvy-0/+2
2021-09-30Fix add missing semantic token modifier in SUPPORTED_MODIFIERSLukas Wirth-0/+1
2021-10-01Remove unneeded semantic token definitionlhvy-2/+1
2021-10-01Give defaultLibrary semantic token modifier to items from standard librarylhvy-17/+19
2021-09-29Merge #10181bors[bot]-2/+280
2021-09-29remove glob import and cancellableshamidreza kalbasi-59/+67
2021-09-27Enable attribute proc macros by defaultLaurențiu Nicola-1/+1
2021-09-26support goto definition and find referenceshamidreza kalbasi-14/+101
2021-09-26reuse hover results with resultsethamidreza kalbasi-47/+76
2021-09-26move lsif types to lsp types cratehamidreza kalbasi-368/+13
2021-09-26add hoverhamidreza kalbasi-36/+56
2021-09-26cfg unix for tests with unix pathhamidreza kalbasi-0/+2
2021-09-26use utf16 instead of utf8hamidreza kalbasi-8/+9
2021-09-26Begining of lsifhamidreza kalbasi-2/+488
2021-09-24Give rustfmt spawn error context.Nixon Enraght-Moony-2/+7
2021-09-24Merge #10332bors[bot]-1/+3
2021-09-24Allow setting RUST_BACKTRACE for the server manuallyLukas Wirth-1/+3
2021-09-24Fix link to "Auto Import"Carlos Menezes-1/+1
2021-09-17fix completion handler trying to seek outside of character boundaries.Dawer-10/+7
2021-09-13Merge #10199bors[bot]-62/+52
2021-09-13Shuffle code around to avoid an allocationLaurențiu Nicola-60/+50
2021-09-13Fix Cargo.toml change detectionLaurențiu Nicola-3/+3
2021-09-07Rename `is_member` to `is_local`Jonas Schievink-3/+3
2021-09-04Merge #10147bors[bot]-27/+32
2021-09-04internal: deduplicateAleksey Kladov-33/+32
2021-09-04fix: don't panic if the client sends invalid requestAleksey Kladov-3/+9
2021-09-02fix error message for when DidChangeTextDocument path doesn't existAli-1/+1
2021-09-01fix: multi-token mapping aware find referencesJonas Schievink-13/+17