aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/text_edit.rs
Commit message (Expand)AuthorAgeFilesLines
* move to to_usize()Veetaha2020-02-091-3/+3
* introduce SingleFileChangeAleksey Kladov2019-10-251-0/+18
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* reformat the worldAleksey Kladov2019-02-081-3/+1
* upstream text-utils to text_unitAleksey Kladov2019-01-081-2/+1
* more enterprisey assists APIAleksey Kladov2019-01-031-4/+1
* remove benchmark and simplify testsBernardo2018-12-251-6/+9
* hide atom edits a bitAleksey Kladov2018-12-211-2/+2
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-111-0/+84