Skip to content

Commit 705d694

Browse files
committed
Auto-migrate front matter to Zola
This patch was generated by running: FIX_FRONT_MATTER=1 cargo test -p front_matter
1 parent d2beba8 commit 705d694

File tree

597 files changed

+3331
-2116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

597 files changed

+3331
-2116
lines changed

content/1.0-Timeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2014-12-12
2+
path = "2014/12/12/1.0-Timeline"
43
title = "Rust 1.0: Scheduling the trains"
5-
author = "Aaron Turon"
4+
authors = ["Aaron Turon"]
65
description = "As 2014 is drawing to a close, it's time to begin the Rust 1.0 release cycle!"
6+
aliases = ["2014/12/12/1.0-Timeline.html"]
77
+++
88

99
As 2014 is drawing to a close, it's time to begin the Rust 1.0 release cycle!

content/2023-Rust-Annual-Survey-2023-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2024-02-19
2+
path = "2024/02/19/2023-Rust-Annual-Survey-2023-results"
43
title = "2023 Annual Rust Survey Results"
5-
author = "The Rust Survey Team"
4+
authors = ["The Rust Survey Team"]
5+
aliases = ["2024/02/19/2023-Rust-Annual-Survey-2023-results.html"]
66
+++
77

88
Hello, Rustaceans!

content/2024-Edition-CFP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2023-12-15
2+
path = "2023/12/15/2024-Edition-CFP"
43
title = "A Call for Proposals for the Rust 2024 Edition"
5-
author = "Ben Striegel on behalf of the Edition 2024 Project Group"
4+
authors = ["Ben Striegel on behalf of the Edition 2024 Project Group"]
5+
aliases = ["2023/12/15/2024-Edition-CFP.html"]
66
+++
77

88
The year 2024 is soon to be upon us, and as long-time Rust aficionados know,

content/2024-State-Of-Rust-Survey-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2025-02-13
2+
path = "2025/02/13/2024-State-Of-Rust-Survey-results"
43
title = "2024 State of Rust Survey Results"
5-
author = "The Rust Survey Team"
4+
authors = ["The Rust Survey Team"]
5+
aliases = ["2025/02/13/2024-State-Of-Rust-Survey-results.html"]
66
+++
77

88
Hello, Rustaceans!

content/4-Years-Of-Rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-05-15
2+
path = "2019/05/15/4-Years-Of-Rust"
43
title = "4 years of Rust"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2019/05/15/4-Years-Of-Rust.html"]
66
+++
77

88
On May 15th, 2015, [Rust][rust-release] was released to the world! After 5 years of open development (and a couple of years of sketching before that), we finally hit the button on making the attempt to create a new systems programming language a serious effort!

content/A-call-for-blogs-2020.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-10-29
2+
path = "2019/10/29/A-call-for-blogs-2020"
43
title = "A call for blogs 2020"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2019/10/29/A-call-for-blogs-2020.html"]
66
+++
77

88
What will Rust development look like in 2020? That's partially up to you! Here's how it works:

content/Async-await-hits-beta.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-09-30
2+
path = "2019/09/30/Async-await-hits-beta"
43
title = "Async-await hits beta!"
5-
author = "Niko Matsakis"
4+
authors = ["Niko Matsakis"]
5+
aliases = ["2019/09/30/Async-await-hits-beta.html"]
66
+++
77

88
Big news! As of this writing, **syntactic support for async-await is

content/Async-await-stable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-11-07
2+
path = "2019/11/07/Async-await-stable"
43
title = "Async-await on stable Rust!"
5-
author = "Niko Matsakis"
4+
authors = ["Niko Matsakis"]
5+
aliases = ["2019/11/07/Async-await-stable.html"]
66
+++
77

88
**On this coming Thursday, November 7, async-await syntax hits stable

content/Cargo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2014-11-20
2+
path = "2014/11/20/Cargo"
43
title = "Cargo: Rust's community crate host"
5-
author = "Alex Crichton"
4+
authors = ["Alex Crichton"]
65
description = "Today it is my pleasure to announce that crates.io is online and ready for action."
6+
aliases = ["2014/11/20/Cargo.html"]
77
+++
88

