Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix joinLines panic if run on the empty last line | Edwin Cheng | 2021-04-03 | 1 | -2/+16 |
| | |||||
* | Gifs and screenshots for features in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+2 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -19/+25 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -2/+2 |
| | | | | | | | use vec![] instead of Vec::new() + push() avoid redundant clones use chars instead of &str for single char patterns in ends_with() and starts_with() allocate some Vecs with capacity to avoid unneccessary resizing | ||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -4/+4 |
| | |||||
* | Don't add space when joining line to opening quote | Aleksey Kladov | 2021-03-02 | 1 | -12/+62 |
| | |||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | Cleanup test | Aleksey Kladov | 2021-02-09 | 1 | -20/+21 |
| | |||||
* | . | Aleksey Kladov | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 1 | -6/+6 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -62/+62 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -0/+773 |