The note regarding "preliminary JIT support" buried at the end is one of my favorite new features (and it's a tough call, since there's so damn many new features), since it makes stuff like this possible:<p><a href="https://github.com/bleibig/rust-repl" rel="nofollow">https://github.com/bleibig/rust-repl</a><p>I hear that LLVM's JIT support is rather untested, I'd be interested to learn if there are any other major projects besides Rust making use of it.<p>In general, if you haven't checked out Rust yet I'd still recommend waiting until the implementation of traits is finished off (scheduled as a high priority[1] for 0.5, which is tentatively scheduled for sometime around year's end).<p>[1] <a href="https://github.com/mozilla/rust/wiki/Note-0.5-priorities" rel="nofollow">https://github.com/mozilla/rust/wiki/Note-0.5-priorities</a><p>EDIT: Oh, and here's a direct link to the detailed release notes rather than the summary presented in the OP:<p><a href="https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes" rel="nofollow">https://github.com/mozilla/rust/wiki/Doc-detailed-release-no...</a>