rust-analyzer/crates/ra_assists/src
Aleksey Kladov ec6fb8da7c Add profiling around add_impl_members
This intention is pretty slow for `impl Interator`, because it has a
ton of default methods which need to be substituted.

The proper fix here is to not compute the actual edit until the user
triggers the action, but that's awkward to do in the LSP right now, so
let's just put a profiling code for now.
2020-02-06 14:55:10 +01:00
..
assists Add profiling around add_impl_members 2020-02-06 14:55:10 +01:00
doc_tests Initial auto import action implementation 2020-01-27 00:16:29 +02:00
assist_ctx.rs Initial auto import action implementation 2020-01-27 00:16:29 +02:00
ast_transform.rs More orthogonal path editing 2020-01-15 18:48:28 +01:00
doc_tests.rs Initial auto import action implementation 2020-01-27 00:16:29 +02:00
lib.rs Code review fixes 2020-01-27 14:42:45 +02:00
marks.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
test_db.rs Remove more dead code 2019-12-08 17:45:14 +01:00