aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_custom_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace SepBy with ItertoolsAleksey Kladov2020-08-121-2/+2
|
* Finalize attribute grammarAleksey Kladov2020-07-301-2/+2
|
* Move AssistKind into AssistIdkjeremy2020-07-021-1/+1
|
* Categorize assistsJeremy Kolb2020-07-021-2/+2
|
* Add snippet support for some assistsAleksey Kladov2020-05-191-25/+26
|
* Use back ticks instead of single quotes around codeTrevor Spiteri2020-05-141-1/+1
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-3/+6
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-3/+2
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Switch to TryFromAleksey Kladov2020-04-251-2/+2
|
* Convert code to text-sizeAleksey Kladov2020-04-251-4/+4
|
* Start stdxAleksey Kladov2020-03-281-9/+5
| | | | This crate will hold everything to small to be worth publishing
* Cleanup importsAleksey Kladov2020-03-191-2/+2
|
* More manual clippy fixesKirill Bulatov2020-02-181-2/+2
|
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-2/+2
|
* Name assist handlersAleksey Kladov2020-02-071-0/+209