aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt/src/buffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_tt -> ttAleksey Kladov2020-08-121-185/+0
* Simlify with matches!()Veetaha2020-06-281-4/+1
* Reduce reallocations in ra_tt::buffer::TokenBuffer::new_innerSimon Vandel Sillesen2020-05-161-1/+3
* Silence some warningsLaurențiu Nicola2019-11-021-2/+2
* 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