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 a pull request. 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.
Clone for any Copy type, its shortcomings, and one proposed fix using intersection impls (also called lattice impls).Somewhat unsurprisingly, this week's crate of the week is ripgrep. In case you've missed it, this is a grep/ag/pt/whatever search tool you use replacement that absolutely smokes the competition in most performance tests. Thanks to DanielKeep for the suggestion!
Submit your suggestions and votes for next week!
Always wanted to contribute to open-source projects but didn't know where to start? Every week we highlight some tasks from the Rust community for you to pick and get started!
Some of these tasks may also have mentors available, visit the task page for more information.
If you are a Rust project owner and are looking for contributors, please submit tasks here.
77 pull requests were merged in the last two weeks.
Self can no longer be a type parameterTypedArena now allocates lazily, loses .with_capacity(_) (the latter is a breaking change)syntax::codemap::Spans can now be merged if adjacent#[inline]d functions are now only instantiated on use site (epic speedup)parent info for `save-analysistrans::adt is superceded by rustc::ty::layoutassert_ne!(..) and debug_assert_ne!(..)2u64.pow(99) now panics instead of silently overflowingString no longer impls From> nor From<&'a [char]> (for now, until the regressions are sorted out)memsetChanges to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:
No RFCs were approved this week.
Every week the team announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now. This week's FCPs are:
If you are running a Rust event please add it to the calendar to get it mentioned here. Email the Rust Community Team for access.
No jobs listed for this week.
Tweet us at @ThisWeekInRust to get your job offers listed here!
You can actually return Iterators without summoning one of the Great Old Ones now, which is pretty cool.
Thanks to Johan Sigfrids for the suggestion.
Submit your quotes for next week!
This Week in Rust is edited by: nasa42, llogiq, and brson.
https://this-week-in-rust.org/blog/2016/09/27/this-week-in-rust-149/