1
1
Version 0.1 (January 2012)
2
2
---------------------------
3
3
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:
8
17
* Linux: x86 and x86_64 hosts and targets
9
18
* MacOS: x86 and x86_64 hosts and targets
10
19
* Windows: x86 hosts and targets
@@ -15,13 +24,11 @@ Version 0.1 (January 2012)
15
24
16
25
Known issues:
17
26
18
- * Many open bugs, see http://github.com/mozilla/rust/issues
19
-
20
- * Documentation is rough, incomplete.
27
+ * Documentation is incomplete.
21
28
22
- * Performance is still well below intended target.
29
+ * Performance is below intendend target.
23
30
24
- * Standard library APIs subject to extensive change, reorganization.
31
+ * Standard library APIs are subject to extensive change, reorganization.
25
32
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