diff options
| author | bors <bors@rust-lang.org> | 2015-06-27 09:54:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-27 09:54:15 +0000 |
| commit | 04daae77be0c74a5df6076b3b0c3a121e464fedf (patch) | |
| tree | 0354842940627500e2ef91fd72c2784574632fc7 | |
| parent | 650566ef2a10a0bf1538667ad08bde4ec1a8f227 (diff) | |
| parent | 1aabbd01c3fb28a15510f37877d5471e7e725b13 (diff) | |
| download | rust-04daae77be0c74a5df6076b3b0c3a121e464fedf.tar.gz rust-04daae77be0c74a5df6076b3b0c3a121e464fedf.zip | |
Auto merge of #26579 - Techern:start-12-doc, r=brson
At the moment, it only mentions the fix to parallel codegen. I was going to add more, but I have to go for a while - If this isn't reviewed when I get back, I'll remove it and resubmit it after filling in more :)
| -rw-r--r-- | RELEASES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 4389542fa50..751205f8219 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) ========================= |
