]> git.lizzy.rs Git - rust.git/history - crates/ide_db
Expand into pseudo-derive attribute expansions in completions
[rust.git] / crates / ide_db /
2022-03-10 Lukas WirthExpand into pseudo-derive attribute expansions in compl...
2022-03-10 Lukas Wirthminor: Access parser internals through ide_db for ide...
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11660
2022-03-09 bors[bot]Merge #11663
2022-03-09 Lukas Wirthfix symbol index collection not collecting legacy macros
2022-03-08 Lukas WirthAdd data queries for macros
2022-03-08 Lukas WirthMove ide crates to new hir::Macro
2022-03-07 bors[bot]Merge #11445
2022-03-06 bors[bot]Merge #11639
2022-03-06 Lukas Wirthinternal: Re-arrange ide_db modules
2022-03-06 bors[bot]Merge #11637
2022-03-06 Lukas Wirthminor: Simplify
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 bors[bot]Merge #11629
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 #11620
2022-03-04 Lukas WirthSupport locals with multiple declaration sites
2022-03-04 bors[bot]Merge #11140
2022-03-04 hkalbasiPreserve order of generic args
2022-03-02 Chayim Refael FriedmanParse destructuring assignment
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-25 bors[bot]Merge #11538
2022-02-25 bors[bot]Merge #11550
2022-02-25 Florian DieboldRefactor autoderef and method resolution
2022-02-24 bors[bot]Merge #11462
2022-02-24 Moritz Vetterrefactor(11422): make number unsigned, nest enums into...
2022-02-24 Moritz Vetterfix(11422): have two different funuctions - one for...
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 bors[bot]Merge #11531
2022-02-24 bors[bot]Merge #11540
2022-02-23 Lukas WirthSimplify
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 Wirthsimplify and document
2022-02-22 Lukas WirthMake replace_derive_with_manual_impl work again
2022-02-22 Lukas Wirthinternal: Expand the derive attribute into a pseudo...
2022-02-21 bors[bot]Merge #11490
2022-02-21 bors[bot]Merge #11522
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 FriedmanChange `single_let()` and `is_pattern_cond()` to free...
2022-02-21 Chayim Refael FriedmanFix various IDE features
2022-02-15 bors[bot]Merge #11475
2022-02-15 bors[bot]Merge #11477
2022-02-15 DropDemBitsApply review fixes
2022-02-15 DropDemBitsfix: Don't drop glob with nested self
2022-02-15 DropDemBitsfix: Don't drop tree when the other has `self`
2022-02-14 bors[bot]Merge #11369
2022-02-14 bors[bot]Merge #11458
2022-02-13 bors[bot]Merge #11464
2022-02-13 bors[bot]Merge #11442 #11460
2022-02-13 Tianyi SongAddress PR comments
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 TheDoctor314Fix renaming super keyword
2022-02-03 bors[bot]Merge #11397
2022-02-03 Lukas WirthAdd completion module tailored towards use trees
2022-02-02 bors[bot]Merge #11395
2022-02-01 bors[bot]Merge #11322
2022-02-01 bors[bot]Merge #11393
2022-02-01 Lukas Wirthfix: Complete functions and methods from block level...
2022-01-31 bors[bot]Merge #11182
2022-01-25 bors[bot]Merge #11281
2022-01-19 bors[bot]Merge #11321
2022-01-19 Schuyler CohenRemove spurious format
2022-01-18 bors[bot]Merge #11310
2022-01-17 bors[bot]Merge #11311
2022-01-17 Wesley NorrisAdd test for comments not directly next to items
2022-01-17 Wesley NorrisAdd a test for multi-single-line comments as well
2022-01-17 Wesley Norrisfix: insert auto-imports after header comments
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