about summary refs log tree commit diff
path: root/crates/syntax
AgeCommit message (Expand)AuthorLines
2022-07-19Upgrade to expect-test@1.4.0Amos Wenger-1/+1
2022-07-08Update remaining GitHub URLsJonas Schievink-4/+4
2022-07-03Bump indexmapLaurențiu Nicola-1/+1
2022-07-03Bump quoteLaurențiu Nicola-1/+1
2022-07-01fix: Simplify macro statement expansion handlingLukas Wirth-0/+7
2022-06-10internal: Bump DependenciesLukas Wirth-9/+9
2022-05-26fix: f32 and f64 representation during loweringfeniljain-5/+37
2022-05-24fix: Insert whitespace into trait-impl completions when coming from macrosLukas Wirth-52/+0
2022-05-24internal: Refactor our record pat/expr handling in completion contextLukas Wirth-0/+4
2022-05-23fix: When reference searching macro inputs, don't search everything that was ...Lukas Wirth-0/+7
2022-05-14feat: Add binding mode inlay hintsLukas Wirth-1/+1
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-134/+37
2022-05-05Indicate the number of float tokens in the first tokenJonas Schievink-3/+27
2022-05-05Split float literal tokens at the `.`Jonas Schievink-13/+18
2022-05-05Wrap float literals in their own nodeJonas Schievink-22/+82
2022-05-05Remove `ast::Literal::token`Jonas Schievink-8/+16
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-8/+86
2022-05-04improve the default constructor mode when filling fieldsBenjamin Coenen-0/+3
2022-05-01style: rename crates to kebab casePeh-2/+2
2022-04-27Auto merge of #12057 - harpsword:fix_validata_visibility, r=jonas-schievinkbors-2/+4
2022-04-27fix visibility token validation in trait impl with proc-macroharpsword-2/+4
2022-04-23SimplifyLukas Wirth-0/+6
2022-04-17update grammer to support associated const equalityXFFXFF-1/+2
2022-04-13Update repo URLAlex Touchet-1/+1
2022-04-10Parse for<'a> closure syntaxLukas Wirth-1/+3
2022-04-05Wrap macros in expr position in `MacroExpr` nodeJonas Schievink-7/+35
2022-04-03Merge #11887bors[bot]-0/+47
2022-04-03fix: Add missing fields diagnostic fix for patternsLukas Wirth-0/+47
2022-04-02Merge #11877bors[bot]-3/+20
2022-04-02fix: `merge_imports::recursive_merge` exiting earlyiDawer-1/+1
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-3/+20
2022-03-22minor: Bump dependenciesLukas Wirth-8/+8
2022-03-20Merge #11690bors[bot]-0/+9
2022-03-12fix: "Extract to function" assist preserves `break` and `continue` labelsMorgan Thomas-6/+16
2022-03-12more clippy fixes:Matthias Krüger-3/+1
2022-03-12fix clippy::redundant_closureMatthias Krüger-1/+1
2022-03-12fix clippy::single_char_patternMatthias Krüger-1/+1
2022-03-12feat: Add an assist for inlining type aliasesSteven Joruk-0/+9
2022-03-10Don't parse source files to generate macro completion detailsLukas Wirth-35/+1
2022-03-06Highlight `Self` as a keyword by defaultLukas Wirth-5/+9
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-17/+30
2022-03-05Merge #11598bors[bot]-2/+36
2022-03-04Preserve order of generic argshkalbasi-10/+20
2022-03-02Parse destructuring assignmentChayim Refael Friedman-2/+35
2022-02-27Fix `if` in #11561Chayim Refael Friedman-5/+61
2022-02-26Fix body selection in while loopsLaurențiu Nicola-3/+12
2022-02-25Generate AST code after rust-analyzer/ungrammar#46Chayim Refael Friedman-0/+1
2022-02-24fix(11422): have two different funuctions - one for iterating breaks, one for...Moritz Vetter-3/+4
2022-02-22Make replace_derive_with_manual_impl work againLukas Wirth-0/+9