about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-08-16Rollup merge of #129086 - slanterns:is_none_or, r=dtolnayMatthias Krüger-1/+1
2024-08-14rust-analyzer: use in-tree pattern_analysis crateNadrieril-2/+4
2024-08-15fix r-aSlanterns-1/+1
2024-08-13Merge from rust-lang/rustLaurențiu Nicola-0/+2
2024-08-13Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-08-13Bump `rustc_pattern_analysis`Shoyu Vanilla-32/+30
2024-08-13Temporarily remove non-working test caseShoyu Vanilla-12/+2
2024-08-13feat: `min-exhaustive-patternsShoyu Vanilla-15/+131
2024-08-13Auto merge of #17876 - Veykril:semantics-include-simplify, r=Veykrilbors-88/+18
2024-08-13Remove unreachable logic for include token mappingLukas Wirth-88/+18
2024-08-13Auto merge of #17867 - ShoyuVanilla:issue-17854, r=Veykrilbors-2/+27
2024-08-12fix: Trailing excess comma in "Convert to named struct" assistShoyu Vanilla-2/+27
2024-08-12fix: Missing non-exhaustive let diagnostics inside async or unsafe blockShoyu Vanilla-2/+46
2024-08-12Auto merge of #17864 - Veykril:lsif, r=Veykrilbors-5/+16
2024-08-12Build and run build scripts in lsif commandLukas Wirth-5/+16
2024-08-12Auto merge of #17863 - Veykril:include-diags, r=Veykrilbors-56/+93
2024-08-12Resolve included files to their calling modules in IDE layerLukas Wirth-56/+93
2024-08-12Auto merge of #17861 - Veykril:bump-lock, r=Veykrilbors-134/+161
2024-08-12Allow new license combinationLukas Wirth-0/+1
2024-08-12Only keep lib/ in publish-libsLaurențiu Nicola-3/+2
2024-08-12Auto merge of #17850 - Veykril:rust-analyzer-crate, r=Veykrilbors-27/+71
2024-08-12Auto merge of #17860 - Veykril:publish-libs, r=Veykrilbors-2/+2
2024-08-12internal: Reply to requests with defaults when vfs is still loadingLukas Wirth-27/+71
2024-08-12fix: Fix publish libs workflowLukas Wirth-2/+2
2024-08-12minor: Bump lockfileLukas Wirth-134/+160
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