From d926c3c204ffa5255c64084520b27646a664f1bd Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Mon, 10 Nov 2014 15:29:28 -0500 Subject: [PATCH 1/3] stub out next week So we can build it incrementally over the week. See a new RFC or interesting thread? Add it. --- content/2014-11-17-this-week-in-rust.md | 86 +++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 content/2014-11-17-this-week-in-rust.md diff --git a/content/2014-11-17-this-week-in-rust.md b/content/2014-11-17-this-week-in-rust.md new file mode 100644 index 000000000..31509a474 --- /dev/null +++ b/content/2014-11-17-this-week-in-rust.md @@ -0,0 +1,86 @@ +Title: This Week in Rust 57 +Date: 2014-11-17 +Category: This Week in Rust + +Hello and welcome to another issue of *This Week in Rust*! +[Rust](http://rust-lang.org) is a systems language pursuing the trifecta: +safe, concurrent, and fast. This is a weekly summary of its progress and +community. Want something mentioned? [Send me an +email!](mailto:corey@octayn.net?subject=This%20Week%20in%20Rust%20Suggestion) +Want to get involved? [We love +contributions](https://github.com/mozilla/rust/wiki/Note-guide-for-new-contributors). + +# What's cooking on master? + +xxx pull requests were [merged in the last week][1]. Woo! + +[1]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-10..2014-11-17 + +## Breaking Changes +TODO + + + +## Other Changes +TODO + + + +## New Contributors +TODO + + + +# Approved RFC's +TODO + + + +# New RFC's +TODO + + + +# Community + +## From the Team + +* [Weekly-meetings/2014-11-11 TODO](https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-11-11.md) + * [Discuss]() + * [Reddit]() + + + +## Videos +TODO + + + + +## Blog Posts +TODO + + + + +## Discuss +TODO + + + + +## Reddit +TODO + + + +## New Projects +TODO + + + + +## Upcoming Meetups + +* [Rust Bay Area: Cryptography and Rust, December 18th](http://www.meetup.com/Rust-Bay-Area/events/210632582/) + From 5f390da1dd0ddeb4989a532e5327d6d2cdc26c8d Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Mon, 10 Nov 2014 20:51:56 -0500 Subject: [PATCH 2/3] "Move" file to drafts. Also make drafts. --- drafts/2014-11-17-this-week-in-rust.md | 86 ++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 drafts/2014-11-17-this-week-in-rust.md diff --git a/drafts/2014-11-17-this-week-in-rust.md b/drafts/2014-11-17-this-week-in-rust.md new file mode 100644 index 000000000..31509a474 --- /dev/null +++ b/drafts/2014-11-17-this-week-in-rust.md @@ -0,0 +1,86 @@ +Title: This Week in Rust 57 +Date: 2014-11-17 +Category: This Week in Rust + +Hello and welcome to another issue of *This Week in Rust*! +[Rust](http://rust-lang.org) is a systems language pursuing the trifecta: +safe, concurrent, and fast. This is a weekly summary of its progress and +community. Want something mentioned? [Send me an +email!](mailto:corey@octayn.net?subject=This%20Week%20in%20Rust%20Suggestion) +Want to get involved? [We love +contributions](https://github.com/mozilla/rust/wiki/Note-guide-for-new-contributors). + +# What's cooking on master? + +xxx pull requests were [merged in the last week][1]. Woo! + +[1]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-10..2014-11-17 + +## Breaking Changes +TODO + + + +## Other Changes +TODO + + + +## New Contributors +TODO + + + +# Approved RFC's +TODO + + + +# New RFC's +TODO + + + +# Community + +## From the Team + +* [Weekly-meetings/2014-11-11 TODO](https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-11-11.md) + * [Discuss]() + * [Reddit]() + + + +## Videos +TODO + + + + +## Blog Posts +TODO + + + + +## Discuss +TODO + + + + +## Reddit +TODO + + + +## New Projects +TODO + + + + +## Upcoming Meetups + +* [Rust Bay Area: Cryptography and Rust, December 18th](http://www.meetup.com/Rust-Bay-Area/events/210632582/) + From 662b870f39be2ec4a79ec9fafcdc0f346a946628 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Mon, 10 Nov 2014 20:53:25 -0500 Subject: [PATCH 3/3] THIS IS UNECCESARILLY COMPLICATED TO DO ON GITHUB --- content/2014-11-17-this-week-in-rust.md | 86 ------------------------- 1 file changed, 86 deletions(-) delete mode 100644 content/2014-11-17-this-week-in-rust.md diff --git a/content/2014-11-17-this-week-in-rust.md b/content/2014-11-17-this-week-in-rust.md deleted file mode 100644 index 31509a474..000000000 --- a/content/2014-11-17-this-week-in-rust.md +++ /dev/null @@ -1,86 +0,0 @@ -Title: This Week in Rust 57 -Date: 2014-11-17 -Category: This Week in Rust - -Hello and welcome to another issue of *This Week in Rust*! -[Rust](http://rust-lang.org) is a systems language pursuing the trifecta: -safe, concurrent, and fast. This is a weekly summary of its progress and -community. Want something mentioned? [Send me an -email!](mailto:corey@octayn.net?subject=This%20Week%20in%20Rust%20Suggestion) -Want to get involved? [We love -contributions](https://github.com/mozilla/rust/wiki/Note-guide-for-new-contributors). - -# What's cooking on master? - -xxx pull requests were [merged in the last week][1]. Woo! - -[1]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-10..2014-11-17 - -## Breaking Changes -TODO - - - -## Other Changes -TODO - - - -## New Contributors -TODO - - - -# Approved RFC's -TODO - - - -# New RFC's -TODO - - - -# Community - -## From the Team - -* [Weekly-meetings/2014-11-11 TODO](https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-11-11.md) - * [Discuss]() - * [Reddit]() - - - -## Videos -TODO - - - - -## Blog Posts -TODO - - - - -## Discuss -TODO - - - - -## Reddit -TODO - - - -## New Projects -TODO - - - - -## Upcoming Meetups - -* [Rust Bay Area: Cryptography and Rust, December 18th](http://www.meetup.com/Rust-Bay-Area/events/210632582/) -