Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo format | Adolfo Ochagavía | 2018-11-16 | 1 | -14/+98 |
* | Rename col to col_utf16 | Adolfo Ochagavía | 2018-11-16 | 1 | -17/+17 |
* | Support UTF-16 chars in LineIndex | Adolfo Ochagavía | 2018-11-16 | 1 | -106/+197 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 7 | -38/+51 |
* | Rustfmt to pass CI | Jeremy A. Kolb | 2018-11-07 | 1 | -3/+9 |
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+25 |
* | Merge #188 | bors[bot] | 2018-11-05 | 1 | -2/+10 |
|\ | |||||
| * | Introduce Location and make SyntaxError fields private | Adolfo Ochagavía | 2018-11-05 | 1 | -2/+10 |
| * | Introduce SyntaxErrorKind and TextRange in SyntaxError | Adolfo Ochagavía | 2018-11-04 | 1 | -2/+2 |
* | | Introduce var works with tail exprs | Aleksey Kladov | 2018-11-05 | 1 | -11/+45 |
|/ | |||||
* | Remove DOC_COMMENT | Jeremy A. Kolb | 2018-10-31 | 1 | -1/+1 |
* | Reformat all | Aleksey Kladov | 2018-10-31 | 3 | -11/+13 |
* | remove old completion | Aleksey Kladov | 2018-10-31 | 5 | -1100/+1 |
* | move resolve local name | Aleksey Kladov | 2018-10-31 | 3 | -83/+2 |
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -1/+2 |
* | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 2 | -0/+8 |
* | switch to TextRange::subrange | Aleksey Kladov | 2018-10-30 | 1 | -2/+1 |
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 2 | -14/+18 |
* | Simplify | Aleksey Kladov | 2018-10-24 | 1 | -3/+1 |
* | complete pub(crate) | Aleksey Kladov | 2018-10-23 | 1 | -2/+8 |
* | Restore folding import groups | Adolfo Ochagavía | 2018-10-23 | 1 | -6/+97 |
* | Merge #138 | bors[bot] | 2018-10-22 | 6 | -18/+18 |
|\ | |||||
| * | Rename new to new_item (to match new_impl) | Alan Du | 2018-10-22 | 1 | -9/+9 |
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 2 | -11/+11 |
| * | Fix function calls | Alan Du | 2018-10-18 | 1 | -1/+1 |
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 2 | -11/+11 |
| * | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 3 | -7/+7 |
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 1 | -1/+1 |
* | | Merge #143 | bors[bot] | 2018-10-20 | 1 | -1/+0 |
|\ \ | |/ |/| | |||||
| * | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 1 | -1/+0 |
* | | Update rowan | Aleksey Kladov | 2018-10-17 | 1 | -3/+3 |
|/ | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 13 | -395/+612 |
* | start salsa migration | Aleksey Kladov | 2018-10-15 | 2 | -2/+2 |
* | switch editor to 2018 | Aleksey Kladov | 2018-10-15 | 9 | -13/+13 |
* | 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 |
* | Merge #122 | bors[bot] | 2018-10-11 | 4 | -15/+14 |
|\ | |||||
| * | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 4 | -15/+14 |
* | | Merge #116 | bors[bot] | 2018-10-11 | 1 | -58/+137 |
|\ \ | |/ |/| | |||||
| * | Remove smart multiline comment join | Adolfo Ochagavía | 2018-10-11 | 1 | -22/+23 |
| * | Add tests | Adolfo Ochagavía | 2018-10-11 | 1 | -0/+56 |
| * | Remove nesting | Adolfo Ochagavía | 2018-10-11 | 1 | -75/+68 |
| * | Use Comment wrapper | Adolfo Ochagavía | 2018-10-11 | 1 | -36/+16 |
| * | Collapse comments upon join | Adolfo Ochagavía | 2018-10-10 | 1 | -15/+64 |
* | | Report errors only once | Adolfo Ochagavía | 2018-10-10 | 1 | -14/+3 |
* | | Remove error publishing through publishDecorations | Adolfo Ochagavía | 2018-10-10 | 1 | -1/+0 |
|/ | |||||
* | Merge #106 | bors[bot] | 2018-10-09 | 2 | -3/+100 |
|\ | |||||
| * | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 2 | -3/+100 |