rust/crates/ide-db/src
bors 95228d23bb Auto merge of #14875 - ponyii:fix/implement-missing-members-do-not-transform-lifetimes, r=Veykril
fix: implemeted lifetime transformation fot assits

A part of https://github.com/rust-lang/rust-analyzer/issues/13363
I expect to implement transformation of const params in a separate PR

Other assists and a completion affected:
- `generate_function` currently just ignores lifetimes and, consequently, is not affected
- `inline_call` and `replace_derive_with...` don't seem to need lifetime transformation
- `trait_impl` (a completion) is fixed and tested
2023-06-10 13:22:50 +00:00
..
generated Spelling 2023-04-19 09:45:55 -04:00
imports internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
syntax_helpers Update crates/ide-db/src/syntax_helpers/node_ext.rs 2023-05-19 09:33:57 +02:00
test_data internal: Lazy eager macros 2023-06-09 13:02:13 +02:00
tests Return Option 2023-05-06 00:57:57 -07:00
active_parameter.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00
apply_change.rs Count query entries in memory usage command 2023-06-10 01:49:32 +02:00
assists.rs Spelling 2023-04-19 09:45:55 -04:00
defs.rs Refactor symbol index 2023-05-02 12:11:42 +02:00
famous_defs.rs Improve "Generate Deref impl" assist 2022-05-16 20:10:46 +02:00
helpers.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
items_locator.rs Refactor symbol index 2023-05-02 12:11:42 +02:00
label.rs
lib.rs Make line-index an external lib 2023-05-06 00:49:23 -07:00
path_transform.rs lifetime transformation: refactoring & a new test 2023-06-03 21:34:31 +04:00
rename.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
rust_doc.rs
search.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
source_change.rs Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00
symbol_index.rs Fix #14557. Docs aliases can now be detected and used in searching for workspace symbols 2023-05-24 23:57:24 +02:00
traits.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
ty_filter.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
use_trivial_constructor.rs Spelling 2023-04-19 09:45:55 -04:00