🦞🌯 Lobster Roll

Thread

Announcing Rust 1.56.0 and Rust 2021 (blog.rust-lang.org)

Stories related to "Announcing Rust 1.56.0 and Rust 2021" across the full archive.

The Road to Rust 1.0 (blog.rust-lang.org)
Rust 0.12 Released (mail.mozilla.org)
Formalizing Rust (ralfj.de)
Announcing Rust 1.11 - The Rust Programming Language Blog (blog.rust-lang.org)
The most exciting part of this release is the new [MIR backend](https://blog.rust-lang.org/2016/04/19/MIR.html) becoming the default. MIR, or "mid-level intermediate representation" is an intermediate representation between high-level AST and low-level LLVM IR. Benefits of MIR include: * Faste...
Announcing Rust 1.12 (blog.rust-lang.org)
Introducing Rust Language Server, source release (internals.rust-lang.org)
Announcing Rust 1.12.1 - The Rust Programming Language Blog (blog.rust-lang.org)
Announcing Rust 1.13 (blog.rust-lang.org)
Announcing Rust 1.14 (blog.rust-lang.org)
detailed release notes - [link](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1140-2016-12-22)
Librsvg 2.41.0 is released (now requires Rust) (mail.gnome.org)
Announcing Rust 1.15 (blog.rust-lang.org)
Announcing Rust 1.15.1 (blog.rust-lang.org)
Usually there are no release announcements on lobste.rs but this one is particularly interesting because it explains why one could receive multiple mutable references from a shared (non-mutable) reference in Rust because a single keyword (`mut`) was missing in `vec::IntoIter::as_mut_slice`. Think...
xmake v2.1.1 released, support golang, dlang and rust languages (tboox.org)
Async, Futures, AMQP, pick three: lapin, a new Rust AMQP client library (clever-cloud.com)
Announcing Rust 1.17 - The Rust Programming Language Blog (blog.rust-lang.org)
Sccache for caching Rust compilation (users.rust-lang.org)
Announcing Rust 1.19 - The Rust Programming Language Blog (blog.rust-lang.org)
IntelliJ Rust Plugin now officially supported by JetBrains (intellij-rust.github.io)
Rust nightly allows WebAssembly compilation without requiring additional tools (hellorust.com)
Announcing Rust 1.23 (blog.rust-lang.org)
📦 Parcel v1.5.0 released: Source Maps, WebAssembly, Rust, and more! 🚀 (medium.com)
Announcing Rust 1.24 (blog.rust-lang.org)
Announcing Rust 1.24.1 (blog.rust-lang.org)
Normally a release announcement wouldn't be interesting, but this has some description of a bug caused by cross FFI error handling that I thought was actually interesting.
synapse 1.0-rc1: a lightweight bittorrent daemon written in Rust (synapse-bt.org)
Announcing Rust 1.25 - The Rust Programming Language Blog (blog.rust-lang.org)
Announcing Rust 1.26 (blog.rust-lang.org)
Announcing Rust 1.27 (blog.rust-lang.org)
Rust 2018 Edition alpha preview (internals.rust-lang.org)
The 2018 Edition will be the next edition of Rust. The current, and only, Rust edition is 2015. [What are Editions?](https://rust-lang-nursery.github.io/edition-guide/editions/index.html) explains that Rust editions are like fuzzy major version numbers, released every two or three years, independent...
Announcing Rust 1.28 (blog.rust-lang.org)
Rust testanything: generating results in the Test Anything Protocol (TAP) (github.com)