zed/crates/eval/src
Lukas Wirth 72948e14ee
Use into_owned over to_string for Cow<str> (#39024)
This removes unnecessary allocations when the `Cow` is already owned


Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-09-27 14:50:10 +00:00
..
examples Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
assertions.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
eval.rs Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
example.rs Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00
explorer.html evals: Fix bug that prevented multiple turns from displaying (#34128) 2025-07-09 15:31:58 +00:00
explorer.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
ids.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
instance.rs Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
judge_diff_prompt.hbs eval: Fine-grained assertions (#29246) 2025-04-22 23:58:58 -03:00
judge_thread_prompt.hbs eval: Fine-grained assertions (#29246) 2025-04-22 23:58:58 -03:00
tool_metrics.rs eval: Fine-grained assertions (#29246) 2025-04-22 23:58:58 -03:00