]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
fix: Complete functions and methods from block level impls
[rust.git] / crates / ide_completion /
2022-02-01 Lukas Wirthfix: Complete functions and methods from block level...
2022-02-01 Lukas WirthDeprioritize ops function completions for non-method...
2022-01-31 bors[bot]Merge #11182
2022-01-31 bors[bot]Merge #11384
2022-01-31 Lukas WirthComplete local fn and closure params from surrounding...
2022-01-25 bors[bot]Merge #11281
2022-01-17 bors[bot]Merge #11304
2022-01-17 Laurențiu NicolaTemporarily disable format string completions
2022-01-16 bors[bot]Merge #11287
2022-01-15 bors[bot]Merge #11293
2022-01-15 Lukas Wirthfeat: Add very simplistic ident completion for format_a...
2022-01-15 bors[bot]Merge #11292
2022-01-15 Lukas Wirthinternal: Decrease PartialOrd and PartialEq trait metho...
2022-01-14 Miloformat
2022-01-14 bors[bot]Merge #11248
2022-01-14 bors[bot]Merge #11283
2022-01-14 bors[bot]Merge #11282
2022-01-14 Lukas WirthReplace HasSource usages with Semantics equivalent
2022-01-13 bors[bot]Merge #11276
2022-01-13 bors[bot]Merge #11277
2022-01-13 Laurențiu NicolaReformat code
2022-01-12 bors[bot]Merge #11265
2022-01-12 Lukas Wirthfix: Fix postfix completion panic
2022-01-12 bors[bot]Merge #11263
2022-01-12 Lukas Wirthfix: Fix don't drop param completions when fully typing...
2022-01-11 bors[bot]Merge #11261
2022-01-11 Lukas WirthDon't complete attributes with existing expressions
2022-01-11 bors[bot]Merge #11210
2022-01-11 Lukas WirthLookup lang attribute on assoc item trait directly
2022-01-11 Lukas WirthUpdate tests
2022-01-11 Lukas Wirthfeat: Deprioritize ops methods in completion
2022-01-08 bors[bot]Merge #11107
2022-01-07 bors[bot]Merge #11145
2022-01-07 bors[bot]Merge #11194
2022-01-06 bors[bot]Merge #11218
2022-01-06 Wang RuochenCorrect has_ref detection
2022-01-06 bors[bot]Merge #11193
2022-01-06 bors[bot]Merge #11208
2022-01-05 bors[bot]Merge #11204
2022-01-05 bors[bot]Merge #11195 #11202
2022-01-05 bors[bot]Merge #11201
2022-01-05 Lukas Wirthfix: Fix completions not considering ancestor items...
2022-01-05 bors[bot]Merge #11200
2022-01-04 bors[bot]Merge #11190
2022-01-04 Eduardo Canellasrefactor: apply review suggestions
2022-01-04 bors[bot]Merge #11112
2022-01-04 Eduardo Canellasremove forgotten dbg macro
2022-01-04 Eduardo Canellasimprove logic for trailing comma addition
2022-01-04 Eduardo Canellasfix(completions): improve fn_param
2022-01-04 bors[bot]Merge #11157
2022-01-04 bors[bot]Merge #11184
2022-01-04 bors[bot]Merge #11186
2022-01-04 Lukas Wirthminor: Simplify
2022-01-03 bors[bot]Merge #11061
2022-01-03 bors[bot]Merge #11115
2022-01-03 bors[bot]Merge #11088
2022-01-01 bors[bot]Merge #11158
2022-01-01 Lukas Wirthfix: Enable completions for `<_>::$0`
2022-01-01 bors[bot]Merge #11156
2022-01-01 Lukas Wirthinternal: Record unresolved derive invocations in hir
2021-12-28 bors[bot]Merge #11134
2021-12-28 Aleksey Kladovintroduce hacks module
2021-12-28 bors[bot]Merge #11131
2021-12-28 Aleksey Kladovavoid speculation when completing macros
2021-12-27 bors[bot]Merge #11125
2021-12-27 Aleksey Kladovminor
2021-12-22 bors[bot]Merge #11093
2021-12-22 Lukas Wirthfix: Do not complete `Drop::drop`, complete `std::mem...
2021-12-21 bors[bot]Merge #11092
2021-12-21 Lukas Wirthinternal: Directly use self param in completions instea...
2021-12-21 bors[bot]Merge #11071 #11090
2021-12-21 bors[bot]Merge #11089
2021-12-21 Lukas WirthSimplify
2021-12-21 Lukas WirthReplace a few String instances with SmolStr in completions
2021-12-21 Lukas WirthFully render type alias completions from hir
2021-12-21 Lukas WirthFully render const item completions from hir
2021-12-21 bors[bot]Merge #11086
2021-12-21 Lukas Wirthfmt +stable
2021-12-21 Lukas WirthSimplify type alias rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify macro rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify const rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify enum variant rendering, remove constructor...
2021-12-21 Lukas WirthSimplify function rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify
2021-12-20 bors[bot]Merge #11074
2021-12-20 bors[bot]Merge #11073
2021-12-20 bors[bot]Merge #11069
2021-12-20 bors[bot]Merge #11067
2021-12-20 Lukas Wirthinternal: Store function param names in ItemTree
2021-12-20 bors[bot]Merge #11028
2021-12-20 Lukas WirthSimplify
2021-12-20 bors[bot]Merge #11062
2021-12-18 bors[bot]Merge #11042
2021-12-18 bors[bot]Merge #11047
2021-12-18 bors[bot]Merge #11035
2021-12-18 k-nasarefactor: chain iter
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 bors[bot]Merge #10527
2021-12-17 Lukas WirthUpdate tests
next