Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -4/+1 |
| | |||||
* | Reduce reallocations in ra_tt::buffer::TokenBuffer::new_inner | Simon Vandel Sillesen | 2020-05-16 | 1 | -1/+3 |
| | |||||
* | Silence some warnings | Laurențiu Nicola | 2019-11-02 | 1 | -2/+2 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -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_return | Alan Du | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | unnecessary paranthesis | Edwin Cheng | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Store referece in tokenbuffer | Edwin Cheng | 2019-06-02 | 1 | -22/+22 |
| | |||||
* | Add more helper func in Cursor | Edwin Cheng | 2019-05-27 | 1 | -0/+15 |
| | |||||
* | Use slice instead of Vec | Edwin Cheng | 2019-05-23 | 1 | -4/+4 |
| | |||||
* | Introduce TokenBuffer | Edwin Cheng | 2019-05-22 | 1 | -0/+169 |