惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

Rust Blog

Security Advisory for Cargo (CVE-2026-5223) | Rust Blog Security Advisory for Cargo (CVE-2026-5222) | Rust Blog Project goals update — April 2026 (end of 2025H2) | Rust Blog Rust is participating in Outreachy | Rust Blog Raising the baseline for the `nvptx64-nvidia-cuda` target | Rust Blog Announcing Google Summer of Code 2026 selected projects | Rust Blog Announcing Rust 1.95.0 | Rust Blog docs.rs: building fewer targets by default | Rust Blog Changes to WebAssembly targets and handling undefined symbols | Rust Blog Announcing Rust 1.94.1 | Rust Blog Security advisory for Cargo | Rust Blog What we heard about Rust's challenges | Rust Blog Call for Testing: Build Dir Layout v2 | Rust Blog Announcing rustup 1.29.0 | Rust Blog Announcing Rust 1.94.0 | Rust Blog 2025 State of Rust Survey Results | Rust Blog Rust debugging survey 2026 | Rust Blog Update on the October 15, 2018 incident on crates.io Announcing Rust 1.29.2 Announcing Rust 1.29 Announcing Rust 1.28 What is Rust 2018? Announcing Rust 1.27.2 Announcing Rust 1.27.1 Security Advisory for rustdoc Announcing Rust 1.27 Announcing Rust 1.26.2 Announcing Rust 1.26.1 Rust turns three Announcing Rust 1.26
Congrats to compiler team members matthewjasper and wesle...
Felix S. Klock II on behalf of the compiler team · 2019-12-19 · via Rust Blog

I am pleased to announce that @matthewjasper and @wesleywiser have been made full members of the compiler team.

@matthewjasper has been a huge contributor to the Non-Lexical Lifetimes (NLL) work, filing issues and fixing bugs starting way back in 2017. Matthew has also been fixing compiler soundness bugs and making miscellaneous improvements to Rust's Middle Intermediate Representation (MIR). Most recently, Matthew has removed all uses of gensym from the compiler, as well as the gensym functionality itself (which was implemented in a way that injected subtle bugs with incremental compilation).

@wesleywiser first started contributing to Rust way back in 2015, before even the 1.0 release, with various documentation fixes. Since then, Wesley has improved the incremental compilation system, added MIR optimization passes like constant-propagation and inlining, and has been part of the compiler's self-profiler effort, starting with its first version and continuing today as a co-lead of WG-self-profile.

Congratulations to both @matthewjasper and @wesleywiser, and thanks for all of your contributions to the project!