aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/runnables.rs
Commit message (Collapse)AuthorAgeFilesLines
* fmtAleksey Kladov2020-08-131-1/+1
|
* Rename ra_cfg -> cfgAleksey Kladov2020-08-131-1/+1
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Rename FnDef -> FnAleksey Kladov2020-07-301-20/+20
|
* Rename ModuleItem -> ItemAleksey Kladov2020-07-291-2/+2
|
* Allow running more tests at onceKirill Bulatov2020-07-281-54/+110
|
* Cleanup CFG APIAleksey Kladov2020-07-231-5/+2
|
* Unclutter NavigationTarget APIAleksey Kladov2020-07-171-30/+30
|
* Refactor runnable testsAleksey Kladov2020-06-301-525/+511
|
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-8/+8
|
* display Doctest code lens before comment #4785Benjamin Coenen2020-06-181-6/+2
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* display Doctest code lens before comment #4785Benjamin Coenen2020-06-141-2/+2
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* display Doctest code lens before comment #4785Benjamin Coenen2020-06-091-1/+9
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add Run|Debug hover actionsvsrs2020-06-061-5/+9
|
* Preliminary runnables refactoringvsrs2020-06-061-0/+78
|
* Fix testsAleksey Kladov2020-06-021-15/+210
|
* New runnables APIAleksey Kladov2020-06-021-12/+13
|
* Don't require module docs for Features and AssistsAleksey Kladov2020-05-311-2/+0
|
* Specify actionsAleksey Kladov2020-05-311-0/+11
|
* Fix testsAleksey Kladov2020-05-241-25/+25
|
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-241-1/+1
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-231-35/+41
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-221-11/+2
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-5/+67
|\ | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * Fix doctests in an Impl blockCoenen Benjamin2020-05-171-1/+1
| |
| * fix doctest inside impl block #4449Benjamin Coenen2020-05-171-2/+2
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * fix doctest inside impl block #4449Benjamin Coenen2020-05-161-5/+65
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-13/+133
|/ | | | Signed-off-by: Benjamin Coenen <[email protected]>
* add doctest support #4317Benjamin Coenen2020-05-051-0/+43
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Convert tests to text-sizeAleksey Kladov2020-04-251-9/+9
|
* feat: run ignored testsHannes De Valkeneer2020-04-221-2/+33
|
* Fix unnecessary braces warningsLaurențiu Nicola2020-04-061-2/+2
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-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 retrievalKirill Bulatov2020-02-161-7/+5
|
* If possible, use --exact flag when running testsKirill Bulatov2020-02-141-24/+87
|
* cleanup importsAleksey Kladov2020-02-061-1/+2
|
* Provide more runners for potential testsKirill Bulatov2020-01-231-1/+15
|
* Create modules via SourceBinderAleksey Kladov2020-01-161-2/+2
|
* Rename Source -> InFileAleksey Kladov2019-11-281-3/+3
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+242