about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-04-01Merge #11857bors[bot]-30/+57
2022-04-01Merge #11874bors[bot]-9/+9
2022-04-01enum variant wordingJake Vossen-9/+9
2022-04-01Introduce postfix item typesAleksei Trifonov-33/+50
2022-04-01Merge #11872bors[bot]-36/+28
2022-04-01internal: Remove `PathResolution::AssocItem`Lukas Wirth-36/+28
2022-04-01Merge #11870bors[bot]-0/+20
2022-04-01Merge #11871bors[bot]-3/+668
2022-04-01internal: Move rust.ungram into rust-analyzer/crates/syntaxLukas Wirth-3/+668
2022-04-01fix: splitting path of a glob import wrongly adds `self`iDawer-33/+41
2022-04-01recover from missing type annotationhkalbasi-0/+20
2022-04-01Merge #11869bors[bot]-7/+21
2022-04-01Code blocks with tilde also works like code blockLee Dogeon-7/+21
2022-03-31create generate is, as, try_into groupJake Vossen-19/+28
2022-03-31Add test against line number underflowFelix Maurer-0/+107
2022-03-31Prevent underflow when converting line numbersFelix Maurer-2/+8
2022-03-31Fix: Select correct insert position for disabled group importJonas Bushart-62/+98
2022-03-31Remove parser restriction on varargs positioningJonas Schievink-28/+37
2022-03-31Merge #11827bors[bot]-501/+504
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+17
2022-03-31internal: Enforce Resolver to always have a module scopeLukas Wirth-398/+360
2022-03-31Fix formattingAleksei Trifonov-4/+1
2022-03-31Lower postfix suggestions in completions listAleksei Trifonov-7/+20
2022-03-30internal: Refactor FamousDefs builtin crate searchLukas Wirth-105/+146
2022-03-30Type mismatch when last expression is noreturn asmManas-1/+1
2022-03-30docs(auto_import): change by_self -> self and by_crate -> crateGibson Fahnestock-2/+2
2022-03-29Fix divergence detection for bare match armsFlorian Diebold-5/+47
2022-03-29Fix duplicate type mismatches with blocksFlorian Diebold-83/+212
2022-03-29Merge #11840bors[bot]-2/+22
2022-03-29fix regression_11688_3hkalbasi-2/+22
2022-03-27Remove legacy_const_generics_indices from CallableSigFlorian Diebold-20/+3
2022-03-27Move mismatched-arg-count diagnostic to inferenceFlorian Diebold-83/+67
2022-03-27fix: Disable ref_match for qualified paths as wellFlorian Diebold-4/+41
2022-03-27Bump chalkLaurențiu Nicola-3/+3
2022-03-26Merge #11825bors[bot]-178/+196
2022-03-26Revert "Emit #[must_use] in Generate new assist"Laurențiu Nicola-21/+1
2022-03-26Sort runnable test results to make them deterministicLukas Wirth-127/+128
2022-03-26fix: Don't complete Drop::drop for qualified pathsLukas Wirth-5/+28
2022-03-26SimplifyLukas Wirth-46/+40
2022-03-25Merge #11793bors[bot]-13/+23
2022-03-25Merge #11817bors[bot]-1/+1
2022-03-25Merge #11809bors[bot]-1/+1
2022-03-25fix commentJonas Schievink-1/+1
2022-03-24Rename the 1.47 ABI to 1.48Jonas Schievink-10/+10
2022-03-24Disable experimental diagnostics by defaultJonas Schievink-1/+1
2022-03-24use pat_id instead of name in const eval stackhkalbasi-16/+13
2022-03-24organize const eval testshkalbasi-168/+180
2022-03-24Support constants in const evalhkalbasi-50/+198
2022-03-23Merge #11806bors[bot]-2/+56
2022-03-23fix: Fix async block type inference using containing function return typeLukas Wirth-2/+56