Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add search scope stuct | Aleksey Kladov | 2019-10-24 | 1 | -13/+30 | |
| | ||||||
* | add some profiling calls | Aleksey Kladov | 2019-10-24 | 3 | -0/+10 | |
| | ||||||
* | some fixes, add docs | Ekaterina Babshukova | 2019-10-22 | 5 | -72/+73 | |
| | ||||||
* | support items that visible to the parent module | Ekaterina Babshukova | 2019-10-22 | 3 | -5/+68 | |
| | ||||||
* | classify module from declaration | Ekaterina Babshukova | 2019-10-22 | 3 | -8/+44 | |
| | ||||||
* | fix highlighting | Ekaterina Babshukova | 2019-10-22 | 2 | -2/+2 | |
| | ||||||
* | remove SearchScope | Ekaterina Babshukova | 2019-10-22 | 2 | -10/+6 | |
| | ||||||
* | use Lazy, some fixes | Ekaterina Babshukova | 2019-10-22 | 8 | -43/+49 | |
| | ||||||
* | remove `unreachable!()` | Ekaterina Babshukova | 2019-10-22 | 4 | -15/+18 | |
| | ||||||
* | replace trait by a bunch of functions | Ekaterina Babshukova | 2019-10-22 | 8 | -272/+225 | |
| | ||||||
* | restructure a bit | Ekaterina Babshukova | 2019-10-22 | 10 | -699/+869 | |
| | ||||||
* | classify definition of a function right | Ekaterina Babshukova | 2019-10-22 | 1 | -0/+3 | |
| | ||||||
* | some fixes, add tests | Ekaterina Babshukova | 2019-10-22 | 3 | -39/+52 | |
| | ||||||
* | implement search of references | Ekaterina Babshukova | 2019-10-22 | 3 | -76/+134 | |
| | ||||||
* | find scope for `Declaration` item | Ekaterina Babshukova | 2019-10-22 | 4 | -46/+86 | |
| | ||||||
* | return Declaration from classify_name_ref | Ekaterina Babshukova | 2019-10-22 | 5 | -181/+284 | |
| | ||||||
* | return Declaration from classify_name | Ekaterina Babshukova | 2019-10-22 | 2 | -36/+59 | |
| | ||||||
* | replace a chain of `if let` by macro | Ekaterina Babshukova | 2019-10-22 | 2 | -216/+86 | |
| | ||||||
* | refactor name_ref_kind.rs | Ekaterina Babshukova | 2019-10-22 | 6 | -64/+61 | |
| | ||||||
* | initial classify_name | Ekaterina Babshukova | 2019-10-22 | 6 | -34/+318 | |
| | ||||||
* | Guess macro braces from docs | oxalica | 2019-10-20 | 2 | -7/+91 | |
| | ||||||
* | relative-path 1.0 | kjeremy | 2019-10-17 | 1 | -1/+1 | |
| | ||||||
* | Merge #2012 | bors[bot] | 2019-10-17 | 2 | -2/+77 | |
|\ | | | | | | | | | | | | | | | 2012: #1435 postfix completion for integer literals r=matklad a=pasa Fix for #1435 Incorrect postfix completion for integer literals Co-authored-by: Sergey Parilin <[email protected]> | |||||
| * | #1435 postfix completion for integer literals | Sergey Parilin | 2019-10-14 | 2 | -2/+77 | |
| | | ||||||
* | | Merge #2008 | bors[bot] | 2019-10-14 | 6 | -8/+31 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 2008: Prepare SourceDatabase API for lazy file loading r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Prepare SourceDatabase API for lazy file loading | Aleksey Kladov | 2019-10-14 | 6 | -8/+31 | |
| |/ | ||||||
* / | Use correct db type | kjeremy | 2019-10-11 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #1994 | bors[bot] | 2019-10-11 | 1 | -2/+9 | |
|\ | | | | | | | | | | | | | | | 1994: remove last traces of source roots from hir r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | remove last traces of source roots from hir | Aleksey Kladov | 2019-10-11 | 1 | -2/+9 | |
| | | ||||||
* | | Use `original_file` instead of `as_original_file` | Shotaro Yamada | 2019-10-10 | 2 | -4/+4 | |
|/ | ||||||
* | tweak fn labels in completion | Aleksey Kladov | 2019-10-10 | 4 | -36/+33 | |
| | ||||||
* | if completion does auto-insertion, indicate this in the label | Aleksey Kladov | 2019-10-10 | 5 | -475/+562 | |
| | ||||||
* | Merge #1973 | bors[bot] | 2019-10-09 | 1 | -56/+84 | |
|\ | | | | | | | | | | | | | | | 1973: add <> for type aliases as well r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | add <> for type aliases as well | Aleksey Kladov | 2019-10-09 | 1 | -52/+80 | |
| | | ||||||
| * | smal cleanup | Aleksey Kladov | 2019-10-09 | 1 | -5/+5 | |
| | | ||||||
* | | Merge #1972 | bors[bot] | 2019-10-09 | 1 | -0/+3 | |
|\ \ | |/ |/| | | | | | | | | | | | 1972: extend selection correctly handles commas in tuples r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | extend selection correctly handles commas in tuples | Aleksey Kladov | 2019-10-09 | 1 | -0/+3 | |
| | | ||||||
* | | add `<>` when completing generic types | Aleksey Kladov | 2019-10-08 | 4 | -78/+198 | |
| | | ||||||
* | | simplify | Aleksey Kladov | 2019-10-08 | 1 | -4/+5 | |
| | | ||||||
* | | refactor | Aleksey Kladov | 2019-10-08 | 1 | -8/+15 | |
|/ | ||||||
* | Merge #1969 | bors[bot] | 2019-10-08 | 3 | -2/+6 | |
|\ | | | | | | | | | | | | | | | 1969: restore coloring of attributes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | restore coloring of attributes | Aleksey Kladov | 2019-10-08 | 2 | -1/+4 | |
| | | ||||||
| * | use slightly more idiomatic api for cfg | Aleksey Kladov | 2019-10-08 | 1 | -1/+2 | |
| | | ||||||
* | | Address comments: fix docs, add completion test for `Self`. | ice1000 | 2019-10-08 | 1 | -0/+29 | |
| | | ||||||
* | | Support inferring `Self` type in enum definitions | ice1000 | 2019-10-08 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: ice1000 <[email protected]> | |||||
* | Merge #1960 | bors[bot] | 2019-10-05 | 8 | -289/+312 | |
|\ | | | | | | | | | | | | | | | 1960: Replace AST visitors with macro r=viorina a=viorina Fixes #1672. Co-authored-by: Ekaterina Babshukova <[email protected]> | |||||
| * | replace AST visitors with macro | Ekaterina Babshukova | 2019-10-05 | 8 | -289/+312 | |
| | | ||||||
* | | Refactor CfgOptions inside | uHOOCCOOHu | 2019-10-02 | 1 | -1/+0 | |
| | | ||||||
* | | Enable CfgOptions `test` for workspace crates | uHOOCCOOHu | 2019-10-02 | 3 | -4/+12 | |
|/ | ||||||
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 3 | -7/+7 | |
|\ | | | | | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs |