aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/attribute/derive.rs
Commit message (Expand)AuthorAgeFilesLines
* Less filtering in completion testsLukas Wirth2021-06-171-5/+2
* Move test_utils into tests moduleLukas Wirth2021-06-161-2/+2
* Don't complete already used derive attributesLukas Wirth2021-06-161-20/+20
* Add builtin derives to attribute completion fixturesLukas Wirth2021-06-161-7/+67
* internal: don't #[ignore] testsAleksey Kladov2021-06-151-43/+6
* Render documentation for derive completionLukas Wirth2021-06-041-39/+41
* Only complete derive proc macros in `#[derive]`Jonas Schievink2021-05-291-2/+1
* Add some lint completion testsLukas Wirth2021-05-291-16/+22
* simplifyLukas Wirth2021-05-291-1/+1
* tt muncher timeLukas Wirth2021-05-271-0/+1
* Split attribute completion module into attribute, derive and lint modulesLukas Wirth2021-05-271-0/+141