]> git.lizzy.rs Git - rust.git/history - crates/ra_ide/src/syntax_highlighting.rs
Remove token tree from ReprKind::Other variant, expose ReprKind higher, remove debug...
[rust.git] / crates / ra_ide / src / syntax_highlighting.rs
2020-08-10 Paul Daniel FariaRemove token tree from ReprKind::Other variant, expose...
2020-08-10 Paul Daniel FariaAdd tracking of packed repr, use it to highlight unsafe...
2020-08-09 bors[bot]Merge #5692
2020-08-09 bors[bot]Merge #5693
2020-08-09 bors[bot]Merge #5414
2020-08-08 Paul Daniel FariaAdd support for extern crate
2020-08-08 bors[bot]Merge #5684
2020-08-08 Paul Daniel FariaApply unsafe semantic highlighting to union field access
2020-08-07 bors[bot]Merge #5679
2020-08-07 bors[bot]Merge #5678
2020-08-07 Paul Daniel FariaMark static mutable names as unsafe
2020-08-06 bors[bot]Merge #5526
2020-08-05 bors[bot]Merge #5639
2020-08-03 bors[bot]Merge #5628
2020-08-01 bors[bot]Merge #5638
2020-08-01 bors[bot]Merge #5642
2020-08-01 Aleksey KladovUpdate grammar
2020-07-31 bors[bot]Merge #5633
2020-07-31 Aleksey KladovRename DotDotPat -> RestPat
2020-07-31 bors[bot]Merge #5631
2020-07-31 Aleksey KladovRename BindPat -> IdentPat
2020-07-31 bors[bot]Merge #5513
2020-07-30 bors[bot]Merge #5596
2020-07-30 bors[bot]Merge #5610
2020-07-30 bors[bot]Merge #5606
2020-07-30 Aleksey KladovFinalize impl Grammar
2020-07-30 Aleksey KladovFinalize Trait grammar
2020-07-30 bors[bot]Merge #5594 #5604 #5605
2020-07-30 bors[bot]Merge #5603
2020-07-30 Aleksey KladovFinalize const&static grammar
2020-07-30 Aleksey KladovRename EnumVariant -> Variant
2020-07-30 Aleksey KladovRename EnumDef -> Enum
2020-07-30 bors[bot]Merge #5602
2020-07-30 Aleksey KladovRename StructDef -> Struct
2020-07-30 bors[bot]Merge #5601
2020-07-30 Aleksey KladovFinalize union grammar
2020-07-30 bors[bot]Merge #5597
2020-07-30 Aleksey KladovRename FieldDef -> Field
2020-07-30 bors[bot]Merge #5591
2020-07-30 Aleksey KladovRename TypeAliasDef -> TypeAlias
2020-07-30 Aleksey KladovRename FnDef -> Fn
2020-07-23 bors[bot]Merge #5473
2020-07-21 bors[bot]Merge #5476
2020-07-21 Aleksey KladovMerge pull request #5447 from jethrogb/gitattributes
2020-07-21 bors[bot]Merge #5451 #5463 #5465 #5466
2020-07-21 GrayJackOn second thought, we want to preserve the textMate...
2020-07-21 GrayJack`#` as Attribute
2020-07-21 GrayJack@ as operator
2020-07-20 GrayJackAssingment semantic highlight
2020-07-20 GrayJackHandle semantic highlight when STAR is part of the...
2020-07-20 GrayJackHighlight more cases of SyntaxKind when it is a punctuation
2020-07-16 bors[bot]Merge #4676
2020-07-15 bors[bot]Merge #5350
2020-07-15 bors[bot]Merge #5396
2020-07-15 bors[bot]Merge #5348
2020-07-15 Leander TentrupAdd new `Punctuation` highlight tag
2020-07-15 Leander TentrupHighlight punctuation as `HighlightTag::Operator`
2020-07-15 bors[bot]Merge #5387
2020-07-15 bors[bot]Merge #5345
2020-07-13 Lukas WirthSemantic Highlighting: Emit mutable modifier for 'self...
2020-07-11 bors[bot]Merge #5314
2020-07-11 Aleksey KladovUse dedicated semantic highlight tag for parameters
2020-06-27 Paul Daniel FariaRemove unneeded code, filename from tests, fix rebasing...
2020-06-27 Paul Daniel FariaRevert ide highlighting changes (addressing on another...
2020-06-26 bors[bot]Merge #4945
2020-06-25 Aleksey KladovMerge branch 'Veetaha-feat/sync-branch'
2020-06-24 bors[bot]Merge #5015 #5027 #5028
2020-06-24 bors[bot]Merge #4940
2020-06-23 Paul Daniel FariaImprove readability be replacing hard-to-read if-else...
2020-06-23 Paul Daniel FariaRemove unrelated change
2020-06-23 Paul Daniel FariaUpdate comment for pop_and_inject
2020-06-23 Paul Daniel FariaUpdate injection mechanism and stop injecting through...
2020-06-23 Paul Daniel FariaAdd punctuation highlighting for highlighting punctuati...
2020-06-23 Paul Daniel FariaAdd support for marking doctest items as distinct from...
2020-06-22 bors[bot]Merge #4899
2020-06-22 bors[bot]Merge #4928
2020-06-21 bors[bot]Merge #4962
2020-06-21 bors[bot]Merge #4959
2020-06-19 Leander TentrupSyntax highlighting for documentation comments on macro...
2020-06-19 bors[bot]Merge #4851
2020-06-19 bors[bot]Merge #4937
2020-06-19 bors[bot]Merge #4839
2020-06-18 bors[bot]Merge #4930
2020-06-18 bors[bot]Merge #4941
2020-06-18 bors[bot]Merge #4903
2020-06-18 bors[bot]Merge #4821
2020-06-18 bors[bot]Merge #4872
2020-06-17 unexgeMerge branch 'fix_renaming_mod_in_use_tree' of https...
2020-06-17 bors[bot]Merge #4927
2020-06-17 bors[bot]Merge #4925
2020-06-17 Paul Daniel FariaEnsure all existing doctest code highlights have docume...
2020-06-17 Leander TentrupSyntax highlighting for escape sequences in strings
2020-06-17 Paul Daniel FariaAdd highlighting support for doc comments
2020-06-16 bors[bot]Merge #4891
2020-06-16 bors[bot]Merge #4876
2020-06-16 bors[bot]Merge #4878
2020-06-15 Leander TentrupSyntactic highlighting of NAME_REF for injections
2020-06-15 bors[bot]Merge #4860
2020-06-15 bors[bot]Merge #4877
2020-06-15 Leander TentrupFix syntax highlighting of recursive macros
next