你好,欢迎再来一期本周的螃蟹行情!Rust是一种追求三位一体的系统语言:安全性、并发性和速度。这是它的进展和社区的每周总结。有什么要说的吗?推特@ThisWeekInRust或向我们发送请求。 想参与吗?我们热爱贡献.
这本周的螃蟹行情是在在 Github 上公开的。如果你在本周的问题中发现任何错误,请提交 PR。
本周没有官方博客文章或研究论文。
本周的箱子是rust-codegen-gcc,针对 GCC 的,‘基于 LLVM 的 Rust 编译器后端’的替代品。
谢谢Josh Triplett的建议
Submit your suggestions and votes for next week!
一直想为开源项目做贡献但不知道从哪里开始?每周我们都会重点介绍来自 Rust 社区的一些任务,供您挑选并开始使用!
其中一些任务可能还有可用的导师,请访问任务页面了解更多信息。
如果您是 Rust 项目所有者并且正在寻找贡献者,请提交任务here.
255 个拉取请求是merged in the last week
thir_body
ControlFlow::
{from
, into
}_try
to pub(crate)
Ipv6Addr::is_unicast_link_local_strict
Step
trait safe to implementDebug
implementation for linked_list::IterMut
Weak
’s type parameter may dangle on drop
TrustedRandomAccess
specialization for Vec::extend()
Vec
’s calloc optimization for Option<NonZero>
drop
in Vec::dedup_by
if a destructor panics<[T]>::copy_within
String::extend_from_within
inline
attr to CString::into_inner
so it can optimize out NonNull
checksisize::MAX
cargo tree -e no-proc-macro
to hide procedural macro dependenciesx86_64-sun-solaris
target to rustupavoid_breaking_exported_api
config optionsuspicious_splitn
semicolon_if_nothing_returned
to pedantic
not_unsafe_ptr_arg_deref
linttoo_many_lines
allow
on some statement lintsmissing_docs_in_private_items
false negative忙碌的一周,由于性能下降,有几个 PR 回退,但总体上是积极的一周。
分流完成 @simulacrum. 修订范围:cdbe288..1160cf8
3 个退步,3 个改进,5 个混合
Rust 的变化遵循 RustRFC (request for comments) process.这些是本周批准实施的 RFC:
每周the team宣布正在达成决定的 RFC 和关键 PR 的“最终评论期”。现在就发表你的意见。
好的,你想要它。让我们来看看完整的元数据:
我最近获得了博士学位,在开发了 5 个不同版本的模拟器后,用 4 种不同的语言编写。最后一个版本是用纯粹的、安全的 rust 编写的,部分原因是因为 rust 对“安全”意义,有很强的保证,我能够利用它将通常的运行时错误,转化为编译时错误。这让我可以捕捉到通常需要数天或数周才能调试的错误,然后再进行相对简单的更正。[…] 所以,再次感谢大家!
Thanks to Josh Triplett for the suggestion!
Please submit quotes and vote for next week!
This Week in Rust is edited by: nellshamrell, llogiq, and cdmistman.