aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_pattern.rs
Commit message (Collapse)AuthorAgeFilesLines
* Auto-upgrade some insta snapshotsAleksey Kladov2019-11-151-30/+30
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Specify desirable namespace when calling resolveAleksey Kladov2019-09-131-8/+6
| | | | That way, we are able to get rid of a number of unreachable statements
* rename AdtDef -> AdtAleksey Kladov2019-09-121-1/+1
|
* make various enums "inherit" from AdtDefAleksey Kladov2019-09-121-1/+1
|
* :arrow_up: instaAleksey Kladov2019-08-291-2/+2
|
* 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
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* :arrow_up: rustcAleksey Kladov2019-05-231-30/+32
|
* hide resolverAleksey Kladov2019-04-131-1/+1
|
* remove resolver from CompletonContextAleksey Kladov2019-04-111-1/+1
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* complete patternsAleksey Kladov2019-02-241-0/+87