99
Today it is my pleasure to announce that [crates.io](https://crates.io/) is

content/Clippy-deprecating-feature-cargo-clippy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2024-02-28
2+
path = "2024/02/28/Clippy-deprecating-feature-cargo-clippy"
43
title = 'Clippy: Deprecating `feature = "cargo-clippy"`'
5-
author = "The Clippy Team"
4+
authors = ["The Clippy Team"]
5+
aliases = ["2024/02/28/Clippy-deprecating-feature-cargo-clippy.html"]
66
+++
77

88
Since Clippy [`v0.0.97`] and before it was shipped with `rustup`, Clippy

content/Core-Team.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2014-12-12
2+
path = "2014/12/12/Core-Team"
43
title = "Yehuda Katz and Steve Klabnik are joining the Rust Core Team"
5-
author = "Niko Matsakis"
4+
authors = ["Niko Matsakis"]
65
description = "I'm pleased to announce that Yehuda Katz and Steve Klabnik are joining the Rust core team."
6+
aliases = ["2014/12/12/Core-Team.html"]
77
+++
88

99
I'm pleased to announce that Yehuda Katz and Steve Klabnik are joining

content/Core-team-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-02-22
2+
path = "2019/02/22/Core-team-changes"
43
title = "Changes in the core team"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2019/02/22/Core-team-changes.html"]
66
+++
77

88
Just a quick update: You may have noticed that, in the last month or

content/Core-team-membership-updates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2021-09-27
2+
path = "2021/09/27/Core-team-membership-updates"
43
title = "Core team membership updates"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2021/09/27/Core-team-membership-updates.html"]
66
+++
77

88
The Rust Core team is excited to announce the first of a series of changes to

content/Enums-match-mutation-and-moves.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2015-04-17
2+
path = "2015/04/17/Enums-match-mutation-and-moves"
43
title = "Mixing matching, mutation, and moves in Rust"
5-
author = "Felix S. Klock II"
4+
authors = ["Felix S. Klock II"]
65
description = "A tour of matching and enums in Rust."
6+
aliases = ["2015/04/17/Enums-match-mutation-and-moves.html"]
77
+++
88

99
One of the primary goals of the Rust project is to enable safe systems

content/Fearless-Concurrency-In-Firefox-Quantum.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2017-11-14
2+
path = "2017/11/14/Fearless-Concurrency-In-Firefox-Quantum"
43
title = "Fearless Concurrency in Firefox Quantum"
5-
author = "Manish Goregaokar"
4+
authors = ["Manish Goregaokar"]
5+
aliases = ["2017/11/14/Fearless-Concurrency-In-Firefox-Quantum.html"]
66
+++
77

88
These days, Rust is used for [all kinds of things][friends]. But its founding application was

content/Fearless-Concurrency.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2015-04-10
2+
path = "2015/04/10/Fearless-Concurrency"
43
title = "Fearless Concurrency with Rust"
5-
author = "Aaron Turon"
4+
authors = ["Aaron Turon"]
65
description = "Rust's vision for concurrency"
6+
aliases = ["2015/04/10/Fearless-Concurrency.html"]
77
+++
88

99
The Rust project was initiated to solve two thorny problems:

content/Final-1.0-timeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2015-02-13
2+
path = "2015/02/13/Final-1.0-timeline"
43
title = "Rust 1.0: status report and final timeline"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2015/02/13/Final-1.0-timeline.html"]
66
+++
77

88
It's been five weeks since we released Rust 1.0-alpha! Before this

content/GATs-stabilization-push.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
+++
2-
layout = "post"
3-
date = 2021-08-03
2+
path = "2021/08/03/GATs-stabilization-push"
43
title = "The push for GATs stabilization"
5-
author = "Jack Huey"
6-
team = "the Traits Working Group <https://www.rust-lang.org/governance/teams/compiler#wg-traits>"
4+
authors = ["Jack Huey"]
5+
aliases = ["2021/08/03/GATs-stabilization-push.html"]
6+
7+
[extra]
8+
team = "the Traits Working Group"
9+
team_url = "https://www.rust-lang.org/governance/teams/compiler#wg-traits"
710
+++
811

912
# The push for GATs stabilization

content/Increasing-Apple-Version-Requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2023-09-25
2+
path = "2023/09/25/Increasing-Apple-Version-Requirements"
43
title = "Increasing the minimum supported Apple platform versions"
5-
author = "BlackHoleFox"
4+
authors = ["BlackHoleFox"]
65
description = "Modernizing and improving Apple platform support for Rust"
6+
aliases = ["2023/09/25/Increasing-Apple-Version-Requirements.html"]
77
+++
88

99
As of Rust 1.74 (to be released on November 16th, 2023), the minimum version of Apple's platforms (iOS, macOS, and tvOS) that the Rust toolchain supports will be [increased](https://github.com/rust-lang/rust/pull/104385) to newer baselines. These changes affect both the Rust compiler itself (`rustc`), other host tooling, and most importantly, the standard library and any binaries produced that use it. With these changes in place, any binaries produced will stop loading on older versions or exhibit other, unspecified, behavior.

content/Increasing-Rusts-Reach-2018.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2018-04-02
2+
path = "2018/04/02/Increasing-Rusts-Reach-2018"
43
title = "Increasing Rust’s Reach 2018"
5-
author = "Ashley Williams"
4+
authors = ["Ashley Williams"]
5+
aliases = ["2018/04/02/Increasing-Rusts-Reach-2018.html"]
66
+++
77

88
The Rust team is happy to announce that we're running our Increasing Rust's Reach

content/Increasing-Rusts-Reach.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2017-06-27
2+
path = "2017/06/27/Increasing-Rusts-Reach"
43
title = "Increasing Rust’s Reach"
5-
author = "Carol Nichols"
4+
authors = ["Carol Nichols"]
5+
aliases = ["2017/06/27/Increasing-Rusts-Reach.html"]
66
+++
77

88
**EDIT: We've heard that Google Forms is not easily accessible in all countries; if that applies to you, please find the [application's questions in this text file](../../../images/2017-06-Increasing-Rusts-Reach/application.txt) and send the answers via email to [email protected].**

