aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast/make.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add make::glob_use_tree function to create star-only UseTreeLukas Wirth2020-09-161-0/+4
|
* Merge #5940bors[bot]2020-09-041-0/+15
|\ | | | | | | | | | | | | | | 5940: Implement "Replace `impl Trait` function argument with the named generic" assist. r=matklad a=alekseysidorov Fixes #5085 Co-authored-by: Aleksei Sidorov <[email protected]>
| * Fix testsAleksei Sidorov2020-09-041-1/+1
| |
| * Initial implementation of the #5085 issueAleksei Sidorov2020-09-031-0/+15
| |
* | Impl make::blank_lineLukas Wirth2020-09-031-1/+11
|/
* Reduce path_from_text usageAleksey Kladov2020-08-311-0/+1
|
* Remove dead codeAleksey Kladov2020-08-311-14/+0
|
* Cleanup invert-ifAleksey Kladov2020-08-251-6/+3
| | | | | * stick to trivial factory functions in make * compress the logic for inverting Option/Result
* Invert if should be smart about is_some, is_none, is_ok, is_errdragfire2020-08-241-1/+7
|
* Remove deprecated functionAleksey Kladov2020-08-131-0/+7
|
* **Merge Imports** assist handles selfAleksey Kladov2020-08-121-0/+3
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+392