aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/runnables.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-4/+4
* Merge #8952bors[bot]2021-05-311-1/+71
|\
| * add support of impl block for doctest into runnablesBenjamin Coenen2021-05-241-1/+71
* | Remove hir krate methodsAramis Razzaghipour2021-05-241-1/+1
|/
* internal: fix naming polarityAleksey Kladov2021-04-301-3/+3
* Merge #8267bors[bot]2021-03-311-0/+1
|\
| * Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+1
* | Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
|/
* Ignore main functions not in root moduleivan7702021-03-261-1/+7
* Show item info when hovering intra doc linksLukas Wirth2021-03-231-27/+1
* Better handling of block doc commentsLukas Wirth2021-03-171-2/+46
* Upgrade rowanAleksey Kladov2021-03-161-2/+1
* move Semantics::visit_file_defs to ide_db::helpersLukas Wirth2021-03-151-1/+2
* Introduce Semantics::visit_file_defsLukas Wirth2021-03-151-39/+20
* Don't drop type params in doc-test pathsLukas Wirth2021-03-141-4/+51
* Merge #7799bors[bot]2021-03-131-6/+338
|\
| * Add `Feature: Related Tests` commentvsrs2021-03-111-0/+13
| * Apply review suggestionsvsrs2021-03-111-2/+5
| * Remove erroneous commentvsrs2021-02-271-10/+0
| * Add runnables::related_testsvsrs2021-02-271-6/+332
* | Use upstream cov-markLaurențiu Nicola2021-03-081-4/+4
* | Fix some warningsLaurențiu Nicola2021-03-051-1/+1
|/
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-1/+1
* Merge #7353bors[bot]2021-01-221-2/+2
|\
| * Move SymbolKind to ide_dbLukas Wirth2021-01-201-2/+2
* | Treat BlockExpr as a potential module originJonas Schievink2021-01-201-0/+1
* | Avoid intermediate collectionsAleksey Kladov2021-01-201-26/+20
* | Don't show runnable suggestions for other filesAleksey Kladov2021-01-201-3/+32
|/
* Support runnables in macrosEdwin Cheng2021-01-191-67/+135
* Goto for inner doc links works for module inner doc commentsAleksey Kladov2021-01-111-14/+23
* CleanupAleksey Kladov2021-01-101-35/+40
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-9/+9
* More maintainable configAleksey Kladov2021-01-061-18/+17
* Add support for Rust 2021.Mara Bos2021-01-011-1/+1
* Don't split path separators apart in doctest runnablesLukas Wirth2020-12-251-1/+39
* Align code_model name with ungrammarAleksey Kladov2020-12-201-1/+1
* Reduce test verbosityAleksey Kladov2020-12-181-169/+32
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-22/+54
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-24/+28
* Rewrite doctest runnablesAleksey Kladov2020-12-171-88/+83
* Minor code styleAleksey Kladov2020-12-171-27/+19
* Make `Attrs::from_attrs_owner` privateJonas Schievink2020-12-171-11/+9
* Rename ImplDef -> ImplAleksey Kladov2020-12-171-1/+1
* Use Attrs::docs in runnables instead of DocCommentsOwnerLukas Wirth2020-12-111-9/+9
* Add **Ignore Test** assistAleksey Kladov2020-11-171-16/+3
* add doctest runnables on struct #6356Benjamin Coenen2020-10-271-1/+1
* add doctest runnables on struct #6356Benjamin Coenen2020-10-271-3/+67
* Emit better #[cfg] diagnosticsJonas Schievink2020-10-221-39/+45
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-2/+2
* Get rid of MockAnalysisAleksey Kladov2020-10-021-20/+20