about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-01-09Auto merge of #16319 - Veykril:no-double-load, r=Veykrilbors-13/+18
2024-01-09Auto merge of #16311 - Veykril:rustc-deps, r=Veykrilbors-3/+1
2024-01-09fix: Differentiate between vfs config load and file changed eventsLukas Wirth-13/+18
2024-01-09Temporarily disable resolve_proc_macro testLaurențiu Nicola-1/+1
2024-01-09Merge branch 'master' into sync-from-rustLaurențiu Nicola-82/+76
2024-01-08Remove rustc_dependencies crateLukas Wirth-3/+1
2024-01-08VFS no longer stores all source files in memoryLukas Wirth-82/+76
2024-01-08Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-raLaurențiu Nicola-24/+95
2024-01-07Add inlay hint for exclusive rangesriverbl-0/+4
2024-01-04Remove limit from symbol_index::QueryLukas Wirth-7/+4
2024-01-04Add extern crate rustc_driver to proc-macro-srv-cliLukas Wirth-2/+1
2024-01-03scip: Populate SymbolInformation::kindNicolas Guichard-3/+57
2024-01-03scip: Populate SymbolInformation::signature_documentationNicolas Guichard-1/+8
2024-01-03scip: Populate SymbolInformation::enclosing_symbolNicolas Guichard-1/+12
2024-01-03scip: Refactor token_to_symbol to moniker_to_symbolNicolas Guichard-13/+11
2024-01-03scip: Populate SymbolInformation::display_nameNicolas Guichard-1/+1
2024-01-03Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2Laurențiu Nicola-68/+113
2024-01-02Auto merge of #16211 - tetsuharuohzeki:update-lint, r=Veykrilbors-0/+3
2024-01-02Auto merge of #16153 - Veykril:err-msg, r=Veykrilbors-16/+38
2024-01-02fix: Notify user that linkedProjects is set when failing to discover projectsLukas Wirth-16/+38
2024-01-02Auto merge of #16062 - davidbarsky:david/fix-references-to-removed-settings, ...bors-5/+5
2024-01-02Auto merge of #16011 - ClSlaid:feat/settings/proc-macro/rebuild-on-save, r=Ve...bors-0/+14
2024-01-02Update crates/rust-analyzer/src/handlers/notification.rsLukas Wirth-1/+1
2024-01-01Expose whether a channel has been dropped in lsp-server errorsLukas Wirth-2/+15
2023-12-30minor: Simplify implementation of apply_document_changesMartin Huschenbett-23/+12
2023-12-29Use Cargo's [workspace.lints.*] to config clippyTetsuharu Ohzeki-0/+3
2023-12-22internal: Update world symbols request definiton, prefer focus range for macrosLukas Wirth-10/+12
2023-12-21Clean upLukas Wirth-1/+1
2023-12-20Remove Delimiter::DUMMY_INVISIBLELukas Wirth-2/+2
2023-12-18internal: Move out `WithFixture` into dev-dep only crateLukas Wirth-2/+3
2023-12-18internal: Move proc-macro knowledge out of base-dbLukas Wirth-8/+9
2023-12-18Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-raLaurențiu Nicola-20/+309
2023-12-15fix: Syntax fixup now removes subtrees with fake spansLukas Wirth-0/+1
2023-12-15Run rust-analyzer on rustc tests in metricshkalbasi-0/+255
2023-12-12Partially revert #16101Lukas Wirth-4/+40
2023-12-12fix: Fix `import_map::search_dependencies` getting confused by assoc and non ...Lukas Wirth-2/+8
2023-12-11Search for parent blocks and items when resolving inlay hintsKirill Bulatov-1/+1
2023-12-11Query for nearest parent block around the hint to resolveKirill Bulatov-14/+5
2023-12-11Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-raLaurențiu Nicola-62/+86
2023-12-08fix: Fix completion failing in format_args! with invalid templateLukas Wirth-0/+1
2023-12-08fix: Correct references from `rust-analyzer.cargo.check` to `rust-analyzer.ch...David Barsky-5/+5
2023-12-08patch: only rerun build scripts when saved.蔡略-5/+8
2023-12-07Bump and unlock some dependenciesLukas Wirth-5/+0
2023-12-06internal: switch to `Arc::from_iter`David Barsky-31/+21
2023-12-06Fix diagnostics panicking when resolving to different files due to macrosLukas Wirth-15/+54
2023-12-06Allow navigation targets to be duplicated when the focus range lies in the ma...Lukas Wirth-2/+2
2023-12-05Don't explicitly warn against `semicolon_in_expressions_from_macros`Igor Matuszewski-3/+3
2023-12-04Auto merge of #15959 - Veykril:macro-shower3, r=lnicolabors-6/+5
2023-12-04feat: add proc-macro rebuild on save optionClSlaid-0/+11
2023-12-04Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-raLaurențiu Nicola-7/+8