]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
Don't insert `}` when typing `{` in string
[rust.git] / crates / ide_completion /
2021-06-20 bors[bot]Merge #9345
2021-06-20 Aleksey Kladovfix: don't add duplicate `&` during completion
2021-06-20 bors[bot]Merge #9344
2021-06-20 bors[bot]Merge #9328
2021-06-19 bors[bot]Merge #9338
2021-06-18 bors[bot]Merge #9334
2021-06-18 Lukas WirthAllow to disable import insertion on single path glob...
2021-06-18 bors[bot]Merge #9332
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 bors[bot]Merge #9331
2021-06-18 Aleksey Kladovinternal: use minicore deref more
2021-06-18 bors[bot]Merge #9330
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 bors[bot]Merge #9321
2021-06-18 rdambrosioLift ast -> hir out of the for_each
2021-06-18 rdambrosioRemove extra whitespace
2021-06-17 rdambrosioFeat: inline generics in const and func trait completions
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9318
2021-06-17 Lukas WirthComplete `repr` attribute parameters
2021-06-17 bors[bot]Merge #9316
2021-06-17 Aleksey Kladovinternal: add default to minicore
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas WirthNest all the or-patterns!
2021-06-17 Lukas WirthDon't complete keywords in attributes inside expressions
2021-06-17 bors[bot]Merge #9312
2021-06-17 Lukas WirthCorrect completions in items tests
2021-06-17 Lukas WirthMove item specific completion tests
2021-06-17 Lukas WirthLess filtering in completion tests
2021-06-17 bors[bot]Merge #9310
2021-06-17 Lukas WirthFix incorrect completions in empty braced use statement
2021-06-17 Lukas WirthRefine `self`, `super` and `crate` completion in use...
2021-06-17 Lukas WirthMove out and rewrite UseTree completion tests
2021-06-16 bors[bot]Merge #9304
2021-06-16 bors[bot]Merge #9301
2021-06-16 Lukas WirthMove test_utils into tests module
2021-06-16 Lukas WirthDon't complete paths after attributes
2021-06-16 Lukas WirthDon't show incorrect completions after unsafe or visibl...
2021-06-16 Lukas WirthDon't complete visibility accessors after existing...
2021-06-16 Lukas WirthStart refactoring ide_completion tests
2021-06-16 bors[bot]Merge #9302
2021-06-16 Lukas WirthDon't complete already used derive attributes
2021-06-16 Lukas WirthAdd builtin derives to attribute completion fixtures
2021-06-16 bors[bot]Merge #9258
2021-06-16 bors[bot]Merge #9300
2021-06-16 Lukas WirthSimplify
2021-06-16 bors[bot]Merge #9299
2021-06-16 Lukas WirthFilter out non-type completions in the respective compl...
2021-06-16 bors[bot]Merge #9297
2021-06-16 Aleksey Kladovinternal: add deref_mut to minicore
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-15 bors[bot]Merge #9293
2021-06-15 bors[bot]Merge #9294
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 bors[bot]Merge #9292
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 bors[bot]Merge #9290
2021-06-15 Aleksey Kladovinternal: don't #[ignore] tests
2021-06-14 bors[bot]Merge #9272
2021-06-14 bors[bot]Merge #9270
2021-06-14 Lukas WirthAdd assoc type in trait bound completion test
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-14 Jadetree-wide: make rustdoc links spiky so they are clickable
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
next