Skip to content

Commit 6bae729

Browse files
committed
Translate front matter from yaml to toml
1 parent 133427b commit 6bae729

File tree

584 files changed

+3543
-3543
lines changed

Some content is hidden

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

584 files changed

+3543
-3543
lines changed

posts/2014-09-15-Rust-1.0.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Road to Rust 1.0"
4-
author: Niko Matsakis
5-
description: "Rust 1.0 is on its way! We have nailed down a concrete list of features and are hard at work on implementing them."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Road to Rust 1.0"
4+
author = "Niko Matsakis"
5+
description = "Rust 1.0 is on its way! We have nailed down a concrete list of features and are hard at work on implementing them."
6+
+++
77

88
Rust 1.0 is on its way! We have nailed down a concrete list of
99
features and are hard at work on implementing them. We plan to ship

posts/2014-10-30-Stability.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Stability as a Deliverable"
4-
author: Aaron Turon and Niko Matsakis
5-
description: "The upcoming Rust 1.0 release means a lot, but most fundamentally it is a commitment to stability, alongside our long-running commitment to safety."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Stability as a Deliverable"
4+
author = "Aaron Turon and Niko Matsakis"
5+
description = "The upcoming Rust 1.0 release means a lot, but most fundamentally it is a commitment to stability, alongside our long-running commitment to safety."
6+
+++
77

