Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move features into potential_cfg_options | Jamie Cunliffe | 2021-06-21 | 1 | -16/+2 |
| | |||||
* | Improve completion of cfg attributes | Jamie Cunliffe | 2021-06-21 | 1 | -0/+126 |
| | | | | | | | | | | | | The completion of cfg will look at the enabled cfg keys when performing completion. It will also look crate features when completing a feature cfg option. A fixed list of known values for some cfg options are provided. For unknown keys it will look at the enabled values for that cfg key, which means that completion will only show enabled options for those. | ||||
* | Complete `repr` attribute parameters | Lukas Wirth | 2021-06-17 | 1 | -0/+199 |
| | |||||
* | Less filtering in completion tests | Lukas Wirth | 2021-06-17 | 2 | -6/+2 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 2 | -3/+3 |
| | |||||
* | Don't complete already used derive attributes | Lukas Wirth | 2021-06-16 | 1 | -20/+20 |
| | |||||
* | Add builtin derives to attribute completion fixtures | Lukas Wirth | 2021-06-16 | 1 | -7/+67 |
| | |||||
* | internal: don't #[ignore] tests | Aleksey Kladov | 2021-06-15 | 1 | -43/+6 |
| | | | | See the style.md for motivation | ||||
* | Render documentation for derive completion | Lukas Wirth | 2021-06-04 | 2 | -40/+52 |
| | |||||
* | Generate default lint completions | Lukas Wirth | 2021-06-04 | 1 | -125/+2 |
| | |||||
* | Implement hover for lints | Lukas Wirth | 2021-06-04 | 1 | -54/+54 |
| | |||||
* | Only complete derive proc macros in `#[derive]` | Jonas Schievink | 2021-05-29 | 1 | -2/+1 |
| | |||||
* | Add some lint completion tests | Lukas Wirth | 2021-05-29 | 2 | -16/+55 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-29 | 2 | -2/+2 |
| | |||||
* | tt muncher time | Lukas Wirth | 2021-05-27 | 2 | -0/+2 |
| | |||||
* | Split attribute completion module into attribute, derive and lint modules | Lukas Wirth | 2021-05-27 | 2 | -0/+294 |