Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | 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 |