diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-09-20 11:49:27 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-09-20 11:49:27 -0700 |
| commit | 5a0f7aacedbce2c5b55b6b42dd37ae95f99fc4f8 (patch) | |
| tree | 6f499be6aa9e4b75b5d62300e629e5cc3530c5fc | |
| parent | e2e10618145c2804a7f486338011df2d1f58a609 (diff) | |
| download | rust-5a0f7aacedbce2c5b55b6b42dd37ae95f99fc4f8.tar.gz rust-5a0f7aacedbce2c5b55b6b42dd37ae95f99fc4f8.zip | |
Add a note about improved rustc perf to 0.8 relnotes
| -rw-r--r-- | RELEASES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.txt b/RELEASES.txt index 96ba6bafd8c..41a40daa58b 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -130,6 +130,7 @@ Version 0.8 (October 2013) * rustc's debug info generation (`-Z debug-info`) is greatly improved. * rustc accepts `--target-cpu` to compile to a specific CPU architecture, similarly to gcc's `--march` flag. + * rustc's performance compiling small crates is much better. * rustpkg has received many improvements. * rustpkg supports git tags as package IDs. * rustpkg builds into target-specific directories so it can be used for |