content/Increasing-glibc-kernel-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2022-08-01
2+
path = "2022/08/01/Increasing-glibc-kernel-requirements"
43
title = "Increasing the glibc and Linux kernel requirements"
5-
author = "Nikita Popov"
4+
authors = ["Nikita Popov"]
5+
aliases = ["2022/08/01/Increasing-glibc-kernel-requirements.html"]
66
+++
77

88
The minimum requirements for Rust toolchains targeting Linux will [increase][PR] with the

content/MIR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2016-04-19
2+
path = "2016/04/19/MIR"
43
title = "Introducing MIR"
5-
author = "Niko Matsakis"
4+
authors = ["Niko Matsakis"]
65
description = "The shift to use MIR in the compiler should unlock many exciting improvements."
6+
aliases = ["2016/04/19/MIR.html"]
77
+++
88

99
We are in the final stages of a grand transformation on the Rust

content/Mozilla-IRC-Sunset-and-the-Rust-Channel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-04-26
2+
path = "2019/04/26/Mozilla-IRC-Sunset-and-the-Rust-Channel"
43
title = "Mozilla IRC Sunset and the Rust Channel"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2019/04/26/Mozilla-IRC-Sunset-and-the-Rust-Channel.html"]
66
+++
77

88
The Rust community has had a presence on Mozilla’s IRC network almost since Rust’s inception. Over time, the single channel grew into a set of pretty active channels where folks would come to ask Rust questions, coordinate work on Rust itself, and just in general chat about Rust.

content/Next-steps-for-the-foundation-conversation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2020-12-14
2+
path = "2020/12/14/Next-steps-for-the-foundation-conversation"
43
title = "Next steps for the Foundation Conversation"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2020/12/14/Next-steps-for-the-foundation-conversation.html"]
66
+++
77

