Re: [rust-dev] This Week in Rust

2014-07-28 Thread Corey Richardson
Atom feed is in the same place it always has been: http://blog.octayn.net/atom.xml and On Mon, Jul 28, 2014 at 1:20 AM, Diggory Hardy diggory.ha...@unibas.ch wrote: Any chance you can add RSS feeds on the new blog? On Sunday 27 Jul 2014 11:52:52 Corey Richardson wrote: Been super busy, but

Re: [rust-dev] This Week in Rust

2014-07-28 Thread Jahangir Zinedine
Thanks Corey, It's a valuable source of information for anyone who is not actively involved in language development process. I've looked for something like it before, but haven't found it. Thanks, Jani On Mon, Jul 28, 2014 at 12:54 PM, Corey Richardson co...@octayn.net wrote: Atom feed is in

Re: [rust-dev] This Week in Rust

2014-07-28 Thread Diggory Hardy
Any chance you can add RSS feeds on the new blog? On Sunday 27 Jul 2014 11:52:52 Corey Richardson wrote: Been super busy, but there's some good stuff in store: http://blog.octayn.net/blog/2014/06/09/future-of-twir/ On Sun, Jul 27, 2014 at 9:46 AM, Nathan Typanski ntypan...@gmail.com wrote:

[rust-dev] This Week in Rust

2014-07-27 Thread Zoltán Tóth
What happened to it? I can not live without it. ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] This Week in Rust

2014-07-27 Thread Nathan Typanski
It's moved here http://blog.octayn.net/, although there hasn't been an update since 15 July. Nathan ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

Re: [rust-dev] This Week in Rust

2014-07-27 Thread Corey Richardson
Been super busy, but there's some good stuff in store: http://blog.octayn.net/blog/2014/06/09/future-of-twir/ On Sun, Jul 27, 2014 at 9:46 AM, Nathan Typanski ntypan...@gmail.com wrote: It's moved here http://blog.octayn.net/, although there hasn't been an update since 15 July. Nathan

Re: [rust-dev] This Week in Rust (26 April 2014)

2014-04-26 Thread Flaper87
2014-04-26 20:46 GMT+02:00 Corey Richardson co...@octayn.net: [snip] # What's cooking on master? 153 pull requests were merged in the last two weeks. ## Breaking Changes - Auto-rooting of `@` [has been removed](https://github.com/mozilla/rust/pull/13559). The exact fallout of this

Re: [rust-dev] This Week in Rust

2013-12-09 Thread Kevin Ballard
On Dec 9, 2013, at 7:19 PM, Corey Richardson co...@octayn.net wrote: - `Path::new` has been [renamed](https://github.com/mozilla/rust/pull/10796) back to `Path::init`. Other way around. `Path::init` has been renamed back to `Path::new`, along with extra::json and std::rt::deque -Kevin

Re: [rust-dev] This Week in Rust

2013-12-02 Thread Liigo Zhuang
great work 2013/12/1 Corey Richardson co...@octayn.net Welcome to another issue of *This Week in Rust*, a weekly newsletter summarizing Rust's progress and community activity. As always, if you have something you'd like to be featured, just [send me an

[rust-dev] This Week in Rust

2013-11-30 Thread Corey Richardson
Welcome to another issue of *This Week in Rust*, a weekly newsletter summarizing Rust's progress and community activity. As always, if you have something you'd like to be featured, just [send me an email](mailto:co...@octayn.net?subject=This Week in Rust Suggestion). Last week was very slow, but

[rust-dev] This Week in Rust

2013-11-24 Thread Corey Richardson
Welcome to another issue of *This Week in Rust*! # What's cooking on master? 47 PRs were merged this week. ## Breaking Changes - Non-ASCII identifiers are [feature gated](https://github.com/mozilla/rust/pull/10605), due to open questions about how it should be done. They aren't being

Re: [rust-dev] This Week in Rust

2013-10-29 Thread Gaetan
+1 I just subscribed yesterday and I really appreciates this overview :) - Gaetan 2013/10/29 Jack Moffitt j...@metajack.im I just wanted to thank you for the This Week in Rust notes. I love reading them and I am sure that I am not the only one who appreciates the effort that you

Re: [rust-dev] This Week in Rust

2013-10-29 Thread Oren Ben-Kiki
Indeed. It is invaluable in helping me decide when to pull a new master and be prepared for what I need to fix in my code. Many thanks for doing this! On Tue, Oct 29, 2013 at 10:51 AM, Gaetan gae...@xeberon.net wrote: +1 I just subscribed yesterday and I really appreciates this overview :)

[rust-dev] This Week in Rust

2013-10-28 Thread Corey Richardson
Welcome to another issue of *This Week in Rust!* This week marks the addition of some more feature gates, removal of `std::io`, and some feature proposals. # What's cooking on master? 47 PRs were merged this week, and we passed issue number 1. ## Breaking Changes - Most of the crypto in

Re: [rust-dev] This Week in Rust

2013-10-28 Thread Cadence Marseille
Hi Corey, I just wanted to thank you for the This Week in Rust notes. I love reading them and I am sure that I am not the only one who appreciates the effort that you put into each one. Cadence On Mon, Oct 28, 2013 at 5:48 PM, Corey Richardson co...@octayn.net wrote: Welcome to another

Re: [rust-dev] This Week in Rust

