rust/crates
bors[bot] 274d9f90ae
Merge #10703
10703: internal: Don't check items for macro calls if they have no attributes r=Veykril a=Veykril

Turns out when highlighting we currently populate the Dynmaps of pretty much every item in a file, who would've known that would be so costly...
Shaves off 250 ms for the integrated benchmark on `rust-analyzer/src/config.rs`.

We are still looking at a heft `154ms - descend_into_macros (2190 calls)` but I feel like this is slowly nearing towards just call overhead.
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-11-05 13:53:59 +00:00
..
base_db Expose version string of crates fom HIR 2021-11-03 15:40:06 +01:00
cfg Set MSRV 2021-10-23 15:07:11 +03:00
flycheck Set MSRV 2021-10-23 15:07:11 +03:00
hir Merge #10703 2021-11-05 13:53:59 +00:00
hir_def Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
hir_expand Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
hir_ty Merge #10668 2021-10-30 14:42:53 +00:00
ide Merge #10685 2021-11-05 11:25:17 +00:00
ide_assists Merge #10691 2021-11-04 05:52:05 +00:00
ide_completion Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
ide_db Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
ide_diagnostics Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
ide_ssr Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
limit Drop resolver and authors manifest entries 2021-10-25 18:12:40 +03:00
mbe internal: replace L_DOLLAR/R_DOLLAR with parenthesis hack 2021-10-23 20:44:31 +03:00
parser internal: remove unused dollars 2021-10-23 20:44:35 +03:00
paths Set MSRV 2021-10-23 15:07:11 +03:00
proc_macro_api Bump object avoid a duplicate dependency 2021-10-30 09:02:45 +03:00
proc_macro_srv Merge #10680 2021-11-03 16:19:42 +00:00
proc_macro_test Set MSRV 2021-10-23 15:07:11 +03:00
profile Set MSRV 2021-10-23 15:07:11 +03:00
project_model Merge #10691 2021-11-04 05:52:05 +00:00
rust-analyzer Merge #10691 2021-11-04 05:52:05 +00:00
sourcegen Set MSRV 2021-10-23 15:07:11 +03:00
stdx Set MSRV 2021-10-23 15:07:11 +03:00
syntax Fix for-loop expressions breaking with BlockExpr iterable 2021-10-30 16:37:32 +02:00
test_utils Set MSRV 2021-10-23 15:07:11 +03:00
text_edit Update crates/text_edit/src/lib.rs 2021-11-03 15:44:46 +01:00
toolchain Set MSRV 2021-10-23 15:07:11 +03:00
tt Set MSRV 2021-10-23 15:07:11 +03:00
vfs Set MSRV 2021-10-23 15:07:11 +03:00
vfs-notify Set MSRV 2021-10-23 15:07:11 +03:00