Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor runnable tests | Aleksey Kladov | 2020-06-30 | 1 | -525/+511 |
| | |||||
* | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 1 | -8/+8 |
| | |||||
* | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-18 | 1 | -6/+2 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-09 | 1 | -1/+9 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Add Run|Debug hover actions | vsrs | 2020-06-06 | 1 | -5/+9 |
| | |||||
* | Preliminary runnables refactoring | vsrs | 2020-06-06 | 1 | -0/+78 |
| | |||||
* | Fix tests | Aleksey Kladov | 2020-06-02 | 1 | -15/+210 |
| | |||||
* | New runnables API | Aleksey Kladov | 2020-06-02 | 1 | -12/+13 |
| | |||||
* | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 1 | -2/+0 |
| | |||||
* | Specify actions | Aleksey Kladov | 2020-05-31 | 1 | -0/+11 |
| | |||||
* | Fix tests | Aleksey Kladov | 2020-05-24 | 1 | -25/+25 |
| | |||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 1 | -35/+41 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 1 | -11/+2 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 1 | -5/+67 |
|\ | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | Fix doctests in an Impl block | Coenen Benjamin | 2020-05-17 | 1 | -1/+1 |
| | | |||||
| * | fix doctest inside impl block #4449 | Benjamin Coenen | 2020-05-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | fix doctest inside impl block #4449 | Benjamin Coenen | 2020-05-16 | 1 | -5/+65 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 1 | -13/+133 |
|/ | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | add doctest support #4317 | Benjamin Coenen | 2020-05-05 | 1 | -0/+43 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -9/+9 |
| | |||||
* | feat: run ignored tests | Hannes De Valkeneer | 2020-04-22 | 1 | -2/+33 |
| | |||||
* | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 1 | -2/+2 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -34/+16 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Simplify module retrieval | Kirill Bulatov | 2020-02-16 | 1 | -7/+5 |
| | |||||
* | If possible, use --exact flag when running tests | Kirill Bulatov | 2020-02-14 | 1 | -24/+87 |
| | |||||
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -1/+2 |
| | |||||
* | Provide more runners for potential tests | Kirill Bulatov | 2020-01-23 | 1 | -1/+15 |
| | |||||
* | Create modules via SourceBinder | Aleksey Kladov | 2020-01-16 | 1 | -2/+2 |
| | |||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -3/+3 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+242 |