aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_struct_literal.rs
Commit message (Collapse)AuthorAgeFilesLines
* provide completion in struct patternsEkaterina Babshukova2019-07-211-8/+7
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-2/+2
|
* complete fields in enum variantsEkaterina Babshukova2019-07-121-15/+88
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* :arrow_up: rustcAleksey Kladov2019-05-231-10/+12
|
* add union to code_modelAleksey Kladov2019-05-231-0/+1
|
* introduce SourceAnalyzerAleksey Kladov2019-04-111-9/+2
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-3/+3
|
* rename syntax_mapping as wellAleksey Kladov2019-03-021-2/+2
|
* rename syntax-mapping -> source-mapAleksey Kladov2019-03-021-1/+1
|
* move testing functionsAleksey Kladov2019-02-241-2/+2
|
* simplifyAleksey Kladov2019-02-241-2/+2
|
* introduce completion presentationAleksey Kladov2019-02-241-12/+3
| | | | | This module should remove completion rendering boilerplate from the "brains" of completion engine.
* complete fields in struct literalsAleksey Kladov2019-02-241-7/+16
|
* complete struct literalsAleksey Kladov2019-02-241-0/+64