rust-analyzer/crates/ide/src/inlay_hints
2024-03-11 09:46:28 +01:00
..
adjustment.rs Provide resolve data only when it can actually be resolved 2023-09-02 22:14:08 +03:00
bind_pat.rs Query for nearest parent block around the hint to resolve 2023-12-11 14:53:51 +02:00
binding_mode.rs Provide resolve data only when it can actually be resolved 2023-09-02 22:14:08 +03:00
chaining.rs Move check_expect and check_expect_clear_loc to inlayhints::chaining 2024-01-04 17:32:16 +01:00
closing_brace.rs Provide resolve data only when it can actually be resolved 2023-09-02 22:14:08 +03:00
closure_captures.rs spans always come from real file 2023-11-28 10:55:39 +01:00
closure_ret.rs Provide resolve data only when it can actually be resolved 2023-09-02 22:14:08 +03:00
discriminant.rs minor: Make use of some new SmolStr improvements 2024-01-17 13:47:15 +01:00
fn_lifetime_fn.rs redundant_pattern_matching 2024-01-19 17:31:01 +01:00
implicit_drop.rs internal: Treat the self param as different from patterns when lowering 2024-03-11 09:46:28 +01:00
implicit_static.rs Provide resolve data only when it can actually be resolved 2023-09-02 22:14:08 +03:00
param_name.rs redundant_pattern_matching 2024-01-19 17:31:01 +01:00
range_exclusive.rs ide: Fix cargo test -p ide --doc 2024-02-10 00:14:17 +09:00