about summary refs log tree commit diff
path: root/crates/ide/src/syntax_highlighting/highlight.rs
AgeCommit message (Expand)AuthorLines
2022-07-18Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykrilbors-1/+5
2022-07-15fix: Don't show qualified path completions for private itemsLukas Wirth-2/+2
2022-06-24highlight: trait pathbitgaoshu-1/+5
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-05-20minor: SimplifyLukas Wirth-4/+1
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-9/+1
2022-05-05Maybe everything else *should* have to deal with itJonas Schievink-2/+7
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-0/+3
2022-05-05Split float literal tokens at the `.`Jonas Schievink-1/+1
2022-04-25Re-export `FxHashMap` and `FxHashSet` from `ide_db`Lukas Wirth-2/+1
2022-04-15fix: Tag `macro_rules` macro bang with `MacroBang` tagLukas Wirth-1/+1
2022-04-07Determine function unsafety semanticallyJonas Schievink-2/+2
2022-03-31internal: Enforce Resolver to always have a module scopeLukas Wirth-13/+9
2022-03-30internal: Refactor FamousDefs builtin crate searchLukas Wirth-6/+2
2022-03-20feat: Tag macro calls as unsafe if they expand to unsafe expressionsLukas Wirth-0/+10
2022-03-09Merge #11663bors[bot]-1/+1
2022-03-08Move ide crates to new hir::MacroLukas Wirth-1/+1
2022-03-07Emit more detailed highlighting for `%`, `>>`, `<<`Luna Razzaghipour-4/+4
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-1/+1
2022-03-06internal: Simplify and optimize syntax_highlightingLukas Wirth-40/+24
2022-03-06Highlight `Self` as a keyword by defaultLukas Wirth-9/+11
2022-03-05Fix highlighting of `Self`Lukas Wirth-0/+1
2022-02-26Make hir::Local::name infallibleLukas Wirth-9/+7
2022-02-22internal: Expand the derive attribute into a pseudo expansionLukas Wirth-14/+3
2022-01-31fix: Fix proc-macro server not using the supplied span in Ident::newLukas Wirth-20/+0
2022-01-04Merge #11157bors[bot]-11/+12
2022-01-03give `resolve_derive_ident` a more robust apiLukas Wirth-5/+11
2022-01-03fix: Fix highlighting hack for self-paramsLukas Wirth-4/+6
2022-01-02internal: Record unresolved derive invocations in hirLukas Wirth-8/+3
2022-01-02minor: Cleanup syntax highlightingLukas Wirth-175/+147
2022-01-02fix syntactic highlighting for macrosLukas Wirth-11/+17
2022-01-02internal: Handle macro calls better in highlightingLukas Wirth-1/+1
2021-12-07SimplifyLukas Wirth-7/+1
2021-12-05fix: Add highlighting hack back for unresolved attributesLukas Wirth-0/+7
2021-12-04fix: Fix self keyword not being tagged as such in highlighting properlyLukas Wirth-61/+55
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-1/+7
2021-12-04Introduce SymbolKind::AttributeLukas Wirth-2/+2
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-1/+1
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-40/+10
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-0/+2
2021-12-01add a fixme:Jake Heinz-0/+2
2021-12-01simplifyJake Heinz-1/+1
2021-12-01ide: hack to make self not unresolved reference in async trait wrapped impl'sJake Heinz-2/+18
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-91/+87
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-3/+3
2021-10-16more clippy fixesMilo-2/+2
2021-10-14a few clippy fixesMilo-1/+1
2021-10-01Add semantic token modifier for crate rootlhvy-8/+20
2021-09-30Restructure syntax element highlightingLukas Wirth-188/+206
2021-10-01Fix builtin_crates return type changelhvy-2/+2