about summary refs log tree commit diff
path: root/crates/ide/src/runnables.rs
AgeCommit message (Expand)AuthorLines
2022-04-27Revert "Correctly fix formatting doc tests with generics"Laurențiu Nicola-5/+5
2022-04-27Revert "Update crates/ide/src/runnables.rs"Laurențiu Nicola-1/+2
2022-04-25Re-export `FxHashMap` and `FxHashSet` from `ide_db`Lukas Wirth-2/+1
2022-04-15fix: Do reference search on all downmapped tokens with the same kind onlyLukas Wirth-1/+5
2022-04-01Code blocks with tilde also works like code blockLee Dogeon-2/+4
2022-03-26Sort runnable test results to make them deterministicLukas Wirth-127/+128
2022-03-21Replace write! with direct callsLaurențiu Nicola-2/+2
2022-03-18fix: Fix runnables trying to add doc tests in the crate root from #[macro_exp...Lukas Wirth-1/+71
2022-02-21Update crates/ide/src/runnables.rsSeniorMars-2/+1
2022-02-17Correctly fix formatting doc tests with genericsKarlWithK-5/+5
2021-12-07Adjust incorrect runnable testsLukas Wirth-2/+0
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-4/+1
2021-11-16Do not use reference search in runnables::related_testsLukas Wirth-41/+46
2021-11-16SimplifyLukas Wirth-38/+41
2021-11-16Skip test/bench attr expansion in resolution instead of collectionLukas Wirth-6/+2
2021-11-16fix: Reimplement mapping out of test/bench attributes for runnablesLukas Wirth-2/+7
2021-11-11Remove faulty logic for ascending test attributes for runnablesLukas Wirth-7/+2
2021-11-11Replace some more ide usages of ModuleDef with DefinitionLukas Wirth-40/+35
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-1/+1
2021-09-27Rename `*Owner` traits to `Has*`Lukas Wirth-3/+3
2021-09-14Add some more attribute ide testsLukas Wirth-0/+82
2021-09-09implement #10070 in runnablesAnatol Ulrich-7/+12
2021-09-01fix: multi-token mapping aware find referencesJonas Schievink-1/+1
2021-08-20Use correct HirFileId in find_related_testLukas Wirth-7/+6
2021-08-20Fix runnables not seeing test and bench attributesLukas Wirth-6/+14
2021-08-20Rename fails on renaming definitions created by macrosLukas Wirth-5/+0
2021-07-20Some more fragment fixesLukas Wirth-4/+1
2021-07-20Cleanup runnables canonical path implLukas Wirth-48/+46
2021-07-14Show test mod runnable in outline modulesLukas Wirth-6/+112
2021-07-11simplifyAleksey Kladov-10/+0
2021-07-11be explicit about what we *can't* debugAleksey Kladov-6/+6
2021-07-11better nameAleksey Kladov-1/+1
2021-07-09Emit test name in Run test runnables if it comes from a macro expansionLukas Wirth-116/+321
2021-07-02Fix runnables using wrong file ids for module doctestsLukas Wirth-1/+4
2021-07-02Print runnable kind on assertion failure for better debuggabilityLukas Wirth-3/+5
2021-06-30Add test for macro expanded test module in runnablesLukas Wirth-6/+50
2021-06-30Don't add test runnables for outline modules in the wrong fileLukas Wirth-18/+136
2021-06-13clippy::redudant_borrowMaan2003-4/+4
2021-05-31Merge #8952bors[bot]-1/+71
2021-05-24add support of impl block for doctest into runnablesBenjamin Coenen-1/+71
2021-05-24Remove hir krate methodsAramis Razzaghipour-1/+1
2021-04-30internal: fix naming polarityAleksey Kladov-3/+3
2021-03-31Merge #8267bors[bot]-0/+1
2021-03-31Gifs and screenshots for features in manualAyomide Bamidele-0/+1
2021-03-29Rename target_ty to self_tyLukas Wirth-1/+1
2021-03-26Ignore main functions not in root moduleivan770-1/+7
2021-03-23Show item info when hovering intra doc linksLukas Wirth-27/+1
2021-03-17Better handling of block doc commentsLukas Wirth-2/+46
2021-03-16Upgrade rowanAleksey Kladov-2/+1
2021-03-15move Semantics::visit_file_defs to ide_db::helpersLukas Wirth-1/+2