]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
Merge #8494
[rust.git] / crates / ide_completion /
2021-04-10 bors[bot]Merge #8436
2021-04-10 bors[bot]Merge #8457
2021-04-10 bors[bot]Merge #8410
2021-04-08 Lukas WirthUse CompletionTextEdit::InsertAndReplace if supported...
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8394
2021-04-06 bors[bot]Merge #8389
2021-04-06 memoryruinsFix typo
2021-04-06 memoryruinsDo not import on the fly during fields of record litera...
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8343
2021-04-05 Aleksey Kladovinternal: document hypothetical completion problem
2021-04-05 bors[bot]Merge #8245
2021-04-02 bors[bot]Merge #8284
2021-04-02 bors[bot]Merge #8285
2021-04-02 bors[bot]Merge #8292
2021-04-01 bors[bot]Merge #8265
2021-04-01 bors[bot]Merge #8283
2021-04-01 Lukas WirthResolve associated types
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8271
2021-03-31 bors[bot]Merge #8269
2021-03-31 bors[bot]Merge #8267
2021-03-31 bors[bot]Merge #8266
2021-03-30 Ayomide BamideleGifs and screenshots for features in manual
2021-03-30 bors[bot]Merge #8186
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-27 bors[bot]Merge #8213
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8056
2021-03-26 Josh Mcguigancompletion relevance distinguish between exact type...
2021-03-26 Josh Mcguigancompletion relevance consider if types can be unified
2021-03-24 bors[bot]Merge #7907
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8138
2021-03-23 Lukas WirthMerge hir::MacroDef::is_* into hir::MacroDef::kind
2021-03-23 bors[bot]Merge #8162
2021-03-23 bors[bot]Merge #8142
2021-03-23 Josh Mcguiganadd unit test to demonstrate struct fields/methods...
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-22 Josh Mcguiganimplement a temporary workaround for #8058
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8135
2021-03-21 bors[bot]Merge #8128
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
2021-03-21 Lukas WirthAdd `'` to trigger_characters, allowing more direct...
2021-03-21 bors[bot]Merge #8131
2021-03-21 Kirill BulatovLess reallocations
2021-03-21 Kirill BulatovUse smart case in flyimport items lookup
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8127
2021-03-21 Lukas WirthFix incorrect scoping in while expressions
2021-03-21 bors[bot]Merge #8122
2021-03-21 Lukas WirthAdd label completion
2021-03-20 bors[bot]Merge #8124
2021-03-20 Lukas WirthAdd basic lifetime completion
2021-03-20 bors[bot]Merge #8125
2021-03-20 Lukas WirthDon't use an untyped String for ActiveParam tracking
2021-03-20 Kirill BulatovDisable unqualified assoc items completion for now
2021-03-20 Kirill BulatovDocs
2021-03-20 Kirill BulatovDo not query item search by name eagerly
2021-03-20 Kirill BulatovDo not propose assoc items without qualifiers
2021-03-19 bors[bot]Merge #8097
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8083
2021-03-18 bors[bot]Merge #8089
2021-03-18 bors[bot]Merge #8088
2021-03-18 Jonas SchievinkStore an `AstId` for procedural macros
2021-03-18 bors[bot]Merge #8082
2021-03-18 bors[bot]Merge #8081
2021-03-17 bors[bot]Merge #8065
2021-03-17 Lukas WirthBetter handling of block doc comments
2021-03-17 bors[bot]Merge #8059
2021-03-17 bors[bot]Merge #8063
2021-03-17 bors[bot]Merge #8048
2021-03-17 Matthias Krügerdon't clone types that are copy (clippy::clone_on_copy)
2021-03-17 Matthias Krügeravoid converting types into themselves via .into()...
2021-03-16 bors[bot]Merge #8042
2021-03-16 bors[bot]Merge #8034
2021-03-16 bors[bot]Merge #8052
2021-03-16 Josh Mcguiganminor style fixes per feedback on #8036
2021-03-16 bors[bot]Merge #8051
2021-03-16 Laurențiu NicolaFix more unused wariable warnings
2021-03-16 bors[bot]Merge #7498
2021-03-16 Aleksey KladovUpgrade rowan
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-16 bors[bot]Merge #8036 #8046
2021-03-16 Josh Mcguigancompletions: centralize calculation of relevance and...
2021-03-15 bors[bot]Merge #7970
2021-03-15 bors[bot]Merge #8028
2021-03-15 bors[bot]Merge #8037
2021-03-15 bors[bot]Merge #8035
2021-03-15 Lukas Wirthunqualfied_path completions aren't responsible for...
2021-03-15 bors[bot]Merge #7992
2021-03-15 Josh Mcguiganimplement function completion scoring
2021-03-15 bors[bot]Merge #8029
2021-03-15 bors[bot]Merge #8030
next