aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion/presentation.rs
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of MockAnalysisAleksey Kladov2020-10-021-2/+2
|
* Trim mut keyword in fn completionadamrk2020-09-021-1/+22
|
* Remove exposing unificationadamrk2020-09-021-1/+1
|
* Collect locals in contextadamrk2020-09-021-11/+6
|
* Add back Param structadamrk2020-09-011-1/+1
|
* Add references to fn args during completionadamrk2020-08-301-2/+105
|
* 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-3/+1
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+1229