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