1
Fork 0

Reindent 0.3 release notes to match the 0.1 and 0.2 indentation :)

This commit is contained in:
Lindsey Kuper 2012-06-29 18:30:21 -07:00
parent 98e161f00e
commit 3b5d76d1e3

View file

@ -7,6 +7,7 @@ Version 0.3 (June 2012) - not yet!
* Integer-literal suffix inference
* Per-module control over warnings, errors
* #[cfg(windows)] and #[cfg(unix)] attributes
* *-patterns (wildcard extended to all constructor fields)
* Semantic cleanup
@ -20,13 +21,15 @@ Version 0.3 (June 2012) - not yet!
* #!-comments for lang versioning, shell execution
* Destructors and iface implementation for classes;
type-parameterized classes and class methods
* Type reflection
* Removal of various obsolete features
* Keywords: 'be', 'prove', 'syntax', 'note', 'mutable',
'bind', 'crust', 'native' (now 'extern')
* Constructs: do-while loops ('do' repurposed),
fn binding, resources
* Keywords: 'be', 'prove', 'syntax', 'note', 'mutable', 'bind',
'crust', 'native' (now 'extern')
* Constructs: do-while loops ('do' repurposed), fn binding,
resources (replaced by destructors)
* Compiler reorganization
* Syntax-layer of compiler split into separate crate
@ -40,8 +43,8 @@ Version 0.3 (June 2012) - not yet!
* Par: parallel map and search routines
* Extensive work on libuv interface
* Much vector code moved to libraries
* Syntax extensions: #line, #col, #file, #mod,
#stringify, #include, #include_str, #include_bin
* Syntax extensions: #line, #col, #file, #mod, #stringify,
#include, #include_str, #include_bin
* Tool improvements
* Cargo automatically resolves dependencies