]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/render.rs
Move more things into PathCompletionContext
[rust.git] / crates / ide_completion / src / render.rs
2021-06-07 Lukas WirthMove more things into PathCompletionContext
2021-05-31 bors[bot]Merge #8952
2021-05-31 bors[bot]Merge #9079
2021-05-31 bors[bot]Merge #9039
2021-05-31 Lukas WirthAdd config setting for self-on-the-fly
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-30 bors[bot]Merge #9062
2021-05-27 bors[bot]Merge #8997
2021-05-27 bors[bot]Merge #9005
2021-05-26 bors[bot]Merge #9017
2021-05-26 bors[bot]Merge #9016
2021-05-26 Lukas WirthSet `record_pat_syntax` more precisely in CompletionContext
2021-05-26 bors[bot]Merge #8995
2021-05-26 bors[bot]Merge #9015
2021-05-26 Lukas WirthMerge pattern completion related bools into an enum
2021-05-25 bors[bot]Merge #8767
2021-05-25 bors[bot]Merge #8942
2021-05-24 bors[bot]Merge #8955
2021-05-23 bors[bot]Merge #8945
2021-05-23 Florian DieboldInfer correct expected type for generic struct fields
2021-05-22 bors[bot]Merge #8901
2021-05-21 bors[bot]Merge #8856
2021-05-21 Florian DieboldFix compilation of hir and ide crates
2021-04-08 bors[bot]Merge #8207
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 #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 Josh Mcguiganimplement a temporary workaround for #8058
2021-03-21 bors[bot]Merge #8128
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8127
2021-03-21 bors[bot]Merge #8122
2021-03-21 Lukas WirthAdd label completion
2021-03-20 bors[bot]Merge #8124
2021-03-20 bors[bot]Merge #8125
2021-03-20 Lukas WirthDon't use an untyped String for ActiveParam tracking
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-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 bors[bot]Merge #7498
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 #8035
2021-03-15 bors[bot]Merge #7992
2021-03-15 Josh Mcguiganimplement function completion scoring
2021-03-15 bors[bot]Merge #8030
2021-03-15 bors[bot]Merge #8020
2021-03-15 bors[bot]Merge #8027
2021-03-15 Josh Mcguiganremove expected_name_and_type method on completion...
2021-03-15 bors[bot]Merge #8015
2021-03-15 bors[bot]Merge #8008
2021-03-15 bors[bot]Merge #8018
2021-03-15 Josh Mcguiganupdate algorithm for determining expected type of compl...
2021-03-15 bors[bot]Merge #8021 #8022
2021-03-15 bors[bot]Merge #7966
2021-03-14 bors[bot]Merge #8017
2021-03-14 bors[bot]Merge #8014
2021-03-14 Josh Mcguiganincrease completion relevance for items in local scope
2021-03-14 bors[bot]Merge #7993
2021-03-14 ivan770Skip ref_match on same types, remove sorting in tests
2021-03-13 ivan770Added both references and original matches to tests
2021-03-13 ivan770Fix incorrect DerefMut test reference type
2021-03-13 ivan770Make relevance tests display references, suggest derefs...
2021-03-13 bors[bot]Merge #7799
2021-03-13 ivan770Simplify call site and deref completion test
2021-03-13 bors[bot]Merge #7994
2021-03-13 ivan770Count derefs as matched types if possible
2021-03-12 Josh Mcguiganshow function params in completion detail
2021-03-12 bors[bot]Merge #7956
2021-03-12 bors[bot]Merge #7904
2021-03-12 Josh Mcguiganadd completion relevance score
2021-03-12 bors[bot]Merge #7978
2021-03-12 Aleksey KladovUnify naming
2021-03-12 bors[bot]Merge #7974
2021-03-11 yonip23use references in CompletionItem's builder
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7878
2021-03-09 bors[bot]Merge #7945
next