about summary refs log tree commit diff
path: root/crates/ide/src/syntax_highlighting/test_data
AgeCommit message (Expand)AuthorLines
2022-07-16Auto merge of #12689 - Veykril:macro-rec, r=Veykrilbors-0/+7
2022-07-15fix: Don't show qualified path completions for private itemsLukas Wirth-10/+10
2022-07-05internal: Record all macro definitions in ItemScopeLukas Wirth-0/+7
2022-05-22feat: escape format specifier(close: #12258)bvanjoi-3/+13
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-7/+7
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-7/+7
2022-05-05Split float literal tokens at the `.`Jonas Schievink-7/+7
2022-04-15fix: Tag `macro_rules` macro bang with `MacroBang` tagLukas Wirth-17/+17
2022-04-06fix: Attempt to resolve paths in const arguments heuristicallyLukas Wirth-0/+1
2022-04-06fix: Fix path qualifiers not resolving generic type params when shadowed by t...Lukas Wirth-0/+4
2022-04-01Merge #11869bors[bot]-0/+5
2022-04-01Code blocks with tilde also works like code blockLee Dogeon-0/+5
2022-03-30internal: Refactor FamousDefs builtin crate searchLukas Wirth-1/+1
2022-03-20internal: Treat {global_}asm macros as unsafeLukas Wirth-2/+2
2022-03-20feat: Tag macro calls as unsafe if they expand to unsafe expressionsLukas Wirth-1/+34
2022-03-12Fixed code style issuesyipinliu-47/+3
2022-03-12Highlight escape sequences in byte stringsyipinliu-0/+47
2022-03-07Emit more detailed highlighting for `%`, `>>`, `<<`Luna Razzaghipour-0/+57
2022-03-06internal: Simplify and optimize syntax_highlightingLukas Wirth-28/+28
2022-03-06Add a macro case for the keyword highlighting test fixtureLukas Wirth-3/+7
2022-03-06Fix extern crate self having self unresolvedLukas Wirth-1/+1
2022-03-06Highlight `Self` as a keyword by defaultLukas Wirth-0/+53
2022-03-05Fix highlighting of `Self`Lukas Wirth-3/+3
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-3/+3
2022-03-04Preserve order of generic argshkalbasi-0/+7
2022-03-03slightly improve highlighting performance for derive annotated itemsLukas Wirth-4/+1
2022-03-03fix: Fix semantic highlighting breaking for lifetimes in macrosLukas Wirth-0/+57
2022-02-26Rename test highlighting output filesLukas Wirth-57/+157
2022-02-26Split up highlighting tests a bit moreLukas Wirth-72/+8
2022-02-26Re-order and cleanup highlighting testsLukas Wirth-6/+3
2022-01-08fix: Fix outline modules spilling inner doc injections into their parentLukas Wirth-1/+5
2022-01-07Use `FileAstId<ast::Adt>` in nameres where appropriate insteadLukas Wirth-0/+21
2022-01-02Fix tool module classification not working correctlyLukas Wirth-0/+1
2022-01-02minor: Cleanup syntax highlightingLukas Wirth-5/+5
2022-01-02fix NameRefClass misclassifying proc-macrosLukas Wirth-1/+1
2022-01-02fix syntactic highlighting for macrosLukas Wirth-2/+2
2022-01-02internal: Handle macro calls better in highlightingLukas Wirth-62/+62
2021-12-04fix: Fix self keyword not being tagged as such in highlighting properlyLukas Wirth-0/+1
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-2/+2
2021-12-04Introduce SymbolKind::AttributeLukas Wirth-22/+22
2021-12-03SimplifyLukas Wirth-0/+1
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-21/+21
2021-12-01add testJake Heinz-0/+9
2021-11-08Fix proc-macro attributes being shadowed by their functions in IDE layerLukas Wirth-1/+1
2021-10-28Enable auto-import and qualify-path in derive attributesLukas Wirth-0/+1
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-11/+2
2021-10-01Merge #10413bors[bot]-0/+1
2021-10-01Fix format highlighting with `concat!`Jonas Schievink-0/+1
2021-10-01Merge #10403bors[bot]-6/+70
2021-10-01Add semantic token modifier for crate rootlhvy-6/+70