Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary mock functions | Hirokazu Hata | 2019-01-03 | 1 | -27/+1 |
| | |||||
* | Add Analysis#teype_of test | Hirokazu Hata | 2019-01-03 | 2 | -2/+44 |
| | |||||
* | Merge #407 | bors[bot] | 2019-01-02 | 6 | -124/+64 |
|\ | | | | | | | | | | | | | | | 407: run r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | simplify runnables | Aleksey Kladov | 2019-01-02 | 6 | -124/+64 |
| | | |||||
* | | Merge #406 | bors[bot] | 2019-01-02 | 4 | -218/+203 |
|\| | | | | | | | | | | | | | | | 406: Simplify r=matklad a=matklad Get rid of `AnalysisImpl` wrapper around salsa database. It was useful before we migrated by salsa, but it's long have been just a useless boilerplate. Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | fix compilation | Aleksey Kladov | 2019-01-02 | 2 | -2/+2 |
| | | |||||
| * | doctrings | Aleksey Kladov | 2019-01-02 | 1 | -28/+62 |
| | | |||||
| * | get rid of AnalysisImpl | Aleksey Kladov | 2019-01-02 | 2 | -101/+80 |
| | | |||||
| * | remove AnalysisHostImpl | Aleksey Kladov | 2019-01-02 | 2 | -45/+26 |
| | | |||||
| * | remove some methods from analysis impl | Aleksey Kladov | 2019-01-02 | 2 | -22/+13 |
| | | |||||
| * | move world-symbols to file_symbols | Aleksey Kladov | 2019-01-02 | 3 | -42/+42 |
| | | |||||
* | | 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]> |