See the README for details on how this log was gathered.
A few small compile-time regressions this week. The first was
#70793, which added some
specializations to the standard library in order to increase runtime
performance. The second was
#73996, which adds an option to
the diagnostics code to print only the names of types and traits when they are
unique instead of the whole path. The third was
#75200, which refactored part
of BTreeMap
to avoid aliasing mutable references.
Triage done by @ecstaticmorse. Revision range: d927e5a655809b6b20501889e093c085d6ffe6f7..35fc8359868e65a0970094f648ba87fce634e8c7
3 Regressions, 0 Improvements, 0 of them in rollups.
- A small regression in instruction counts
- A small regression in instruction counts
- A small regression in instruction counts for
check
,debug
andopt
benchmarks. - However, an improvement in
doc
benchmarks, likely due to better optimized standard library.
- None