Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extend selection inside a string literal should select a word first | gfreezy | 2019-01-02 | 2 | -5/+21 |
| | |||||
* | Merge #404 | bors[bot] | 2019-01-02 | 9 | -298/+329 |
|\ | | | | | | | | | | | | | | | 404: Move FileSymbol to ra_analysis r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | fix tests | Aleksey Kladov | 2019-01-02 | 1 | -5/+5 |
| | | |||||
| * | make FileSymbol private | Aleksey Kladov | 2019-01-02 | 2 | -8/+7 |
| | | |||||
| * | use navigation target in API | Aleksey Kladov | 2019-01-02 | 4 | -26/+44 |
| | | |||||
| * | introduce navigation target | Aleksey Kladov | 2019-01-02 | 3 | -13/+28 |
| | | |||||
| * | move symbols to ra_analysis | Aleksey Kladov | 2019-01-02 | 6 | -256/+255 |
| | | |||||
* | | small rename | Aleksey Kladov | 2019-01-02 | 2 | -3/+3 |
| | | |||||
* | | comments | Aleksey Kladov | 2019-01-02 | 3 | -12/+35 |
| | | |||||
* | | rename | Aleksey Kladov | 2019-01-02 | 2 | -2/+2 |
| | | |||||
* | | move macro id to ids | Aleksey Kladov | 2019-01-01 | 5 | -40/+40 |
| | | |||||
* | | move more stuff to ids | Aleksey Kladov | 2019-01-01 | 6 | -185/+183 |
| | | |||||
* | | rename MFileId -> HirFileId | Aleksey Kladov | 2019-01-01 | 13 | -99/+135 |
| | | |||||
* | | introduce ids module | Aleksey Kladov | 2019-01-01 | 2 | -14/+34 |
| | | |||||
* | | add tests for macro generated items | Aleksey Kladov | 2019-01-01 | 1 | -1/+83 |
| | | |||||
* | | add items from macros to modules | Aleksey Kladov | 2019-01-01 | 3 | -12/+67 |
| | | |||||
* | | wip | Aleksey Kladov | 2019-01-01 | 2 | -47/+49 |
| | | |||||
* | | fix tests | Aleksey Kladov | 2019-01-01 | 3 | -2/+3 |
| | | |||||
* | | use MFile | Aleksey Kladov | 2019-01-01 | 7 | -30/+62 |
| | | |||||
* | | introduce MFileId | Aleksey Kladov | 2019-01-01 | 1 | -0/+7 |
| | | |||||
* | | work towards brining macros to nameres | Aleksey Kladov | 2019-01-01 | 2 | -3/+16 |
| | | |||||
* | | save top-level macros in module items | Aleksey Kladov | 2019-01-01 | 3 | -14/+18 |
| | | |||||
* | | hard-code expansion of query_group | Aleksey Kladov | 2019-01-01 | 2 | -8/+60 |
| | | |||||
* | | fix tests | Aleksey Kladov | 2019-01-01 | 2 | -2/+9 |
| | | |||||
* | | rename | Aleksey Kladov | 2019-01-01 | 4 | -19/+19 |
| | | |||||
* | | move more macros to hir | Aleksey Kladov | 2019-01-01 | 8 | -85/+127 |
| | | |||||
* | | use macros database in analysis | Aleksey Kladov | 2019-01-01 | 6 | -68/+70 |
| | | |||||
* | | introduce MacrosDatabase | Aleksey Kladov | 2019-01-01 | 2 | -0/+58 |
|/ | |||||
* | place complete_use_tree_keyword in the same mod with complete_expr_keyword | gfreezy | 2019-01-01 | 3 | -77/+67 |
| | |||||
* | move to a seperate complete_use_tree_keyword mod | gfreezy | 2019-01-01 | 3 | -64/+77 |
| | |||||
* | complete "self" and "super" | gfreezy | 2019-01-01 | 1 | -20/+44 |
| | |||||
* | complete "use crate" for "use cr" too | gfreezy | 2019-01-01 | 1 | -2/+14 |
| | |||||
* | complete crate in use stmt | gfreezy | 2019-01-01 | 1 | -0/+29 |
| | |||||
* | bump deps | Aleksey Kladov | 2019-01-01 | 1 | -3/+3 |
| | |||||
* | Fix the same bug as #396 but for bytes too | DJMcNab | 2019-01-01 | 2 | -1/+4 |
| | |||||
* | Merge #396 | bors[bot] | 2019-01-01 | 2 | -4/+10 |
|\ | | | | | | | | | | | | | | | 396: Fix the `panic` found whilst fuzzing r=matklad,me a=DJMcNab This occurred when a non-ascii character was used in an ascii escape, for example in the motivating example: `if'\xɿ`, which can be further simplified to `'\xɿ`. Co-authored-by: DJMcNab <[email protected]> | ||||
| * | Use an else if | DJMcNab | 2019-01-01 | 1 | -3/+2 |
| | | |||||
| * | Fix the `panic` found whilst fuzzing | DJMcNab | 2018-12-31 | 2 | -3/+10 |
| | | |||||
* | | Merge #395 | bors[bot] | 2018-12-31 | 5 | -26/+27 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 395: generalize r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | generalize highlighting to work with nodes | Aleksey Kladov | 2018-12-31 | 2 | -5/+5 |
| | | | |||||
| * | | generalize extend selection to work with nodes | Aleksey Kladov | 2018-12-31 | 3 | -21/+22 |
| | | | |||||
* | | | Merge #165 | bors[bot] | 2018-12-31 | 8 | -63/+288 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 165: Make modules with tests runnable r=farodin91 a=farodin91 Fixes #154 I having problems to traverse the path to module. The main problem is that module_tree only supports `FileId` and not `Module` in files. Any idea? I need to clean up the code a bit later. Co-authored-by: Jan Jansen <[email protected]> | ||||
| * | | | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 8 | -63/+288 |
| | |/ | |/| | | | | | | | Fixes #154 | ||||
* | | | Merge #393 | bors[bot] | 2018-12-31 | 2 | -1/+23 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | 393: Add a fuzzing subcommand r=matklad a=DJMcNab Part of https://github.com/rust-analyzer/rust-analyzer/issues/61#issuecomment-450641045. Co-authored-by: DJMcNab <[email protected]> | ||||
| * | | Add a fuzzing subcommand | DJMcNab | 2018-12-31 | 2 | -1/+23 |
| |/ | |||||
* | | fix icons in completion | Aleksey Kladov | 2018-12-31 | 1 | -1/+0 |
| | | |||||
* | | Merge #385 | bors[bot] | 2018-12-31 | 3 | -4/+25 |
|\ \ | |/ |/| | | | | | | | | | | | 385: Implement DocumentHighlight r=matklad a=DJMcNab Fixes #80. Co-authored-by: DJMcNab <[email protected]> | ||||
| * | Use TryConv for conversion | DJMcNab | 2018-12-31 | 1 | -2/+1 |
| | | |||||
| * | Implement DocumentHighlight | DJMcNab | 2018-12-31 | 3 | -4/+26 |
| | | |||||
* | | Bump serde_json from 1.0.33 to 1.0.34 | dependabot[bot] | 2018-12-31 | 3 | -3/+3 |
| | | | | | | | | | | | | | | Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) Signed-off-by: dependabot[bot] <[email protected]> |