]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
minor: Bump dependencies
[rust.git] / crates / ide_completion /
2022-03-22 Lukas Wirthminor: Bump dependencies
2022-03-21 Lukas Wirthfix: Fix tuple- and record struct completions not worki...
2022-03-21 Lukas Wirthfix: Fix flyimport showing functions in pattern position
2022-03-20 bors[bot]Merge #11690
2022-03-20 bors[bot]Merge #11775
2022-03-20 bors[bot]Merge #11774
2022-03-20 bors[bot]Merge #11771
2022-03-19 bors[bot]Merge #11765
2022-03-19 bors[bot]Merge #11755
2022-03-18 bors[bot]Merge #11752
2022-03-18 bors[bot]Merge #11753
2022-03-18 Jonas SchievinkComplete assoc const patterns on builtin types
2022-03-18 bors[bot]Merge #11713
2022-03-18 Jonas SchievinkUpdate crates/ide_completion/src/tests/pattern.rs
2022-03-17 hi-rustinFix typo
2022-03-17 hi-rustinMatch the enum and union
2022-03-17 hi-rustinFix the wrong path resolution
2022-03-17 hi-rustinAdd completes_associated_const test
2022-03-17 hi-rustinComplete associated consts in patterns
2022-03-17 bors[bot]Merge #11734
2022-03-16 bors[bot]Merge #11727
2022-03-16 bors[bot]Merge #11694
2022-03-16 bors[bot]Merge #11726
2022-03-16 Lukas WirthRevert omitting field completions
2022-03-16 Lukas WirthRemove code duplication
2022-03-16 Lukas WirthSimplify completion render functionality
2022-03-16 Lukas WirthRename compound things to variant things
2022-03-15 bors[bot]Merge #11718
2022-03-15 bors[bot]Merge #11708
2022-03-15 bors[bot]Merge #11714
2022-03-15 Lukas Wirthfix: Fix completions not always working in for-loop...
2022-03-14 bors[bot]Merge #11707
2022-03-14 Lukas WirthSimplify
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügerfix clippy::needless_return
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-12 bors[bot]Merge #11691
2022-03-12 Morgan Thomas- clean up match in ide_completion::completions::record...
2022-03-12 bors[bot]Merge #11693
2022-03-12 Lukas Wirthinternal: Remove ide_completion::render::build_ext...
2022-03-12 Morgan ThomasSuggest union literals, suggest union fields within...
2022-03-12 bors[bot]Merge #11687 #11689
2022-03-12 bors[bot]Merge #11686
2022-03-12 Morgan ThomasReduce intermediate string allocations in render::compo...
2022-03-12 Morgan ThomasExtract the code for formatting struct and enum-variant...
2022-03-12 Morgan Thomasmake the doc comment on render::compound::visible_field...
2022-03-12 Morgan Thomasvisibility tweak for CI
2022-03-12 Morgan ThomasComplete enum variants identically to structures.
2022-03-12 Morgan Thomas- Break out functionality related to rendering struct...
2022-03-12 bors[bot]Merge #11685
2022-03-12 Lukas WirthRemove no_completions_required from CompletionContext
2022-03-10 bors[bot]Merge #11676
2022-03-10 Lukas WirthDon't parse source files to generate macro completion...
2022-03-10 Lukas WirthEnable qualifier completions for derives
2022-03-10 Lukas WirthDon't offer qualified path completions for buitlin...
2022-03-10 Lukas WirthExpand into pseudo-derive attribute expansions in compl...
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11660
2022-03-09 bors[bot]Merge #11663
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-05 bors[bot]Merge #11630
2022-03-05 Lukas WirthFix highlighting of `Self`
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-02-28 bors[bot]Merge #11433
2022-02-25 bors[bot]Merge #11538
2022-02-25 Lukas Wirthfeat: Make private editable completions configurable...
2022-02-25 bors[bot]Merge #11550
2022-02-25 Florian DieboldRefactor autoderef and method resolution
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
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 bors[bot]Merge #11481
2022-02-21 bors[bot]Merge #11517
2022-02-21 Lukas Wirthfix: Fix qualfiied record literal completion triggering...
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-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-12 bors[bot]Merge #11444
2022-02-11 bors[bot]Merge #11453
2022-02-08 bors[bot]Merge #11437
next