summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-08-12Auto merge of #17843 - mo8it:flycheck, r=Veykrilbors-36/+38
2024-08-12Auto merge of #17842 - mo8it:crossbeam-channel, r=Veykrilbors-34/+41
2024-08-12Auto merge of #17859 - Veykril:rustc_deprecated_safe_2024, r=Veykrilbors-19/+44
2024-08-12fix: Correctly support `#[rustc_deprecated_safe_2024]`Lukas Wirth-19/+44
2024-08-12Use the send methodmo8it-31/+23
2024-08-12Add more track_callermo8it-1/+3
2024-08-12Add track_callermo8it-0/+1
2024-08-12Revert "Remove unneeded `send` method"mo8it-28/+32
2024-08-12Auto merge of #17833 - edevil:fix_expansion_limit, r=Veykrilbors-2/+8
2024-08-12Auto merge of #17845 - ShoyuVanilla:tait, r=Veykrilbors-188/+288
2024-08-11Fix deadlockmo8it-0/+6
2024-08-10Auto merge of #17844 - Veykril:find-path-std-fix, r=Veykrilbors-104/+124
2024-08-10Add comments regarding workspace structure change queryingLukas Wirth-0/+8
2024-08-10Move some stuffLukas Wirth-60/+50
2024-08-10Fixes in various placesNadrieril-0/+2
2024-08-10fix: Fix find_path not respecting non-std preference config correctlyLukas Wirth-104/+124
2024-08-10feat: Implement TAITShoyu Vanilla-188/+288
2024-08-10Avoid the overhead of select! when possiblemo8it-3/+6
2024-08-10Use select_biasedmo8it-7/+8
2024-08-10Simplify `check_command` while avoiding allocationsmo8it-26/+24
2024-08-09Remove unneeded `send` methodmo8it-32/+28
2024-08-09Use crossbeam-channel from the workspacemo8it-13/+13
2024-08-09Use Sender instead of boxed closure in vfsmo8it-31/+38
2024-08-09Use Sender directly instead of a boxed closuremo8it-7/+6
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