This was a pretty quiet week for the subteams as the tools, land, and compiler teams did not meet. The major excitement this week, however, was that 1.8 was released!
Libs
This week during triage the libs team discussed RFC 1505 and RFC 1543. We
decided that the time wasn’t quite ripe for Atomic<T>
in the standard library
(RFC 1505), but RFC 1543 was merged.
We also discussed a few PRs, some notable ones being:
-
PR 32693 - Adding
binary_search_by_key
to slices -
PR 32785 - Adding
Default
to a fewsync
primitives and other types -
PR 32866 - Adding
From<Vec<T>> for VecDeque<T>
and vice versa
Finally, the following RFCs have moved into their week-long final comment period. Please feel free to add your final thoughts!
- FCP PR #1480: RFC proposal for thread affinity
-
FCP PR #1521:
Copy
/Clone
semantics -
FCP PR #1542:
Add
TryFrom
andTryInto
traits -
FCP PR #1547:
as_millis
function onstd::time::Duration