erlang-language-platform/crates
Alan Zimmerman 77e0ff9bc8 Remove pre_parse_for_speed from elp eqwalize-all
Summary:
Measurements show it makes no difference to the run-time of `elp eqwalize-all`, and it is an impediment to providing streaming output.

Without this, parsing happens on-demand as files are processed by eqwalizer, so we can generate output as each is processed.

Reviewed By: robertoaloi

Differential Revision: D88379872

fbshipit-source-id: 5110788ac5a7ef471038db9de0abfa00bbe7312f
2025-12-09 08:47:59 -08:00
..
base_db Allow filtering of OTP apps in indexing 2025-10-22 02:46:27 -07:00
elp Remove pre_parse_for_speed from elp eqwalize-all 2025-12-09 08:47:59 -08:00
elp_log CLI: log timing, meta-only 2025-10-27 10:56:25 -07:00
eqwalizer Replace Duration::from_secs(240) to Duration::from_mins(4) 2025-12-05 00:22:38 -08:00
erlang_service Correctly report diagnostics from header file 2025-12-03 03:18:32 -08:00
hir Add tree_print for a whole module 2025-12-02 08:11:47 -08:00
ide Convert boolean_precedence linter to use a trait 2025-12-08 04:50:14 -08:00
ide_assists Remove text_edit crate 2025-11-21 02:03:27 -08:00
ide_completion Fix clippy warnings 2025-08-22 02:39:38 -07:00
ide_db Implement support for renaming types 2025-11-25 02:19:42 -08:00
ide_ssr Convert wid_tuple linter to use trait 2025-09-24 09:42:42 -07:00
project_model Make it possible to run buck tests in isolation 2025-12-04 09:45:48 -08:00
syntax add internal rustfmt bin to elp cargo script 2025-11-25 02:19:37 -08:00
types_db BE: Fix new clippy warnings from rust 1.88.0 2025-07-15 09:59:27 -07:00