Minor release notes cleanup
This commit is contained in:
parent
1e34202e74
commit
1c2d926b8e
1 changed files with 9 additions and 10 deletions
19
RELEASES.txt
19
RELEASES.txt
|
@ -9,17 +9,16 @@ Version 0.3 (July 2012) - not yet!
|
||||||
* #[cfg(windows)] and #[cfg(unix)] attributes
|
* #[cfg(windows)] and #[cfg(unix)] attributes
|
||||||
* Documentation comments
|
* Documentation comments
|
||||||
* More compact closure syntax
|
* More compact closure syntax
|
||||||
* 'do' expressions for treating higher-order functions
|
* 'do' expressions for treating higher-order functions as
|
||||||
as control structures
|
control structures
|
||||||
* *-patterns (wildcard extended to all constructor fields)
|
* *-patterns (wildcard extended to all constructor fields)
|
||||||
|
|
||||||
* Semantic cleanup
|
* Semantic cleanup
|
||||||
* Resolve pass and exhaustiveness checker rewritten
|
* Name resolution pass and exhaustiveness checker rewritten
|
||||||
* Alias analysis is now done with region pointers and
|
* Alias analysis is now done with region pointers and pointer
|
||||||
pointer borrowing
|
borrowing
|
||||||
* Initness checking is now provided by a region-based
|
* Init-ness checking is now provided by a region-based liveness
|
||||||
liveness pass instead of the typestate pass. Same
|
pass instead of the typestate pass; same for last-use analysis
|
||||||
for last-use analysis
|
|
||||||
* Extensive work on region pointers
|
* Extensive work on region pointers
|
||||||
|
|
||||||
* Experimental new language features
|
* Experimental new language features
|
||||||
|
@ -27,8 +26,8 @@ Version 0.3 (July 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
|
||||||
* 'const' type kind - types that can be used to implement
|
* 'const' type kind for types that can be used to implement
|
||||||
shared memory concurrency patterns
|
shared-memory concurrency patterns
|
||||||
|
|
||||||
* Type reflection
|
* Type reflection
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue