about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-08-09minor: log error when sysroot can't be discoveredwinstxnhdw-4/+4
2024-08-08Reuse recursion limit as expansion limitAndré Cruz-2/+8
2024-08-08fix: Panic while rendering function with impl trait argShoyu Vanilla-4/+27
2024-08-08Split up flycheck moduleLukas Wirth-204/+195
2024-08-08Move flycheck crate into rust-analyzer main crateLukas Wirth-113/+71
2024-08-07Add missing `[package.description]` for 'syntax-bridge' crateVincent Esche-1/+1
2024-08-07Make 'syntax-bridge' crate inherit `[package.repository]` from workspaceVincent Esche-0/+1
2024-08-07Auto merge of #17825 - Veykril:server-things, r=Veykrilbors-45/+70
2024-08-07Offload diagnostics serialization to the task poolLukas Wirth-32/+48
2024-08-07Slightly quieter fatal panicsLukas Wirth-13/+22
2024-08-07Fix native diagnostics not workingShoyu Vanilla-1/+1
2024-08-07Auto merge of #17823 - Veykril:mod-unconfigured-diag, r=Veykrilbors-2/+26
2024-08-07Fix unconfigured diagnostic being attached to the wrong file for modulesLukas Wirth-2/+26
2024-08-07Auto merge of #17821 - Veykril:project-model-cleanup, r=Veykrilbors-323/+317
2024-08-07Fix cargo config get env parsingLukas Wirth-4/+7
2024-08-07Remove unnecessary CfgFlag definition in project-modelLukas Wirth-319/+310
2024-08-07Auto merge of #17809 - nicolas-guichard:index-vendored, r=Veykrilbors-24/+54
2024-08-07Auto merge of #17813 - roife:fix-issue-17803, r=Veykrilbors-2/+32
2024-08-07Allow rust-project.json to be hiddenAli Bektas-2/+14
2024-08-06fix: tyck for non-ADT types when searching refs for `Self` kwroife-2/+32
2024-08-06Include vendored crates in StaticIndexNicolas Guichard-24/+54
2024-08-06Auto merge of #17745 - regexident:improve-crate-manifests, r=Veykrilbors-38/+70
2024-08-06Auto merge of #17805 - ShoyuVanilla:issue-17578, r=Veykrilbors-5/+46
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-34/+35
2024-08-06Unify package descriptions by adding references to "rust-analyzer"Vincent Esche-12/+12
2024-08-06Apply Veykril's change suggestionsVincent Esche-4/+4
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-05Auto merge of #17772 - Veykril:debug.ts, r=Veykrilbors-99/+187
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/+183
2024-08-05Reorganize debug.tsLukas Wirth-99/+187
2024-08-05Slightly optimize watch list in vfsLukas Wirth-12/+30
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-05minor: Fix metrics not runningLukas Wirth-5/+1
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-140/+268
2024-08-05Auto merge of #17793 - jjoeldaniel:msvc-docs, r=Veykrilbors-0/+6
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-39/+52
2024-08-05Split out syntax-bridge into a separate crateLukas Wirth-140/+268