Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -6/+6 |
| | |||||
* | Change the should_panic completion and his related attribute test | FlowerBOII | 2021-01-06 | 1 | -7/+3 |
| | |||||
* | Remove the args for the must_use attibute and change the related tests | FlowerBOII | 2021-01-06 | 1 | -3/+3 |
| | |||||
* | Update deprecated test | FlowerBOII | 2021-01-06 | 1 | -3/+3 |
| | |||||
* | Remove a part of the deprecated autocompletion | FlowerBOII | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | Remove some unneeded string allocations | Lukas Wirth | 2020-12-31 | 1 | -1/+1 |
| | |||||
* | Keep the original completion order in tests | Kirill Bulatov | 2020-12-19 | 1 | -8/+8 |
| | |||||
* | Use natural trait ordering in derive completion | Aleksey Kladov | 2020-12-11 | 1 | -17/+18 |
| | | | | | | | | derive(Clone, Copy) reads better than derive(Copy, Clone). However, we preserve the reverse ordering in the lookup text for sorting purposes. That way, it's convenient to type just `Ord` to derive everything. | ||||
* | Update attributes completion list | Lukas Wirth | 2020-12-06 | 1 | -3/+39 |
| | |||||
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 1 | -23/+17 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+534 |