aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/remove_dbg.rs
Commit message (Expand)AuthorAgeFilesLines
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+2
* sane indexing in textAleksey Kladov2019-07-191-4/+3
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-3/+3
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+2
* apply T! macro where it is possibleSergey Parilin2019-05-151-5/+3
* switch to new rowanAleksey Kladov2019-04-011-3/+3
* Assign IDs to assistsAleksey Kladov2019-02-241-2/+2
* Fix some typosPascal Hertleif2019-02-121-4/+4
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-3/+5
* Add tests for action target rangesrobojumper2019-02-081-1/+17
* Remove unnecessary dbg! callsVille Penttinen2019-02-071-3/+2
* Add new assist to remove dbg!() callsVille Penttinen2019-02-071-0/+124