Skip to content

Commit 6e6d05f

Browse files
committed
Translate front matter from yaml to toml
1 parent ae17fb2 commit 6e6d05f

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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 6 additions & 6 deletions
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

0 commit comments

Comments
 (0)