]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
Merge #11248
[rust.git] / crates / ide_completion /
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
2021-12-17 Laurențiu NicolaSpelling nits
2021-12-17 Lukas WirthAdd a few default snippets for VSCode
2021-12-17 bors[bot]Merge #11040
2021-12-17 Lukas Wirthfix: Don't duplicate attribute completions
2021-12-16 k-nasaAdd clippy lint group to attribute auto compleme
2021-12-15 bors[bot]Merge #11017
2021-12-15 iDawerBump MSRV (1.57)
2021-12-15 bors[bot]Merge #11021
2021-12-14 bors[bot]Merge #11011
2021-12-14 Lukas Wirth`match_ast!` takes a pattern to allow underscore usage
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11002
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
next