]> git.lizzy.rs Git - rust.git/history - crates/completion/src/completions/attribute.rs
Replace SyntaxKind usage with T! macro where applicable
[rust.git] / crates / completion / src / completions / attribute.rs
2021-01-10 Lukas WirthReplace SyntaxKind usage with T! macro where applicable
2021-01-10 bors[bot]Merge #6238
2021-01-10 bors[bot]Merge #7206 #7231
2021-01-10 bors[bot]Merge #7228
2021-01-10 Laurențiu NicolaAvoid string copy in complete_attribute
2021-01-08 bors[bot]Merge #7212
2021-01-08 bors[bot]Merge #7145
2021-01-07 bors[bot]Merge #7201
2021-01-07 Lukas WirthTidy up attribute completion match
2021-01-07 bors[bot]Merge #7193
2021-01-07 bors[bot]Merge #7191
2021-01-07 bors[bot]Merge #7195
2021-01-07 bors[bot]Merge #7194
2021-01-07 bors[bot]Merge #7184
2021-01-07 Kevaundray WedderburnChange <|> to $0 - Rebase
2021-01-06 bors[bot]Merge #7177
2021-01-06 bors[bot]Merge #7172
2021-01-06 bors[bot]Merge #7176
2021-01-06 FlowerBOIIChange the should_panic completion and his related...
2021-01-06 FlowerBOIIRemove the args for the must_use attibute and change...
2021-01-06 FlowerBOIIUpdate deprecated test
2021-01-06 FlowerBOIIRemove a part of the deprecated autocompletion
2021-01-03 bors[bot]Merge #7068
2021-01-01 bors[bot]Merge #7080
2021-01-01 bors[bot]Merge #7116
2021-01-01 bors[bot]Merge #7102
2020-12-31 bors[bot]Merge #7071
2020-12-31 bors[bot]Merge #7106
2020-12-31 bors[bot]Merge #7105
2020-12-31 bors[bot]Merge #7104
2020-12-31 Lukas WirthRemove some unneeded string allocations
2020-12-20 bors[bot]Merge #6921
2020-12-20 bors[bot]Merge #6929
2020-12-19 bors[bot]Merge #6953
2020-12-19 bors[bot]Merge #6946
2020-12-19 Kirill BulatovKeep the original completion order in tests
2020-12-14 bors[bot]Merge #6817
2020-12-12 bors[bot]Merge #6818
2020-12-11 bors[bot]Merge #6813
2020-12-11 bors[bot]Merge #6816
2020-12-11 Aleksey KladovUse natural trait ordering in derive completion
2020-12-07 bors[bot]Merge #6719
2020-12-07 bors[bot]Merge #6731
2020-12-06 bors[bot]Merge #6733
2020-12-06 Lukas WirthUpdate attributes completion list
2020-11-03 bors[bot]Merge #6435
2020-11-02 bors[bot]Merge #6365
2020-10-28 bors[bot]Merge #6384
2020-10-27 bors[bot]Merge #6376
2020-10-26 bors[bot]Merge #6257
2020-10-26 bors[bot]Merge #6351
2020-10-25 Igor AleksanovMove Completions structure definition into completions...
2020-10-25 Igor AleksanovReorganize completions structure