Files
rust/compiler/rustc_span/src
Matthias Krüger 23e86f6ef8 Rollup merge of #114351 - ttsugriy:sort-by-words, r=fee1-dead
[rustc_span][perf] Remove unnecessary string joins and allocs.

Comparing vectors of string parts yields the same result but avoids unnecessary `join` and potential allocation for resulting `String`. This code is cold so it's unlikely to have any measurable impact, but considering but since it's also simpler, why not? :)
2023-08-04 21:31:56 +02:00
..
2023-06-16 13:47:42 +00:00
2023-08-03 14:50:50 +02:00