aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt/src/buffer.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | #1856
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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