]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
internal: use cov-mark rather than bailing out diagnostic
[rust.git] / crates / ide_completion /
2021-06-13 bors[bot]Merge #9244
2021-06-13 bors[bot]Merge #9243
2021-06-13 Aleksey Kladovinternal: check that coverage marks are always paired
2021-06-13 bors[bot]Merge #9242
2021-06-13 bors[bot]Merge #9240
2021-06-13 Maan2003clippy::redundant_field_names
2021-06-13 Maan2003clippy::redundant_closure
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-12 bors[bot]Merge #9239
2021-06-12 bors[bot]Merge #9238
2021-06-12 Aleksey Kladovinternal: cross-crate cov-marks
2021-06-12 bors[bot]Merge #9237
2021-06-12 bors[bot]Merge #9236
2021-06-12 Kirill BulatovFix some typos in flyimport docs
2021-06-11 bors[bot]Merge #9204
2021-06-11 bors[bot]Merge #9223
2021-06-11 Lukas WirthComplete associated types in dyn and impl trait
2021-06-11 bors[bot]Merge #9219
2021-06-11 Lukas WirthReplace some AssocItem::containing_trait calls trait_or...
2021-06-11 bors[bot]Merge #9218
2021-06-11 bors[bot]Merge #9217
2021-06-11 bors[bot]Merge #9216
2021-06-11 Lukas WirthDon't allow lookup by self for unprefixed self access...
2021-06-11 bors[bot]Merge #9192
2021-06-10 bors[bot]Merge #9202
2021-06-09 bors[bot]Merge #9195
2021-06-09 Lukas WirthSimplify
2021-06-09 bors[bot]Merge #9193
2021-06-09 Lukas WirthImplement dummy expansions for builtin attributes
2021-06-09 bors[bot]Merge #9191
2021-06-08 bors[bot]Merge #9183
2021-06-08 bors[bot]Merge #9187
2021-06-08 bors[bot]Merge #9181 #9182
2021-06-08 Lukas WirthAdd tests checking no value completion in type pos
2021-06-08 Jonas Schievinkfix: don't complete derive macros as fn-like macros
2021-06-08 Lukas WirthDon't complete values in type position
2021-06-08 bors[bot]Merge #9177
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9171
2021-06-07 Lukas Wirthsimplify
2021-06-07 bors[bot]Merge #9170
2021-06-07 Lukas WirthRemove unnecessary completion::macro_in_item_position
2021-06-07 bors[bot]Merge #9169
2021-06-07 Lukas WirthReorder CompletionContext fields
2021-06-07 bors[bot]Merge #9144
2021-06-07 bors[bot]Merge #9166
2021-06-07 bors[bot]Merge #9164
2021-06-07 Lukas WirthMove more things into PathCompletionContext
2021-06-06 Lukas WirthSimplify CompletionContext by introducing a path CallKi...
2021-06-05 bors[bot]Merge #9149
2021-06-05 bors[bot]Merge #9150
2021-06-05 bors[bot]Merge #9140
2021-06-05 bors[bot]Merge #9148
2021-06-05 bors[bot]Merge #9146
2021-06-05 Lukas WirthFix incorrect list nesting in format_like feature descr...
2021-06-04 Lukas WirthComplete third-party attributes
2021-06-04 Lukas WirthRender documentation for derive completion
2021-06-04 bors[bot]Merge #9138
2021-06-04 Lukas WirthGenerate default lint completions
2021-06-04 Lukas WirthImplement hover for lints
2021-06-03 bors[bot]Merge #9130
2021-06-03 bors[bot]Merge #9129
2021-06-03 Matthias KrügerNFC: remove redundant clones (clippy::perf)
2021-06-03 bors[bot]Merge #9104
2021-06-03 bors[bot]Merge #9105
2021-06-02 bors[bot]Merge #9108
2021-06-02 bors[bot]Merge #9112
2021-06-02 bors[bot]Merge #9111
2021-06-02 bors[bot]Merge #9110
2021-06-02 Lukas WirthRemove obsolete is_new_item field on CompletionContext
2021-06-02 Lukas WirthAdd MethodCall and FieldAccess variants to ImmediateLoc...
2021-06-01 bors[bot]Merge #9097
2021-06-01 Jonas SchievinkImplement per-edition preludes
2021-05-31 bors[bot]Merge #8952
2021-05-31 bors[bot]Merge #9079
2021-05-31 Lukas WirthDon't take the parent kind of trailing attributes in...
2021-05-31 bors[bot]Merge #9039
2021-05-31 Lukas WirthAdd config setting for self-on-the-fly
2021-05-31 Lukas WirthMove unprefixed field/method completion to `dot`
2021-05-31 Lukas WirthLess strings, more hir::Names
2021-05-31 Lukas WirthComplete `self.` prefixed fields and methods inside...
2021-05-31 bors[bot]Merge #8866
2021-05-31 bors[bot]Merge #9060
2021-05-31 bors[bot]Merge #9077
2021-05-31 Lukas WirthUse `Name`s instead of Strings in the completion render...
2021-05-31 bors[bot]Merge #9025
2021-05-30 bors[bot]Merge #9069
2021-05-30 bors[bot]Merge #9068
2021-05-30 Lukas WirthMove more fields to `ImmediateLocation`
2021-05-30 bors[bot]Merge #9064
2021-05-30 Lukas WirthFix incorrect prefer_inner calls on some attribute...
2021-05-30 bors[bot]Merge #9062
2021-05-29 bors[bot]Merge #9059
2021-05-29 Jonas SchievinkOnly complete derive proc macros in `#[derive]`
2021-05-29 bors[bot]Merge #9051
2021-05-29 bors[bot]Merge #9048
2021-05-29 Lukas WirthAdd some lint completion tests
2021-05-29 bors[bot]Merge #9027
2021-05-29 Lukas Wirthsimplify
2021-05-28 bors[bot]Merge #9041
next