rust-analyzer/crates/ra_ide/src
bors[bot] c78d269b66
Merge #2837
2837: Accidentally quadratic r=matklad a=matklad

Our syntax highlighting is accdentally quadratic. Current state of the PR fixes it in a pretty crude way, looks like for the proper fix we need to redo how source-analyzer works. 

**NB:** don't be scared by diff stats, that's mostly a test-data file

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-01-15 19:38:10 +00:00
..
completion Move Type API to type 2020-01-14 14:42:52 +01:00
display FnSignature: use unwrap_or_default for parameter_name_list 2020-01-15 09:30:19 +08:00
references Only new-style classification 2020-01-15 16:52:28 +01:00
snapshots Drop support for legacy colorization 2019-12-31 14:11:25 +01:00
assists.rs itertools::Either -> either::Either 2020-01-15 20:20:20 +02:00
call_hierarchy.rs Some clippy lints 2020-01-13 11:27:06 -05:00
call_info.rs Readability 2020-01-13 11:38:53 -05:00
change.rs Remove the Default impl for SourceRoot 2020-01-08 19:42:27 +01:00
completion.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
db.rs Remove more dead code 2019-12-08 17:45:14 +01:00
diagnostics.rs Proper emit diagnostic without fix 2020-01-08 02:18:43 +08:00
display.rs Remove unused imports 2019-12-20 11:18:24 -05:00
expand.rs Use src node for analyze source 2020-01-08 00:23:53 +08:00
expand_macro.rs Fix ordering problem between qualifying paths and substituting params 2020-01-11 23:33:04 +01:00
extend_selection.rs Some clippy lints 2020-01-13 11:27:06 -05:00
feature_flags.rs Allow disabling Cargo.toml not found error 2020-01-03 15:04:54 +01:00
folding_ranges.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
goto_definition.rs Only new-style classification 2020-01-15 16:52:28 +01:00
goto_type_definition.rs for goto and hover pick the token based on a priority 2019-12-13 22:00:05 +01:00
hover.rs Only new-style classification 2020-01-15 16:52:28 +01:00
impls.rs Add test 2020-01-12 19:24:34 +08:00
inlay_hints.rs Optimize inlay hints 2020-01-15 16:52:28 +01:00
join_lines.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
lib.rs Split Declaration out into it's own type 2020-01-10 15:14:19 -05:00
line_index.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
line_index_utils.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
marks.rs Fix resolve for field init shorthand 2019-12-20 14:48:14 +01:00
matching_brace.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
mock_analysis.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
parent_module.rs Remove ty from code_model 2019-12-08 12:44:14 +01:00
references.rs ⬆️ once_cell 2020-01-15 16:52:28 +01:00
runnables.rs Rename Source -> InFile 2019-11-28 12:50:26 +03:00
source_change.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
status.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
symbol_index.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
syntax_highlighting.rs Typos 2020-01-15 16:53:01 +01:00
syntax_tree.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
test_utils.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
typing.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
wasm_shims.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00