Info
This post is auto-generated from RSS feed This Week in Rust. Source: This Week in Rust 578
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? Tag us at @ThisWeekInRust on X (formerly Twitter) or @ThisWeekinRust on mastodon.social, or send us a pull request. Want to get involved? We love contributions.
This Week in Rust is openly developed on GitHub and archives can be viewed at this-week-in-rust.org. If you find any errors in this week's issue, please submit a PR.
Want TWIR in your inbox? Subscribe here.
xxd
alternatived3-force
for graph layoutsThis week's crate is cmd_lib, a library of command-line macros and utilities to write shell-script like tasks easily in Rust.
Thanks to Remo Senekowitsch for the suggestion!
Please submit your suggestions and votes for next week!
An important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization. The following RFCs would benefit from user testing before moving forward:
If you are a feature implementer and would like your RFC to appear on the above list, add the new call-for-testing
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
need testing.
Always wanted to contribute to open-source projects but did not 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.
No Calls for participation were submitted this week.
If you are a Rust project owner and are looking for contributors, please submit tasks here or through a PR to TWiR!
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
No Calls for papers or presentations were submitted this week.
If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a PR to TWiR!
437 pull requests were merged in the last week
impl_trait_in_bindings
rustc_borrowck
: Stop suggesting the invalid syntax &mut raw const
rustc_mir_dataflow
cleanups, including some renamingsrustc_target
: ppc64 target string fixes for LLVM 20symbol_intern_string_literal
lint in test modulesGetManyMutError
to match T-libs-api decisionusize
#[naked]
functions using global asmimpl_trait_in_bindings
--verbose
is passedAsyncFnOnce::CallOnceFuture
bounds for signature deductiontrimmed_def_paths
ICE in the function ptr comparison lintllvm::Bool
typedef to be signed, to match LLVMBool
TypingEnv::fully_monomorphized
mod
s and don't emit resolve errors for paths involving them#[no_mangle]
and #[export_name]
Copy
unsafe to implement for ADTs with unsafe
fieldsstruct
valuegep [0 x %Type]
to gep %Type
Lexer
's dependency on Parser
placeholder_type_error_diag
--skip
and --exclude
pathslocaltime_r
: deduplicate timezone name allocationconst_nonnull_new
UniqueRc
trait implsstd::net
: Solaris supports SOCK_CLOEXEC
as well since 11.4Mutex
and RwLock
core::ffi::c_char
<ReadDir
as Iterator>::next
lang_tests_common
config parsing logicCARGO_CFG_FEATURE
--depth workspace
for cargo tree
commandemit_serialized_unit_graph
uses the configured shellimpl Into<X>
betterneedless_option_take
to report for more casescomparison_chain
lintsingle_match
lint suggestionunnecessary_sort_by
in no_std
literal_string_with_formatting_arg
Error
in no_std
before Rust 1.81must_use_unit
suggestion when there're multiple attributessingle_match
lint being emitted when it should notrepr_packed_without_abi
extract_functions
format_args!()
destructure_tuple_binding
expand_macro
featureChanges to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation 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.
Rusty Events between 2024-12-18 - 2025-01-15 🦀
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.
Please see the latest Who's Hiring thread on r/rust
She said yes!! (And so did I!)
– Amos on Mastodon proving that Rustaceans do have a life outside of Rust. Congratulations, Amos!
Thanks to Jacob Pratt for the suggestion!
Please submit quotes and vote for next week!
This Week in Rust is edited by: nellshamrell, llogiq, cdmistman, ericseppanen, extrawurst, andrewpollack, U007D, kolharsam, joelmarcey, mariannegoldin, bennyvasquez.
Email list hosting is sponsored by The Rust Foundation
🏷️ Rust_feed