]> git.lizzy.rs Git - rust.git/history - crates/ide/src/syntax_highlighting
Merge #11951
[rust.git] / crates / ide / src / syntax_highlighting /
2022-04-07 bors[bot]Merge #11920
2022-04-07 bors[bot]Merge #11930
2022-04-07 Jonas SchievinkDetermine function unsafety semantically
2022-04-07 bors[bot]Merge #11925
2022-04-06 bors[bot]Merge #11915
2022-04-06 Lukas Wirthfix: Attempt to resolve paths in const arguments heuris...
2022-04-06 bors[bot]Merge #11914
2022-04-06 Lukas Wirthfix: Fix path qualifiers not resolving generic type...
2022-04-03 bors[bot]Merge #11865
2022-04-03 bors[bot]Merge #10802
2022-04-03 bors[bot]Merge #11866
2022-04-03 bors[bot]Merge #11821
2022-04-02 bors[bot]Merge #11877
2022-04-02 bors[bot]Merge #11878
2022-04-01 bors[bot]Merge #11857
2022-04-01 bors[bot]Merge #11872
2022-04-01 bors[bot]Merge #11796
2022-04-01 bors[bot]Merge #11870
2022-04-01 bors[bot]Merge #11871
2022-04-01 bors[bot]Merge #11869
2022-04-01 Lee DogeonCode blocks with tilde also works like code block
2022-03-31 bors[bot]Merge #11827
2022-03-31 Lukas Wirthinternal: Enforce Resolver to always have a module...
2022-03-30 Lukas Wirthinternal: Refactor FamousDefs builtin crate search
2022-03-25 bors[bot]Merge #11793
2022-03-23 bors[bot]Merge #11806
2022-03-23 bors[bot]Merge #11802
2022-03-23 bors[bot]Merge #11805
2022-03-23 Florian DieboldAdjust value in syntax highlighting benchmark
2022-03-21 bors[bot]Merge #11776
2022-03-21 Laurențiu NicolaReplace write! with direct calls
2022-03-20 bors[bot]Merge #11690
2022-03-20 bors[bot]Merge #11775
2022-03-20 Lukas Wirthinternal: Treat {global_}asm macros as unsafe
2022-03-20 bors[bot]Merge #11774
2022-03-20 Lukas Wirthfeat: Tag macro calls as unsafe if they expand to unsaf...
2022-03-15 bors[bot]Merge #11714
2022-03-14 bors[bot]Merge #11707
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::single_char_pattern
2022-03-12 bors[bot]Merge #11691
2022-03-12 bors[bot]Merge #11687 #11689
2022-03-12 yipinliuFixed code style issues
2022-03-12 yipinliuFixed tidy test
2022-03-12 yipinliuHighlight escape sequences in byte strings
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11664
2022-03-09 bors[bot]Merge #11660
2022-03-09 bors[bot]Merge #11663
2022-03-08 Lukas WirthMove ide crates to new hir::Macro
2022-03-08 bors[bot]Merge #11653
2022-03-07 bors[bot]Merge #11445
2022-03-07 bors[bot]Merge #11644
2022-03-07 Luna RazzaghipourEmit more detailed highlighting for `%`, `>>`, `<<`
2022-03-06 bors[bot]Merge #11639
2022-03-06 Lukas Wirthinternal: Re-arrange ide_db modules
2022-03-06 bors[bot]Merge #11631
2022-03-06 Lukas Wirthinternal: Simplify and optimize syntax_highlighting
2022-03-05 bors[bot]Merge #11630
2022-03-05 Lukas WirthAdd a macro case for the keyword highlighting test...
2022-03-05 Lukas WirthFix extern crate self having self unresolved
2022-03-05 Lukas WirthHighlight `Self` as a keyword by default
2022-03-05 Lukas WirthFix highlighting of `Self`
2022-03-05 Lukas Wirthfix: Recognize `Self` as a proper keyword
2022-03-05 bors[bot]Merge #11598
2022-03-05 bors[bot]Merge #11574
2022-03-05 bors[bot]Merge #11623
2022-03-04 bors[bot]Merge #11595
2022-03-04 bors[bot]Merge #11140
2022-03-04 hkalbasiPreserve order of generic args
2022-03-03 bors[bot]Merge #11616
2022-03-03 Lukas Wirthslightly improve highlighting performance for derive...
2022-03-03 Lukas Wirthfix: Fix semantic highlighting breaking for lifetimes...
2022-02-28 bors[bot]Merge #11433
2022-02-27 bors[bot]Merge #11573
2022-02-26 bors[bot]Merge #11560
2022-02-26 bors[bot]Merge #11565
2022-02-26 bors[bot]Merge #11566
2022-02-26 Lukas WirthMake hir::Local::name infallible
2022-02-26 bors[bot]Merge #11564
2022-02-26 Lukas WirthRename test highlighting output files
2022-02-26 Lukas WirthSplit up highlighting tests a bit more
2022-02-26 Lukas WirthRe-order and cleanup highlighting tests
2022-02-22 bors[bot]Merge #11461
2022-02-22 bors[bot]Merge #11472
2022-02-22 bors[bot]Merge #11513
2022-02-22 Lukas Wirthinternal: Expand the derive attribute into a pseudo...
2022-02-21 bors[bot]Merge #11142
2022-02-14 bors[bot]Merge #11369
2022-02-01 bors[bot]Merge #11322
2022-01-31 bors[bot]Merge #11388
2022-01-31 Lukas Wirthfix: Fix proc-macro server not using the supplied span...
2022-01-31 bors[bot]Merge #11182
2022-01-25 bors[bot]Merge #11281
2022-01-16 bors[bot]Merge #11287
2022-01-15 bors[bot]Merge #11294
2022-01-15 Lukas WirthMove format specifier lexing from syntax to ide_db
2022-01-15 bors[bot]Merge #11293
2022-01-15 Lukas Wirthfeat: Add very simplistic ident completion for format_a...
next