Skip to content

Commit 58424eb

Browse files
committed
auto merge of #9349 : brson/rust/relnotes, r=thestinger
2 parents c29e76b + 5a0f7aa commit 58424eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASES.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version 0.8 (October 2013)
66
* Language
77
* The `for` loop syntax has changed to work with the `Iterator` trait.
88
* At long last, unwinding works on Windows.
9-
* Default methods definitely mostly work.
9+
* Default methods are ready for use.
1010
* Many trait inheritance bugs fixed.
1111
* Owned and borrowed trait objects work more reliably.
1212
* `copy` is no longer a keyword. It has been replaced by the `Clone` trait.
@@ -56,7 +56,7 @@ Version 0.8 (October 2013)
5656
be specified with `#[link_section = "..."]`.
5757
* The `proto!` syntax extension for defining bounded message protocols
5858
was removed.
59-
* `macro_rules!` is hygenic for `let` declarations.
59+
* `macro_rules!` is hygienic for `let` declarations.
6060
* The `#[export_name]` attribute specifies the name of a symbol.
6161
* `unreachable!` can be used to indicate unreachable code, and fails
6262
if executed.
@@ -92,7 +92,7 @@ Version 0.8 (October 2013)
9292
* std: Added `SharedPort` to `comm`.
9393
* std: `Eq` has a default method for `ne`; only `eq` is required
9494
in implementations.
95-
* std: `Ord` has default methods for `le`, `gt` and `le`; only `lt`
95+
* std: `Ord` has default methods for `le`, `gt` and `ge`; only `lt`
9696
is required in implementations.
9797
* std: `is_utf8` performance is improved, impacting many string functions.
9898
* std: `os::MemoryMap` provides cross-platform mmap.
@@ -130,6 +130,7 @@ Version 0.8 (October 2013)
130130
* rustc's debug info generation (`-Z debug-info`) is greatly improved.
131131
* rustc accepts `--target-cpu` to compile to a specific CPU architecture,
132132
similarly to gcc's `--march` flag.
133+
* rustc's performance compiling small crates is much better.
133134
* rustpkg has received many improvements.
134135
* rustpkg supports git tags as package IDs.
135136
* rustpkg builds into target-specific directories so it can be used for

0 commit comments

Comments
 (0)