Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | add fix for removing unnecessary braces in use statements | gfreezy | 2018-12-25 | 3 | -23/+41 | |
|/ | ||||||
* | Merge #326 | bors[bot] | 2018-12-24 | 1 | -2/+54 | |
|\ | ||||||
| * | keep severity to Error & WeakWarning | gfreezy | 2018-12-24 | 1 | -9/+7 | |
| * | add serverity to vscode diagnostics | gfreezy | 2018-12-23 | 1 | -8/+11 | |
| * | resolved #324: remove unnecessary braces in use statement. | gfreezy | 2018-12-23 | 1 | -2/+53 | |
* | | Add make_pub_crate code action to ra_editor | Hirokazu Hata | 2018-12-24 | 2 | -2/+74 | |
|/ | ||||||
* | join lines collapses use_trees | Aleksey Kladov | 2018-12-21 | 1 | -0/+58 | |
* | fold curly blocks | Aleksey Kladov | 2018-12-20 | 1 | -15/+25 | |
* | generalize folding tests | Aleksey Kladov | 2018-12-20 | 1 | -21/+21 | |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 3 | -16/+21 | |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 3 | -87/+3 | |
* | use \b as word boundary | Bernardo | 2018-12-09 | 1 | -2/+30 | |
* | Implement and test format hook | DJMcNab | 2018-12-09 | 1 | -1/+1 | |
* | find next whitespace or begining or end | Bernardo | 2018-12-08 | 1 | -3/+3 | |
* | Merge #264 | bors[bot] | 2018-12-08 | 1 | -1/+20 | |
|\ | ||||||
| * | check for empty range when extending in comment | Bernardo | 2018-12-08 | 1 | -1/+20 | |
* | | Add a better text for hover and stop duplicating work done in approximatelly_... | DJMcNab | 2018-12-08 | 1 | -0/+55 | |
|/ | ||||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 3 | -13/+5 | |
* | Merge #252 | bors[bot] | 2018-12-02 | 2 | -7/+44 | |
|\ | ||||||
| * | Improve 'introduce variable' | Florian Diebold | 2018-12-02 | 2 | -7/+44 | |
* | | Add `derive` after doc comments | Aleksey Kladov | 2018-12-02 | 1 | -5/+36 | |
* | | Complete paths after :: | Aleksey Kladov | 2018-11-21 | 1 | -6/+1 | |
* | | 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 |