Files
rust/compiler
Taras Tsugrii f74eee2fa6 [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-01 16:57:43 -07:00
..
2023-07-28 22:21:33 +02:00
2023-07-31 16:21:02 +10:00
2023-08-01 17:48:20 +03:00