Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. 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.
This week's crate is cargo-llvm-cov, a cargo subcommand for LLVM-based code coverage.
Thanks to Jacob Pratt for the suggestion.
Please 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.
296 pull requests were merged in the last week
ast_lowering
: introduce lower_span
for catching all spans entering HIRx86_64-unknown-linux-gnu
in CICow
'ify some pprust
methods--force-warn
BufWriter::into_parts
Cell::as_array_of_cells
Saturating
type (based on Wrapping
type)Peekable::
{peek_mut
, poll_peek_mut
}cargo --list
option_if_let_else
module_style
lint to styleA very busy week with relatively even amounts of regressions and improvements (albeit with improvements outweighing regressions). The largest win was the use of profile-guided optimization (PGO) builds on x86_64 linux builds which brings fairly large improvements in real-world crates. There were 2 regressions that caused fairly large (~3.5%) regressions in real-world crates which need to be investigated.
Triage done by @rylev. Revision range: 33fdb..fe379
5 Regressions, 4 Improvements, 5 Mixed; 0 of them in rollups 56 comparisons made in total
Changes 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.
No new RFCs were proposed this week.
If you are running a Rust event please add it to the calendar to get it mentioned here. Please remember to add a link to the event too. Email the Rust Community Team for access.
NZXT
Polar Sync
Subspace Labs
Kollider
Kraken
TrueLayer
Tweet us at @ThisWeekInRust to get your job offers listed here!
Anyway: the standard library docs say "check the nomicon"
then the nomicon says "here is some advice and ultimately we don't know, maybe check UCG"
then UCG says "ultimately we don't know it's probably like this but there's no RFC yet"
then Ralf says "probably it should be allowed if the layout matches".
– Lokathor on the Rust Zulip
Thanks to Riccardo D'Ambrosio for the suggestion!
Please submit quotes and vote for next week!
This Week in Rust is edited by: nellshamrell, llogiq, and cdmistman.