88
The upcoming Rust 1.0 release means
99
[a lot](https://blog.rust-lang.org/2014/09/15/Rust-1.0.html), but most

posts/2014-11-20-Cargo.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Cargo: Rust's community crate host"
4-
author: Alex Crichton
5-
description: "Today it is my pleasure to announce that crates.io is online and ready for action."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Cargo: Rust's community crate host"
4+
author = "Alex Crichton"
5+
description = "Today it is my pleasure to announce that crates.io is online and ready for action."
6+
+++
77

88
Today it is my pleasure to announce that [crates.io](https://crates.io/) is
99
online and ready for action. The site is a central location to

posts/2014-12-12-1.0-Timeline.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Rust 1.0: Scheduling the trains"
4-
author: Aaron Turon
5-
description: "As 2014 is drawing to a close, it's time to begin the Rust 1.0 release cycle!"
6-
---
1+
+++
2+
layout = "post"
3+
title = "Rust 1.0: Scheduling the trains"
4+
author = "Aaron Turon"
5+
description = "As 2014 is drawing to a close, it's time to begin the Rust 1.0 release cycle!"
6+
+++
77

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

posts/2014-12-12-Core-Team.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: Yehuda Katz and Steve Klabnik are joining the Rust Core Team
4-
author: Niko Matsakis
5-
description: "I'm pleased to announce that Yehuda Katz and Steve Klabnik are joining the Rust core team."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Yehuda Katz and Steve Klabnik are joining the Rust Core Team"
4+
author = "Niko Matsakis"
5+
description = "I'm pleased to announce that Yehuda Katz and Steve Klabnik are joining the Rust core team."
6+
+++
77

88
I'm pleased to announce that Yehuda Katz and Steve Klabnik are joining
99
the [Rust core team]. Both of them are not only active and engaged

posts/2015-01-09-Rust-1.0-alpha.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.0 Alpha"
4-
author: The Rust Core Team
5-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.0 Alpha"
4+
author = "The Rust Core Team"
5+
+++
66

77
Today, we're excited to [release](https://www.rust-lang.org/install.html) the alpha version of Rust 1.0, a systems programming language with a focus on safety, performance and concurrency.
88

posts/2015-02-13-Final-1.0-timeline.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
2-
layout: post
3-
title: "Rust 1.0: status report and final timeline"
4-
author: The Rust Core Team
5-
---
1+
+++
2+
layout = "post"
3+
title = "Rust 1.0: status report and final timeline"
4+
author = "The Rust Core Team"
5+
+++
66

77
It's been five weeks since we released Rust 1.0-alpha! Before this
88
release cycle finishes next week, we want to give a status report and

posts/2015-02-20-Rust-1.0-alpha2.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.0.0.alpha.2"
4-
author: Steve Klabnik
5-
description: "Rust 1.0.0.alpha.2 has been released."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.0.0.alpha.2"
4+
author = "Steve Klabnik"
5+
description = "Rust 1.0.0.alpha.2 has been released."
6+
+++
77

88
Today, we are happy to announce the release of Rust 1.0.0.alpha.2! Rust is a
99
systems programming language pursuing the trifecta: safe, fast, and concurrent.

posts/2015-04-03-Rust-1.0-beta.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.0 Beta"
4-
author: The Rust Core Team
5-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.0 Beta"
4+
author = "The Rust Core Team"
5+
+++
66

77
Today we are excited to announce the [release of Rust 1.0 beta][ru]!
88
The beta release marks a very significant "state transition" in the

posts/2015-04-10-Fearless-Concurrency.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Fearless Concurrency with Rust"
4-
author: Aaron Turon
5-
description: "Rust's vision for concurrency"
6-
---
1+
+++
2+
layout = "post"
3+
title = "Fearless Concurrency with Rust"
4+
author = "Aaron Turon"
5+
description = "Rust's vision for concurrency"
6+
+++
77

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

posts/2015-04-17-Enums-match-mutation-and-moves.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Mixing matching, mutation, and moves in Rust"
4-
author: Felix S. Klock II
5-
description: "A tour of matching and enums in Rust."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Mixing matching, mutation, and moves in Rust"
4+
author = "Felix S. Klock II"
5+
description = "A tour of matching and enums in Rust."
6+
+++
77

88
One of the primary goals of the Rust project is to enable safe systems
99
programming. Systems programming usually implies imperative

posts/2015-04-24-Rust-Once-Run-Everywhere.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Rust Once, Run Everywhere"
4-
author: Alex Crichton
5-
description: "Zero-cost and safe FFI in Rust"
6-
---
1+
+++
2+
layout = "post"
3+
title = "Rust Once, Run Everywhere"
4+
author = "Alex Crichton"
5+
description = "Zero-cost and safe FFI in Rust"
6+
+++
77

88
Rust's quest for world domination was never destined to happen overnight, so
99
Rust needs to be able to interoperate with the existing world just as easily as

posts/2015-05-11-traits.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Abstraction without overhead: traits in Rust"
4-
author: Aaron Turon
5-
description: "The vision of Rust's traits for zero-cost abstraction"
6-
---
1+
+++
2+
layout = "post"
3+
title = "Abstraction without overhead: traits in Rust"
4+
author = "Aaron Turon"
5+
description = "The vision of Rust's traits for zero-cost abstraction"
6+
+++
77

88
[Previous posts][fearless] have covered two pillars of Rust's design:
99

posts/2015-05-15-Rust-1.0.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.0"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.0"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
Today we are very proud to announce the
99
[1.0 release of Rust][relnotes], a new programming language aiming to

posts/2015-06-25-Rust-1.1.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Rust 1.1 stable, the Community Subteam, and RustCamp"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Rust 1.1 stable, the Community Subteam, and RustCamp"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
We're happy to announce the completion of the first release cycle after Rust
99
1.0: today we are [releasing][install] Rust 1.1 stable, as well as 1.2 beta.

posts/2015-08-06-Rust-1.2.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.2"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.2"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
Today marks the [completion][install] of the Rust 1.2 stable and 1.3 beta
99
release cycles! Read on for the highlight, or check the [release notes][notes]

posts/2015-08-14-Next-year.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Rust in 2016"
4-
author: Nicholas Matsakis and Aaron Turon
5-
description: "Our vision for Rust's next year"
6-
---
1+
+++
2+
layout = "post"
3+
title = "Rust in 2016"
4+
author = "Nicholas Matsakis and Aaron Turon"
5+
description = "Our vision for Rust's next year"
6+
+++
77

88
This week marks three months since Rust 1.0 was released. As we're starting to
99
hit our post-1.0 stride, we'd like to talk about **what 1.0 meant in hindsight,

posts/2015-09-17-Rust-1.3.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.3"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.3"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
The gear keeps turning: we're releasing Rust 1.3 stable today! As always, read
99
on for the highlights and check the [release notes][notes] for more detail.

posts/2015-10-29-Rust-1.4.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.4"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.4"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
Choo choo! The trains have kept rolling, and today, we’re happy to announce the
99
release of Rust 1.4, the newest stable release. Rust is a systems programming

posts/2015-12-10-Rust-1.5.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.5"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.5"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
Today we're releasing [Rust 1.5 stable][install]. This post gives the
99
highlights, and you can find the full details in the

posts/2016-01-21-Rust-1.6.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.6"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.6"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
Hello 2016! We’re happy to announce the first Rust release of the year, 1.6.
99
Rust is a systems programming language focused on safety, speed, and

posts/2016-03-02-Rust-1.7.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.7"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.7"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
The Rust team is happy to announce the latest version of Rust, 1.7. Rust is a
99
systems programming language focused on safety, speed, and concurrency.

posts/2016-04-14-Rust-1.8.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Announcing Rust 1.8"
4-
author: The Rust Core Team
5-
release: true
6-
---
1+
+++
2+
layout = "post"
3+
title = "Announcing Rust 1.8"
4+
author = "The Rust Core Team"
5+
release = true
6+
+++
77

88
The Rust team is happy to announce the latest version of Rust, 1.8. Rust is a
99
systems programming language focused on safety, speed, and concurrency.

posts/2016-04-19-MIR.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Introducing MIR"
4-
author: Niko Matsakis
5-
description: "The shift to use MIR in the compiler should unlock many exciting improvements."
6-
---
1+
+++
2+
layout = "post"
3+
title = "Introducing MIR"
4+
author = "Niko Matsakis"
5+
description = "The shift to use MIR in the compiler should unlock many exciting improvements."
6+
+++
77

88
We are in the final stages of a grand transformation on the Rust
99
compiler internals. Over the past year or so, we have been steadily

posts/2016-05-05-cargo-pillars.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
layout: post
3-
title: "Cargo: predictable dependency management"
4-
author: Yehuda Katz
5-
description: "Cargo makes dependency management in Rust easy and predictable"
6-
---
1+
+++
2+
layout = "post"
3+
title = "Cargo: predictable dependency management"
4+
author = "Yehuda Katz"
5+
description = "Cargo makes dependency management in Rust easy and predictable"
6+
+++
77

88
Cargo's goal is to make modern application package management a core value of
99
the Rust programming language.

0 commit comments

Comments
 (0)