Hello and welcome to another issue of This Week in Rust! Rust 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! Want to get involved? We love contributions.

What's cooking on master?

45 pull requests were merged this week.

Breaking Changes

  • ~"foo" and &"bar" literals have been removed from the language. The second is a noop and the first is replaced by "foo".to_owned().
  • The various rev_iter methods have been removed in favor of making more iterators implement DoubleEndedIterator. See the commit messages for more details.

Other Changes

New Contributors

  • Alexandre Gagnon
  • Ali Smesseim
  • Emanuel Rylke
  • James Laverack
  • Justin Noah
  • Michael Pratt
  • Nicolas Silva
  • Noam Yorav-Raphael
  • Phil Ruffwind
  • Wendell Smith
  • m-r-r

Weekly Meeting

The weekly meeting discussed many RFCs.

RFCs

Community Updates

This Week in Servo

Servo is a web browser engine written in Rust and is one of the primary test cases for the Rust language.

In the last week, we landed 28 PRs.

Notable additions

  • Lars Bergstrom landed the Rust upgrade, bringing Servo in line with April 10th Rust in #2238
  • Patrick Walton re-enabled parallel layout in #2174 and added parallel display list building in #2235
  • jgraham updated the Web Platform Tests integration to support passing some arguments via. env variables in #2245
  • ms2ger rewrote the handling of optional arguments in getJSToNativeConversionTemplate in #2244
  • Matt Brubeck cleaned up another dynamic borrow failure leading to pipeline problems in #2252
  • Jack Moffitt cleaned up some of our Makefile and autoconf files in #2232
  • Gulshan Singh fixed TimeStamp to return the actual time in #2275
  • Mike Blumenkrantz added the start of embedding support in #2257
  • Manish Goregaokar implemented the webidl and basic implementation of XHR in #2292

New Contributors

  • Gulshan Singh (gsingh93)

Meetings and Notes

In this week's meeting, we introduced three new team members. Brendan (bjz) is a long-time Rust developer here on a Mozilla internship. Glenn Watson (gw) is a full-time member of the Servo team, with an initial focus on platform features. And Manish Goregaokar will be participating in Google Summer of Code, working on XMLHttpRequest. We covered the JS rooting changes, timing of the next Rust upgrade, the status of Web Platform Tests, and the use of prebuilt Rust compiler binaries.