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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
M
MIT News - Artificial intelligence
U
Unit 42
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
I
InfoQ
WordPress大学
WordPress大学
H
Help Net Security
D
Docker
B
Blog
腾讯CDC
A
About on SuperTechFans
Recent Announcements
Recent Announcements
雷峰网
雷峰网
有赞技术团队
有赞技术团队
C
Check Point Blog
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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-10 Lang Team Triage Meeting | Inside Rust Blog
Niko Matsakis on behalf of the lang team · 2019-10-11 · via Rust Blog

We had our weekly triage meeting on 2019-10-10. You can find the minutes on the lang-team repository; there is also a video recording on YouTube. This week we had a number of folks who have been working on const evaluation in attendance, which gave us an opportunity to dive into some of the complexities involved there. We also discussed how to make the const evaluation effort into a "shepherded project", a concept that we are still actively developing (see my blog post on Shepherding 3.0 for the general idea).

Other updates on shepherded items

This is our current list of "shepherded items", which are things we are tracking week to week. We're still evolving the shepherding system. Hopefully we'll soon have links for all of these to a good, representative place that explains the overall status and roadmap. All in good time.

  • unwind-ffi
    • created a zulip stream (#wg-ffi-unwind)
    • preparing an RFC that creates the group official and lays out the roadmap
  • "object safety" group (e.g., #57893)
    • no major updates, still iterating on the "in progress" branch
  • re-rebalance coherence
    • we have a spreadsheet mapping out all the possible tests
    • we'll fill out the matrix, but probably ready to stabilize 🎉
  • stabilize proc-macros generating macro-rules items
    • waiting on a report from pnkfelix
  • grammar working group
    • no updates