about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2025-02-10Merge from rust-lang/rustLaurențiu Nicola-2/+4
2025-02-10Censor cfg_attr for attribute macrosChayim Refael Friedman-24/+96
2025-02-09fix target dir testjyn-2/+11
2025-02-09fix off-by-one errorjyn-5/+72
2025-02-09Check if PatPtr resolves to ExprIdAli Bektas-48/+49
2025-02-09Fix clippy errorsAli Bektas-16/+10
2025-02-09Remove fixme and add a missing test attributeAli Bektas-1/+1
2025-02-09Remove dbg linesAli Bektas-5/+2
2025-02-09resolve_bind_pat_to_const does not early return if exprAli Bektas-99/+28
2025-02-09make SourceAnalyzer::pat_id return ExprOrPatIdAli Bektas-19/+18
2025-02-09Lower ast::Ident to hir::Path when lowering RangePatsAli Bektas-58/+139
2025-02-08simplify panic_contextJulian Eager-22/+18
2025-02-08fix: Apply adjustments to proper expr when invoking `CoerceMany`Shoyu Vanilla-9/+89
2025-02-07Merge pull request #19104 from jnyfah/some-branchLukas Wirth-1/+43
2025-02-07minor changesjnyfah-1/+1
2025-02-07Merge pull request #19106 from ShoyuVanilla/issue-18682Lukas Wirth-0/+36
2025-02-07fix: Resolve projection types before checking castsShoyu Vanilla-0/+36
2025-02-06fix: Don't emit empty scip occurrence for builtinsDavid Richey-34/+31
2025-02-06collapsing if statementjnyfah-4/+2
2025-02-06closure parameter inlay hintsjnyfah-1/+45
2025-02-05Merge pull request #19099 from Veykril/push-qxylslwltsqyLukas Wirth-22/+29
2025-02-05Use interior mutability for loaded `ProcMacrorv::expanders`Lukas Wirth-22/+29
2025-02-05Do not include excluded files even when the client opens themChayim Refael Friedman-121/+217
2025-02-05Merge pull request #18912 from vishruth-thimmaiah/fix_named_struct_assistLukas Wirth-1/+101
2025-02-05Merge pull request #19094 from ChayimFriedman2/use-bodyLaurențiu Nicola-3/+43
2025-02-04Remove a no-longer-correct FIXMEChayim Refael Friedman-1/+0
2025-02-04Fix incorrect terminologyChayim Refael Friedman-2/+2
2025-02-04Refactor `TyLoweringContext::substs_from_args_and_bindings()` to always take ...Chayim Refael Friedman-27/+18
2025-02-04Merge pull request #19095 from ChayimFriedman2/fixme-adt_const_paramsChayim Refael Friedman-0/+1
2025-02-04Add a FIXME for feature(adt_const_params)Chayim Refael Friedman-0/+1
2025-02-04Fix a failing testChayim Refael Friedman-2/+20
2025-02-04Fix IDE resolution of `use` inside a bodyChayim Refael Friedman-1/+23
2025-02-04Make `rust-analyzer.files.excludeDirs` work, actuallyChayim Refael Friedman-7/+42
2025-02-04Merge pull request #19093 from Veykril/push-lrvoookylnxpLukas Wirth-10/+17
2025-02-04Prevent panics from tearing down worker threadsLukas Wirth-10/+17
2025-02-04Merge pull request #19084 from Veykril/push-muworpzpzqupLukas Wirth-66/+126
2025-02-04Expose symbol of `CrateName`Lukas Wirth-34/+33
2025-02-03Merge pull request #19066 from alibektas/slice_pattern_type_inferenceLukas Wirth-31/+183
2025-02-03Merge pull request #19086 from Veykril/push-ponvylutpnwwLukas Wirth-6/+86
2025-02-03Fix some mir eval/loweringsLukas Wirth-6/+86
2025-02-03Merge pull request #19085 from Veykril/push-sknwykqmlottLukas Wirth-6/+25
2025-02-03Do not use make use of `InferenceResult::has_errors` flag for mir buildingLukas Wirth-6/+25
2025-02-03Revert tests::patterns::infer_patternAli Bektas-37/+35
2025-02-03Add a test to monitor whats going onAli Bektas-6/+54
2025-02-03Make higher levels adapt Bodys exprs having ExprOrPatId valuesAli Bektas-33/+32
2025-02-03Make Pat::Range's start and end Option<ExprId>Ali Bektas-26/+48
2025-02-03Merge pull request #19062 from darichey/scip-fix-module-namesLukas Wirth-100/+133
2025-02-03Split cache priming into distinct phasesLukas Wirth-34/+95
2025-02-02More rustfmt hang investigationsLukas Wirth-14/+18
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+2