aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_struct_literal.rs
Commit message (Collapse)AuthorAgeFilesLines
* :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