This Week In Rust: This Week in Rust 87 |
Hello and welcome to another issue of This Week in Rust! Rust is a systems language pursuing the trifecta: safety, concurrency, and speed. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at @ThisWeekInRust or send us an email! Want to get involved? We love contributions.
This Week in Rust is openly developed on GitHub. If you find any errors in this week's issue, please submit a PR.
This week's edition was edited by: Brian Anderson, Vikrant Chaudhary
.collect()
to transform Vec>
into Result>
.122 pull requests were merged in the last week.
#[prelude_import]
attribute, which is employed by rustc to perform dark and mysterious acts, but is not supposed to be stable. This is not known to break real code.rustc
on Windows now looks in the registry to find the location of the MSVC linker.Vec::resize
and Read::read_to_end
.PartialEq
for slices.rustc
now uses LLVM to write archive files where possible. Eventually this will eliminate the compiler's dependency on the ar
utility.String::into_boxed_slice
and Box::into_string
.slice.tail()
, slice.init()
with new methods slice.split_first()
, slice.split_last()
.connect
to join
.Every week the teams announce a 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now. This week's FCPs are:
lines_any
to BufRead
IntoRaw{Fd, Socket, Handle}
trait to complement AsRaw*
use
Debug
of tuples, tuple structs and enum variants in a single linecargo install
If you are running a Rust event please add it to the calendar to get it mentioned here. Email Erick Tryzelaar or Brian Anderson for access.
I think if someone placed the Rust and Go community in a room and asked them to fight, we'd probably just all order pizza and geek out over languages. — Manish Goregaokar
Thanks to msiemens for the tip. Submit your quotes for next week!.
http://this-week-in-rust.org/blog/2015/07/13/this-week-in-rust-87/
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |