Skip to content

Commit f435805

Browse files
committed
Update 0.1 release notes
1 parent 4376189 commit f435805

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

RELEASES.txt

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Version 0.1 (January 2012)
22
---------------------------
33

4-
* Language is "alpha-level complete"; Most planned features are present in
5-
preliminary form. Try it out, let us know how it feels.
6-
7-
* Compiler should work with the following configurations:
4+
* Most language features work, including:
5+
* Unique pointers, unique closures, move semantics
6+
* Interface-constrained generics
7+
* Static interface dispatch
8+
* Stack growth
9+
* Multithread task scheduling
10+
* Typestate predicates
11+
* Failure unwinding, destructors
12+
* Pattern matching and destructuring assignment
13+
* Lightweight block-lambda syntax
14+
* Preliminary macro-by-example
15+
16+
* Compiler works with the following configurations:
817
* Linux: x86 and x86_64 hosts and targets
918
* MacOS: x86 and x86_64 hosts and targets
1019
* Windows: x86 hosts and targets
@@ -15,13 +24,11 @@ Version 0.1 (January 2012)
1524

1625
Known issues:
1726

18-
* Many open bugs, see http://github.com/mozilla/rust/issues
19-
20-
* Documentation is rough, incomplete.
27+
* Documentation is incomplete.
2128

22-
* Performance is still well below intended target.
29+
* Performance is below intendend target.
2330

24-
* Standard library APIs subject to extensive change, reorganization.
31+
* Standard library APIs are subject to extensive change, reorganization.
2532

26-
* Language-level versioning not yet operational, future code will break
27-
unexpectedly.
33+
* Language-level versioning is not yet operational - future code will
34+
break unexpectedly.

0 commit comments

Comments
 (0)