aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt/src/buffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
* Fix clippy::needless_returnAlan Du2019-06-041-1/+1
* unnecessary paranthesisEdwin Cheng2019-06-021-1/+1
* Store referece in tokenbufferEdwin Cheng2019-06-021-22/+22
* Add more helper func in CursorEdwin Cheng2019-05-271-0/+15
* Use slice instead of VecEdwin Cheng2019-05-231-4/+4
* Introduce TokenBufferEdwin Cheng2019-05-221-0/+169