aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/complete_trait_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Avoid checking all ancestors and fix mis-completionoxalica2020-09-151-33/+215
|
* Complete trait impl immediately after type/const/fnoxalica2020-09-111-56/+119
|
* Use the same abstraction for attrs and docsAleksey Kladov2020-08-251-1/+1
| | | | | Doc comments *are* attributes, so there's no reason to have two crates here.
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Add SelfParam to code_modelAleksey Kladov2020-08-191-1/+1
|
* MinorAleksey Kladov2020-08-191-3/+3
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+488