Skip to content

Commit 34283ce

Browse files
committed
Update release notes.
1 parent 5487f14 commit 34283ce

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

RELEASES.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Version 0.2 (March 2012)
2+
-------------------------
3+
4+
* >1400 changes, numerous bugfixes
5+
6+
* New docs and doc tooling
7+
8+
* New port: FreeBSD x86_64
9+
10+
* Compilation model enhancements
11+
* Generics now specialized, multiply instantiated
12+
* Functions now inlined across separate crates
13+
14+
* Scheduling, stack and threading fixes
15+
* Noticably improved message-passing performance
16+
* Explicit schedulers
17+
* Callbacks from C
18+
* Helgrind clean
19+
20+
* Preliminary new language features
21+
* Operator overloading
22+
* Region pointers
23+
* Classes
24+
25+
* Various language extensions
26+
* C-callback function types: 'crust fn ...'
27+
* Infinite-loop construct: 'loop { ... }'
28+
* Shorten 'mutable' to 'mut'
29+
* Required mutable-local qualifier: 'let mut ...'
30+
* Basic glob-exporting: 'export foo::*;'
31+
* Alt now exhaustive, 'alt check' for runtime-checked
32+
33+
* New library code
34+
* AST quasi-quote syntax extension
35+
* Revived libuv interface
36+
* New modules: core::{future, iter}, std::arena
37+
* Merged per-platform std::{os*, fs*} to core::{libc, os}
38+
* Extensive cleanup, regularization in libstd, libcore
39+
140
Version 0.1 (January 2012)
241
---------------------------
342

0 commit comments

Comments
 (0)