|
| 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 | + |
1 | 40 | Version 0.1 (January 2012)
|
2 | 41 | ---------------------------
|
3 | 42 |
|
|
0 commit comments