aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Start stdxAleksey Kladov2020-03-281-2/+2
| | | | This crate will hold everything to small to be worth publishing
* Use more generic public apiKirill Bulatov2020-03-241-0/+1
|
* update itertools version to 0.9.0Josh Mcguigan2020-03-231-1/+1
|
* implement fill match arm assist for tuple of enumsJosh Mcguigan2020-03-231-0/+1
|
* Remove unused dependenciesShotaro Yamada2020-02-271-1/+0
|
* Update versionsKirill Bulatov2020-02-181-2/+2
|
* Make assists use ImportsLocator directlyAleksey Kladov2020-02-061-0/+1
|
* Add profiling around add_impl_membersAleksey Kladov2020-02-061-0/+1
| | | | | | | | | This intention is pretty slow for `impl Interator`, because it has a ton of default methods which need to be substituted. The proper fix here is to not compute the actual edit until the user triggers the action, but that's awkward to do in the LSP right now, so let's just put a profiling code for now.
* itertools::Either -> either::EitherKirill Bulatov2020-01-151-1/+1
|
* Use FxHashMapFlorian Diebold2020-01-111-0/+1
|
* Disable doctestsAleksey Kladov2019-11-171-0/+3
|
* Add ast for plain and raw string literalsAleksey Kladov2019-11-161-1/+0
|
* Remove unused dependenciesShotaro Yamada2019-10-121-3/+0
|
* feat(assists): Make raw string unescapedGeobert Quach2019-09-261-0/+1
|
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-251-0/+1
|
* :arrow_up: once_cellAleksey Kladov2019-09-011-1/+1
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-0/+1
|
* switch to once_cell from lazy_staticAleksey Kladov2019-05-071-1/+1
|
* start structured editing APIAleksey Kladov2019-04-211-0/+2
|
* add marks to assistsAleksey Kladov2019-02-241-2/+0
|
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-0/+1
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-081-1/+1
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+17