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

推荐订阅源

J
Java Code Geeks
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
B
Blog
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
月光博客
月光博客
H
Help Net Security
V
Visual Studio Blog
量子位
A
About on SuperTechFans
博客园 - Franky
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog

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
2019-10-17 Compiler Team Triage Meeting | Inside Rust Blog
Wesley Wiser on behalf of the compiler team · 2019-10-21 · via Rust Blog

The compiler team had our weekly triage meeting on 2019-10-17. You can find the minutes on the compiler-team repository. Each week, we have general announcements from the team followed by check-ins from two of the compiler team working groups.

Announcements

  • Design meeting on debuginfo strategy tomorrow (2019-10-18) on Zulip.

  • The traits working group had a design meeting yesterday on lazy normalization.

  • @nikomatsakis has been looking into lazy normalization specifically for constants and hopes to have some notes to share soon.

  • The LLVM ICE-breakers working group is nearly ready to go live.

  • @spastorino has nearly finished interning Place projections which is an incremental step to MIR 2.0.

  • @centril is continuing to work on splitting libsyntax apart which will decrease the amount of code librustc depends on.

Working group sync

wg-mir-opt

  • @wesleywiser Moved promoted MIR out of mir::Body #63580

  • @wesleywiser Reimplemented the ConstProp optimization pass on top of the existing const eval code #64419

  • @spastorino Converted mir::Place to no longer be a recursive data structure #63420

  • There is ongoing work in both const prop and place refactorings.

  • We've figured out a plan for "weird" place projections like dereferences (virtual locals).

Link to full conversation

wg-meta

Link to full conversation