aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/fill_match_arms.rs
Commit message (Collapse)AuthorAgeFilesLines
* Drive by lintskjeremy2019-09-231-1/+1
|
* rename AdtDef -> AdtAleksey Kladov2019-09-121-2/+2
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-1/+1
|
* refactor fill_match_arms assistEkaterina Babshukova2019-08-221-123/+72
|
* remove ast::*Kind enums from assistsAleksey Kladov2019-08-191-3/+3
|
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+2
|
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-2/+2
|
* Clippy changesJeremy Kolb2019-07-051-17/+14
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+3
| | | | | | 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
* Review 1Changyu Li2019-06-251-16/+19
|
* fill_match_arm works with trivial armironyman2019-06-241-2/+54
|
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-1/+1
| | | | - add support for other lang item targets, since we need the Deref lang item
* remove inherent source implsAleksey Kladov2019-06-111-1/+1
|
* use Source for StructFieldAleksey Kladov2019-06-111-2/+2
|
* use really correct resolver for expressionsAleksey Kladov2019-04-121-1/+1
|
* renameAleksey Kladov2019-04-111-1/+1
|
* introduce SourceAnalyzerAleksey Kladov2019-04-111-7/+3
|
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-9/+5
|
* rename syntax_mapping as wellAleksey Kladov2019-03-021-2/+2
|
* rename syntax-mapping -> source-mapAleksey Kladov2019-03-021-1/+1
|
* Assign IDs to assistsAleksey Kladov2019-02-241-2/+2
|
* Simplify test_fill_match_arm_refs test casesVille Penttinen2019-02-231-24/+0
|
* Fix fill_match_arms not working with referencesVille Penttinen2019-02-231-0/+103
|
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-3/+5
|
* Add tests for action target rangesrobojumper2019-02-081-1/+17
|
* reformat the worldAleksey Kladov2019-02-081-4/+1
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+145