Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fold curly blocks | Aleksey Kladov | 2018-12-20 | 1 | -15/+25 |
* | generalize folding tests | Aleksey Kladov | 2018-12-20 | 1 | -21/+21 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -3/+3 |
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -2/+10 |
* | Restore folding import groups | Adolfo Ochagavía | 2018-10-23 | 1 | -6/+97 |
* | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 1 | -2/+2 |
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -16/+20 |
* | Improve tests | Adolfo Ochagavía | 2018-10-13 | 1 | -22/+33 |
* | Only fold groups of similar comments | Adolfo Ochagavía | 2018-10-13 | 1 | -27/+30 |
* | Cleanup fold code and split logic to fold single elements | Adolfo Ochagavía | 2018-10-12 | 1 | -38/+69 |
* | Fold multiline comments | Adolfo Ochagavía | 2018-10-12 | 1 | -19/+19 |
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -3/+3 |
* | Make siblings an inherent method | Aleksey Kladov | 2018-10-02 | 1 | -2/+2 |
* | make ancestors and descendants inherent | Aleksey Kladov | 2018-10-02 | 1 | -5/+3 |
* | Unit Tests | Jeremy A. Kolb | 2018-09-24 | 1 | -0/+56 |
* | Split folding ranges into editor and lsp parts | Jeremy A. Kolb | 2018-09-24 | 1 | -0/+86 |