2013-10-28 Thread Jack Moffitt
I just wanted to thank you for the This Week in Rust notes. I love reading them and I am sure that I am not the only one who appreciates the effort that you put into each one. +1! These are great. They are the easiest way for us on the Servo team to estimate how much work we'll need to do to

[rust-dev] This Week in Rust

2013-10-19 Thread Corey Richardson
Welcome to another issue of *This Week in Rust*, a weekly summary of Rust's progress and happenings in the community. # What's cooking in master? 48 PRs were merged this week. ## Breaking changes - Slices are now represented as [number of elements, not number of

[rust-dev] This Week in Rust

2013-10-13 Thread Corey Richardson
Welcome to another issue of *This Week in Rust*. This week introduces raw string literals, the removal of the `rust` tool, feature gating, and the privacy overhaul. # What's cooking on master? Only 51 PRs were merged this week, though the ones that were were fairly large. ## Breaking changes -

[rust-dev] This Week in Rust

2013-09-23 Thread Corey Richardson
Content copied from http://cmr.github.io/blog/2013/09/23/this-week-in-rust/ -- Welcome to another issue of *This Week in Rust*. We're gearing up for a 0.8 release, tentatively planned for Thursday. Additionally, a huge welcome of Alex Crichton to the Rust team! He's been doing some great work,

[rust-dev] This Week in Rust

2013-09-12 Thread Corey Richardson
Sorry it is late; it has been on my blog and reddit, but I forgot to post it here. Content copied from http://cmr.github.io/blog/2013/09/07/this-week-in-rust/ -- Welcome to another *This Week in Rust*. # What's cooking in master? 65 pull requests were merged this week, and bors has had some

Re: [rust-dev] This Week in Rust

2013-09-12 Thread Luis de Bethencourt
Thanks Corey! This updates are great to keep track of all things Rust. Kudos :) Luis On 12 September 2013 17:28, Corey Richardson co...@octayn.net wrote: Sorry it is late; it has been on my blog and reddit, but I forgot to post it here. Content copied from

[rust-dev] This Week in Rust

2013-08-25 Thread Corey Richardson
Content from http://cmr.github.io/blog/2013/08/25/this-week-in-rust/ -- Hello and welcome to the 12th issue of *This Week in Rust*. Sorry for the brevity, though most weeks are probably going to be like this, as I've started uni and have much less free time than in the summer. !-- more -- #

[rust-dev] This Week in Rust

2013-08-19 Thread Corey Richardson
Content copied from http://cmr.github.io/blog/2013/08/19/this-week-in-rust/ -- Hello and welcome to the 11th edition of `This Week in Rust`! I'm starting uni this week, so if you notice I'm not quite as omnipresent and omniprescient as usual, that'd be why. **Please** [send me an

[rust-dev] This Week in Rust

2013-08-10 Thread Corey Richardson
content copied from http://cmr.github.io/blog/2013/08/10/this-week-in-rust/ -- Hello and welcome to the tenth issue of *This Week in Rust*. This week marks the enabling of the new runtime written entirely in Rust. A lot happens every week, so I'm going to start omitting PRs that I deem of lesser

[rust-dev] This Week in Rust

2013-08-06 Thread Corey Richardson
Sorry that I forgot to send this earlier. Content from http://cmr.github.io/blog/2013/08/04/this-week-in-rust/. -- Hello and welcome to the ninth issue of *This Week in Rust*. This week brings the new `for` loop, which is very exciting, as well as a bunch of runtime changes and cleanup. !--

[rust-dev] Last Week in Rust

2013-07-29 Thread Corey Richardson
Hello and welcome to the eighth issue of *This Week in Rust*. Due to me being busy and forgetful over the weekend, this is a special issue, *Last Week in Rust*. !-- more -- # What's cooking on `master`? Issue churn continues to be negative, -15 this week. A total of 63 PRs were merged. ##

[rust-dev] This Week in Rust

2013-07-13 Thread Corey Richardson
Content copied from http://cmr.github.io/blog/2013/07/13/this-week-in-rust/ -- Hello and welcome to the sixth issue of *This Week in Rust*, a weekly overview of Rust and its community. !-- more -- # What's cooking on master? Issue churn this week was -17! A total of 63 PRs were merged this

[rust-dev] This Week in Rust

2013-07-06 Thread Corey Richardson
Content copied from http://cmr.github.io/blog/2013/07/06/this-week-in-rust/ -- Hello and welcome to the fifth issue of *This Week in Rust*, a weekly overview of Rust and its community. `0.7` was released this week. Hello to the newcomers! I've also decided to put breaking changes first. Feel

[rust-dev] This Week in Rust

2013-06-29 Thread Corey Richardson
Sorry it's a bit late, family things. Copy of content at http://cmr.github.io/blog/2013/06/29/this-week-in-rust/ -- --- layout: post title: This Week in Rust date: 2013-06-29 12:26 comments: true categories: programming rust this-week-in-rust --- Hello and welcome to the fourth issue of *This

[rust-dev] This Week in Rust

2013-06-22 Thread Corey Richardson
--- layout: post title: This Week in Rust date: 2013-06-22 05:21 comments: true categories: programming, rust, this-week-in-rust --- Hello and welcome to the third issue of *This Week in Rust*, a weekly overview of Rust and its community. It has come to my attention that Github does not