..
doc_links
Bump pulldown-cmark-to-cmark, adjust usages and fix test
2022-02-06 09:04:06 +01:00
hover
Add const generics
2022-03-14 14:38:37 +03:30
prime_caches
make it a config
2022-01-15 02:47:47 +00:00
syntax_highlighting
Adjust value in syntax highlighting benchmark
2022-03-23 19:28:01 +01:00
typing
Add scary warning to onEnter
2022-02-28 12:15:15 +02:00
annotations.rs
more clippy fixes:
2022-03-12 16:50:49 +01:00
call_hierarchy.rs
Make more precise range macro upmapping
2022-01-31 15:53:44 +01:00
doc_links.rs
Add data queries for macros
2022-03-09 00:41:54 +01:00
expand_macro.rs
Add data queries for macros
2022-03-09 00:41:54 +01:00
extend_selection.rs
fix clippy::redundant_closure
2022-03-12 16:50:49 +01:00
file_structure.rs
more clippy fixes:
2022-03-12 16:50:49 +01:00
fixture.rs
add some tests
2021-09-26 12:48:53 +03:30
fn_references.rs
Rename *Owner
traits to Has*
2021-09-27 12:54:24 +02:00
folding_ranges.rs
internal: Re-arrange ide_db modules
2022-03-06 19:04:04 +01:00
goto_declaration.rs
fix: Recognize Self
as a proper keyword
2022-03-05 23:20:06 +01:00
goto_definition.rs
Specific proc-macro crate type for other test fixture where needed
2022-03-09 22:18:09 +01:00
goto_implementation.rs
Unnest ide::display::navigation_target module
2021-11-22 13:04:28 +01:00
goto_type_definition.rs
Don't show trait flyimports for impl trait and placeholders
2021-12-10 19:18:21 +01:00
highlight_related.rs
internal: Re-arrange ide_db modules
2022-03-06 19:04:04 +01:00
hover.rs
fix clippy::needless_borrow
2022-03-12 16:50:49 +01:00
inlay_hints.rs
Update inlay hint feature docs
2022-03-20 14:41:27 +01:00
join_lines.rs
internal: Re-arrange ide_db modules
2022-03-06 19:04:04 +01:00
lib.rs
Merge #11755
2022-03-19 19:15:06 +00:00
markdown_remove.rs
Remove more unreachable pubs
2020-11-02 16:58:33 +01:00
markup.rs
Rename ra_ide -> ide
2020-08-13 17:58:27 +02:00
matching_brace.rs
Matching brace prefers brace on cursor's right
2021-10-14 14:15:56 +08:00
moniker.rs
fix: Recognize Self
as a proper keyword
2022-03-05 23:20:06 +01:00
move_item.rs
more clippy fixes
2021-10-16 12:32:55 +01:00
navigation_target.rs
Move ide crates to new hir::Macro
2022-03-08 23:52:26 +01:00
parent_module.rs
simplify
2021-05-15 17:22:39 +02:00
prime_caches.rs
make it a config
2022-01-15 02:47:47 +00:00
references.rs
Specific proc-macro crate type for other test fixture where needed
2022-03-09 22:18:09 +01:00
rename.rs
Support locals with multiple declaration sites
2022-03-04 19:49:08 +01:00
runnables.rs
Replace write! with direct calls
2022-03-21 10:43:36 +02:00
shuffle_crate_graph.rs
fix: Properly handle proc-macro crate types for nameres
2022-03-09 14:33:39 +01:00
signature_help.rs
signature help: skip lifetimes when non-lifetime arguments are present
2022-03-22 16:44:27 +01:00
ssr.rs
internal: slightly improve compile times
2021-08-29 12:53:56 +03:00
static_index.rs
feat: Visualize compiler inserted reborrows via inlay hints
2022-03-20 14:38:16 +01:00
status.rs
status: output all crates a file belongs to
2022-01-17 18:10:01 +01:00
syntax_highlighting.rs
Optimize imports
2022-03-12 21:06:33 +08:00
syntax_tree.rs
internal: more reasonable grammar for blocks
2021-09-26 19:16:09 +03:00
typing.rs
fix: Adjust .
typing auto indentation
2022-01-14 12:15:43 +01:00
view_crate_graph.rs
Add "View Crate Graph (Full)"
2021-07-02 00:10:33 +02:00
view_hir.rs
Gifs and screenshots for features in manual
2021-03-31 00:08:10 +01:00
view_item_tree.rs
Add a "Debug ItemTree" LSP request
2021-05-21 23:59:52 +02:00