]> git.lizzy.rs Git - rust.git/history - crates/ide
fix(11422): have two different funuctions - one for iterating breaks, one for iteraat...
[rust.git] / crates / ide /
2022-02-24 Moritz Vetteradd logic to highlight continue and break keywords...
2022-02-24 Moritz Vetterrefactor helper function to work with function taking...
2022-02-24 Moritz Vetteradd some breaking tests (TDD - style)
2022-02-24 bors[bot]Merge #11531
2022-02-23 bors[bot]Merge #11536
2022-02-23 Lukas WirthResolve functions as proc-macros via FileAstId
2022-02-22 bors[bot]Merge #11461
2022-02-22 bors[bot]Merge #11472
2022-02-22 bors[bot]Merge #11530
2022-02-22 Lukas Wirthfix: Fix expand_macro always expanding the first listed...
2022-02-22 bors[bot]Merge #11513
2022-02-22 Lukas Wirthupdate references::derive test output
2022-02-22 Lukas WirthFix syntax highlighting not highlighting derives anymore
2022-02-22 Lukas WirthMake replace_derive_with_manual_impl work again
2022-02-22 Lukas WirthFix `expand_macro` not working for derive attributes
2022-02-22 Lukas Wirthinternal: Expand the derive attribute into a pseudo...
2022-02-22 bors[bot]Merge #11527
2022-02-21 bors[bot]Merge #11490
2022-02-21 SeniorMarsUpdate crates/ide/src/runnables.rs
2022-02-21 bors[bot]Merge #11522
2022-02-21 Lukas Wirthfix: Make code lenses work on attributed items
2022-02-21 bors[bot]Merge #11455
2022-02-21 Lukas WirthMove fn to proc-macro conversion to name classification
2022-02-21 bors[bot]Merge #11481
2022-02-21 bors[bot]Merge #11517
2022-02-21 bors[bot]Merge #11516
2022-02-21 bors[bot]Merge #11142
2022-02-21 bors[bot]Merge #11424
2022-02-21 bors[bot]Merge #11375
2022-02-21 Chayim Refael FriedmanFix various IDE features
2022-02-18 KarlWithKCorrectly fix formatting doc tests with generics
2022-02-15 Jeroen Vanneveltest names
2022-02-15 Jeroen Vanneveladd test for function pointer without identifier
2022-02-15 Jeroen Vannevelcleanup
2022-02-15 Jeroen Vannevelrough, but appears to work
2022-02-15 bors[bot]Merge #11475
2022-02-15 bors[bot]Merge #11480
2022-02-15 Lukas Wirthfix: keyword hover works on non-keyword tokens if expan...
2022-02-15 bors[bot]Merge #11477
2022-02-14 bors[bot]Merge #11369
2022-02-14 Daniel ConleyHide Keyword Expression Hover For Units `()`
2022-02-14 bors[bot]Merge #11458
2022-02-13 bors[bot]Merge #11464
2022-02-13 bors[bot]Merge #11442 #11460
2022-02-12 bors[bot]Merge #11444
2022-02-11 bors[bot]Merge #11453
2022-02-11 Lukas WirthHandle proc-macro functions as the proc-macro they...
2022-02-11 Tianyi SongUse text range of name after macro expansion
2022-02-08 bors[bot]Merge #11437
2022-02-08 bors[bot]Merge #11436
2022-02-08 TheDoctor314Add test
2022-02-06 bors[bot]Merge #11416
2022-02-06 bors[bot]Merge #11420
2022-02-06 bors[bot]Merge #11418
2022-02-06 Moritz VetterBump pulldown-cmark-to-cmark, adjust usages and fix...
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 #11291
2022-01-31 Lukas WirthMake more precise range macro upmapping
2022-01-31 Lukas WirthFix token ascension single token check being inverted
2022-01-31 bors[bot]Merge #11182
2022-01-30 bors[bot]Merge #11382
2022-01-30 Lukas WirthFix cfg_attr invalidating derive identifier IDE functio...
2022-01-28 Daniel ConleyAdd Keyword Return Type Highlighting
2022-01-25 bors[bot]Merge #11281
2022-01-21 bors[bot]Merge #11329
2022-01-21 Laurențiu NicolaBump pulldown-cmark and pulldown-cmark-to-cmark
2022-01-17 bors[bot]Merge #11308
2022-01-17 Jonas Schievinkstatus: output all crates a file belongs to
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...
2022-01-15 bors[bot]Merge #11292
2022-01-15 Jake Heinzmake it a config
2022-01-14 bors[bot]Merge #11248
2022-01-14 bors[bot]Merge #11283
2022-01-14 Lukas Wirthfix: Adjust `.` typing auto indentation
2022-01-14 Jake Heinzhacky fix for cancelling
2022-01-14 Jake Heinzone last bit of cleanup
2022-01-14 bors[bot]Merge #11282
2022-01-14 Jake Heinzremoved scoped threads, cleanup
2022-01-14 Jake Heinzcleanup + detect num cpus
2022-01-14 Jake Heinzcleanup
2022-01-14 Jake Heinzuse index map
2022-01-14 Jake Heinzmake progress callback dyn
2022-01-14 Jake Heinzfix warnings
2022-01-14 Jake Heinzsimplify
2022-01-14 Jake Heinzide: parallel prime caches
2022-01-13 bors[bot]Merge #11276
2022-01-12 bors[bot]Merge #11266
2022-01-12 Jonas SchievinkMostly restore `hir` API boundary
2022-01-11 bors[bot]Merge #11210
2022-01-08 bors[bot]Merge #11237
2022-01-08 Lukas Wirthfix: Fix outline modules spilling inner doc injections...
2022-01-08 bors[bot]Merge #11235
2022-01-08 Lukas WirthRecord attribute calls on assoc items in TraitData...
2022-01-08 bors[bot]Merge #11107
next