Skip to content

Commit 6bae729

Browse files
committedMar 8, 2025
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

0 commit comments

Comments
 (0)