88
Last week we kicked off the [Foundation Conversation](https://blog.rust-lang.org/2020/12/07/the-foundation-conversation.html), a week-long period of Q&A forums and live broadcasts with the goal of explaining our vision for the Foundation and finding out what sorts of questions people had. We used those questions to help build a [draft Foundation FAQ](https://github.com/rust-lang/foundation-faq-2020/blob/main/FAQ.md), and if you’ve not seen it yet, you should definitely take a look -- it’s chock full of good information. Thanks to everyone for asking such great questions!

content/Next-year.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2015-08-14
2+
path = "2015/08/14/Next-year"
43
title = "Rust in 2016"
5-
author = "Nicholas Matsakis and Aaron Turon"
4+
authors = ["Nicholas Matsakis and Aaron Turon"]
65
description = "Our vision for Rust's next year"
6+
aliases = ["2015/08/14/Next-year.html"]
77
+++
88

99
This week marks three months since Rust 1.0 was released. As we're starting to

content/OSPP-2024.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2024-05-07
2+
path = "2024/05/07/OSPP-2024"
43
title = "Rust participates in OSPP 2024"
5-
author = "Amanieu d'Antras, Jack Huey, and Jakub Beránek"
4+
authors = ["Amanieu d'Antras, Jack Huey, and Jakub Beránek"]
5+
aliases = ["2024/05/07/OSPP-2024.html"]
66
+++
77

88
Similar to our [previous][gsoc-announcement] [announcements][gsoc-project-announcement] of the Rust Project's participation in Google Summer of Code (GSoC), we are now announcing our participation in [Open Source Promotion Plan (OSPP) 2024][ospp].

content/Planning-2021-Roadmap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2020-09-03
2+
path = "2020/09/03/Planning-2021-Roadmap"
43
title = "Planning the 2021 Roadmap"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2020/09/03/Planning-2021-Roadmap.html"]
66
+++
77

88
The core team is beginning to think about the 2021 Roadmap, and we want to hear from the community. We’re going to be running two parallel efforts over the next several weeks: the 2020 Rust Survey, to be announced next week, and a call for blog posts.

content/Procedural-Macros-in-Rust-2018.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2018-12-21
2+
path = "2018/12/21/Procedural-Macros-in-Rust-2018"
43
title = "Procedural Macros in Rust 2018"
5-
author = "Alex Crichton"
4+
authors = ["Alex Crichton"]
5+
aliases = ["2018/12/21/Procedural-Macros-in-Rust-2018.html"]
66
+++
77

88
Perhaps my favorite feature in the Rust 2018 edition is [procedural macros].

content/Project-Goals-2025-March-Update.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
+++
2-
layout = "post"
3-
date = 2025-04-08
2+
path = "2025/04/08/Project-Goals-2025-March-Update"
43
title = "March Project Goals Update"
5-
author = "Rémy Rakic"
6-
team = "Goals Team <https://www.rust-lang.org/governance/teams/goals>"
4+
authors = ["Rémy Rakic"]
5+
aliases = ["2025/04/08/Project-Goals-2025-March-Update.html"]
6+
7+
[extra]
8+
team = "Goals Team"
9+
team_url = "https://www.rust-lang.org/governance/teams/goals"
710
+++
811

912
The Rust project is currently working towards a [slate of 40 project goals](https://rust-lang.github.io/rust-project-goals/2025h1/goals.html), with 3 of them designated as [Flagship Goals](https://rust-lang.github.io/rust-project-goals/2025h1/goals.html#flagship-goals). This post provides selected updates on our progress towards these goals (or, in some cases, lack thereof). The full details for any particular goal are available in its associated [tracking issue on the rust-project-goals repository](https://github.com/rust-lang/rust-project-goals/issues?q=is%3Aissue%20state%3Aopen%20label%3AC-tracking-issue).

content/Project-Goals-Dec-Update.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
+++
2-
layout = "post"
3-
date = 2025-01-23
2+
path = "2025/01/23/Project-Goals-Dec-Update"
43
title = "December Project Goals Update"
5-
author = "David Wood and Niko Matsakis"
6-
team = "Leadership Council <https://www.rust-lang.org/governance/teams/leadership-council>"
4+
authors = ["David Wood and Niko Matsakis"]
5+
aliases = ["2025/01/23/Project-Goals-Dec-Update.html"]
6+
7+
[extra]
8+
team = "Leadership Council"
9+
team_url = "https://www.rust-lang.org/governance/teams/leadership-council"
710
+++
811

912
Over the last six months, the Rust project has been working towards a [slate of 26 project

0 commit comments

Comments
 (0)