]> git.lizzy.rs Git - rust.git/history - crates/ide
Merge #11490
[rust.git] / crates / ide /
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
2022-01-07 bors[bot]Merge #11230
2022-01-07 bors[bot]Merge #11145
2022-01-07 bors[bot]Merge #11220
2022-01-07 bors[bot]Merge #11225
2022-01-07 bors[bot]Merge #11194
2022-01-07 Lukas WirthUse `FileAstId<ast::Adt>` in nameres where appropriate...
2022-01-06 bors[bot]Merge #11218
2022-01-06 bors[bot]Merge #11217
2022-01-06 Laurențiu NicolaMove pretty-printing test out of assist
2022-01-06 bors[bot]Merge #11216
2022-01-06 Lukas Wirthinternal: Support registered tools and attributes in...
2022-01-06 bors[bot]Merge #11193
2022-01-06 bors[bot]Merge #11208
2022-01-06 bors[bot]Merge #11207
2022-01-06 Jonas PlatteAlways put a space after impl in macro pretty-printing
2022-01-05 bors[bot]Merge #11204
2022-01-05 bors[bot]Merge #11195 #11202
next