From 1aabbd01c3fb28a15510f37877d5471e7e725b13 Mon Sep 17 00:00:00 2001 From: Cruz Julian Bishop Date: Sat, 27 Jun 2015 09:16:11 +1000 Subject: [PATCH] Initial documentation for 1.2.0, uploading to test markdown --- RELEASES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 203da02c373..b8ccc4387f2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,18 @@ +Version 1.2.0 (August 2015) +=========================== + +Highlights +---------- + +* [Parallel codegen][parcodegen] is now working again, which can substantially + speed up large builds in debug mode; It also gets another ~33% speedup when + bootstrapping on a 4 core machine (using 8 jobs). It's not enabled by default, + but will be "in the near future" + + +[parcodegen]: https://github.com/rust-lang/rust/pull/26018 + + Version 1.1.0 (June 2015) =========================