about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2024-08-06Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)"Vincent Esche-1/+1
2024-08-06Fix spelling of "data structure"Vincent Esche-2/+2
2024-08-06Fix spelling of "object-oriented"Vincent Esche-2/+2
2024-08-06Fix obsolete repository URL in `[package.repository]` of `rust-analyzer` crateVincent Esche-1/+1
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+31
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-33/+33
2024-08-06fix: Panic in path transform with default type parametersShoyu Vanilla-5/+46
2024-08-05Auto merge of #17802 - Veykril:arg-mismatch-no-ty-mismatch, r=Veykrilbors-3/+18
2024-08-05Surpress type mismatches in calls with mismatched arg countsLukas Wirth-3/+18
2024-08-05Auto merge of #17771 - Veykril:parallel-vfs-config, r=Veykrilbors-113/+181
2024-08-05Slightly optimize watch list in vfsLukas Wirth-12/+29
2024-08-05Auto merge of #17791 - ShoyuVanilla:await-outside-of-async, r=Veykrilbors-17/+187
2024-08-05Auto merge of #17775 - ShoyuVanilla:segregate-diags, r=Veykrilbors-146/+255
2024-08-05perf: Segregate syntax and semantic diagnosticsShoyu Vanilla-146/+255
2024-08-05feat: Implement diagnostic for `await` outside of `async`Shoyu Vanilla-17/+187
2024-08-05Auto merge of #17799 - Veykril:syntax-bridge, r=Veykrilbors-137/+246
2024-08-05Auto merge of #17784 - Young-Flash:block_with_label, r=Veykrilbors-3/+31
2024-08-05SimplifyLukas Wirth-7/+1
2024-08-05Newtype ErasedFileAstIdLukas Wirth-37/+51
2024-08-05Split out syntax-bridge into a separate crateLukas Wirth-137/+246
2024-08-05Simplify FileDelegateLukas Wirth-86/+78
2024-08-05Auto merge of #17795 - Veykril:library-dep-loading, r=Veykrilbors-192/+156
2024-08-05feat: Load sysroot library via cargo metadataLukas Wirth-192/+156
2024-08-05fix: Insert a generic arg for `impl Trait` when lowering generic argsShoyu Vanilla-0/+24
2024-08-04test: add test case for inlay hint support for expr with labelYoung-Flash-0/+13
2024-08-02Wait with change processing until the vfs is doneLukas Wirth-30/+34
2024-08-02internal: Load VFS config changes in parallelLukas Wirth-81/+128
2024-08-02internal: Remove AbsPathBuf::TryFrom impl that checks too many things at onceLukas Wirth-95/+89
2024-08-02Make toggle_macro_delimiters work only for macro_callsAli Bektas-62/+112
2024-08-01feat: support inlay hint for more expr with labelYoung-Flash-3/+24
2024-08-01fix: Insert a tail `Ok(())` for expr block instead of wrapping with `Ok`Shoyu Vanilla-2/+68
2024-08-01Add new assist toggle_macro_delimiterAli Bektas-0/+229
2024-07-31docs: Fix JSON example for rust-analyzer.workspace.discoverConfigWilfred Hughes-4/+3
2024-08-01Prevent redundant obigation push for assignee exprsShoyu Vanilla-4/+8
2024-08-01fix: Apply `IndexMut` obligations for non-assigning mutable index usages, tooShoyu Vanilla-3/+71
2024-07-31Auto merge of #17750 - davidbarsky:david/remove-abspath-requirement-in-linked...bors-8/+6
2024-07-31fix: remove AbsPath requirement from linkedProjectsDavid Barsky-8/+6
2024-07-31Add a test caseShoyu Vanilla-0/+2
2024-07-31fix: Errors on method call inferences with elided lifetimesShoyu Vanilla-24/+72
2024-07-30Auto merge of #17744 - alibektas:debug_env_not_set, r=Veykrilbors-1/+1
2024-07-30Set tracing level to debug when `cargo config get env` failsAli Bektas-1/+1
2024-07-30Auto merge of #17735 - alibektas:ratoml_workspaces, r=Veykrilbors-276/+337
2024-07-30Auto merge of #17742 - Veykril:wrong-retries, r=Veykrilbors-4/+3
2024-07-30fix: Fix incorrect retrying of inlay hint requestsLukas Wirth-4/+3
2024-07-30Auto merge of #17741 - Veykril:include-raw, r=Veykrilbors-2/+14
2024-07-30fix: Fix builtin includes rejecting raw string literalsLukas Wirth-2/+14
2024-07-29Remove clippy errorsAli Bektas-8/+5
2024-07-29Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykrilbors-804/+770
2024-07-29Add missing doc stringLukas Wirth-0/+1
2024-07-29Fix error spans for include! and compile_error!Lukas Wirth-29/+56