index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide
/
src
/
runnables.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-27
Revert "Correctly fix formatting doc tests with generics"
Laurențiu Nicola
-5
/
+5
2022-04-27
Revert "Update crates/ide/src/runnables.rs"
Laurențiu Nicola
-1
/
+2
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-2
/
+1
2022-04-15
fix: Do reference search on all downmapped tokens with the same kind only
Lukas Wirth
-1
/
+5
2022-04-01
Code blocks with tilde also works like code block
Lee Dogeon
-2
/
+4
2022-03-26
Sort runnable test results to make them deterministic
Lukas Wirth
-127
/
+128
2022-03-21
Replace write! with direct calls
Laurențiu Nicola
-2
/
+2
2022-03-18
fix: Fix runnables trying to add doc tests in the crate root from #[macro_exp...
Lukas Wirth
-1
/
+71
2022-02-21
Update crates/ide/src/runnables.rs
SeniorMars
-2
/
+1
2022-02-17
Correctly fix formatting doc tests with generics
KarlWithK
-5
/
+5
2021-12-07
Adjust incorrect runnable tests
Lukas Wirth
-2
/
+0
2021-11-22
Unnest ide::display::navigation_target module
Lukas Wirth
-4
/
+1
2021-11-16
Do not use reference search in runnables::related_tests
Lukas Wirth
-41
/
+46
2021-11-16
Simplify
Lukas Wirth
-38
/
+41
2021-11-16
Skip test/bench attr expansion in resolution instead of collection
Lukas Wirth
-6
/
+2
2021-11-16
fix: Reimplement mapping out of test/bench attributes for runnables
Lukas Wirth
-2
/
+7
2021-11-11
Remove faulty logic for ascending test attributes for runnables
Lukas Wirth
-7
/
+2
2021-11-11
Replace some more ide usages of ModuleDef with Definition
Lukas Wirth
-40
/
+35
2021-10-12
Saw a FIXME comment and decided to fix it.
Mirko Rainer
-1
/
+1
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-3
/
+3
2021-09-14
Add some more attribute ide tests
Lukas Wirth
-0
/
+82
2021-09-09
implement #10070 in runnables
Anatol Ulrich
-7
/
+12
2021-09-01
fix: multi-token mapping aware find references
Jonas Schievink
-1
/
+1
2021-08-20
Use correct HirFileId in find_related_test
Lukas Wirth
-7
/
+6
2021-08-20
Fix runnables not seeing test and bench attributes
Lukas Wirth
-6
/
+14
2021-08-20
Rename fails on renaming definitions created by macros
Lukas Wirth
-5
/
+0
2021-07-20
Some more fragment fixes
Lukas Wirth
-4
/
+1
2021-07-20
Cleanup runnables canonical path impl
Lukas Wirth
-48
/
+46
2021-07-14
Show test mod runnable in outline modules
Lukas Wirth
-6
/
+112
2021-07-11
simplify
Aleksey Kladov
-10
/
+0
2021-07-11
be explicit about what we *can't* debug
Aleksey Kladov
-6
/
+6
2021-07-11
better name
Aleksey Kladov
-1
/
+1
2021-07-09
Emit test name in Run test runnables if it comes from a macro expansion
Lukas Wirth
-116
/
+321
2021-07-02
Fix runnables using wrong file ids for module doctests
Lukas Wirth
-1
/
+4
2021-07-02
Print runnable kind on assertion failure for better debuggability
Lukas Wirth
-3
/
+5
2021-06-30
Add test for macro expanded test module in runnables
Lukas Wirth
-6
/
+50
2021-06-30
Don't add test runnables for outline modules in the wrong file
Lukas Wirth
-18
/
+136
2021-06-13
clippy::redudant_borrow
Maan2003
-4
/
+4
2021-05-31
Merge #8952
bors[bot]
-1
/
+71
2021-05-24
add support of impl block for doctest into runnables
Benjamin Coenen
-1
/
+71
2021-05-24
Remove hir krate methods
Aramis Razzaghipour
-1
/
+1
2021-04-30
internal: fix naming polarity
Aleksey Kladov
-3
/
+3
2021-03-31
Merge #8267
bors[bot]
-0
/
+1
2021-03-31
Gifs and screenshots for features in manual
Ayomide Bamidele
-0
/
+1
2021-03-29
Rename target_ty to self_ty
Lukas Wirth
-1
/
+1
2021-03-26
Ignore main functions not in root module
ivan770
-1
/
+7
2021-03-23
Show item info when hovering intra doc links
Lukas Wirth
-27
/
+1
2021-03-17
Better handling of block doc comments
Lukas Wirth
-2
/
+46
2021-03-16
Upgrade rowan
Aleksey Kladov
-2
/
+1
2021-03-15
move Semantics::visit_file_defs to ide_db::helpers
Lukas Wirth
-1
/
+2
[next]