From 1c2d926b8e7825d2061c943068568cdeb9b89ee6 Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Thu, 5 Jul 2012 12:38:07 -0700 Subject: [PATCH] Minor release notes cleanup --- RELEASES.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index 618e1def759..a68220353fe 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -9,17 +9,16 @@ Version 0.3 (July 2012) - not yet! * #[cfg(windows)] and #[cfg(unix)] attributes * Documentation comments * More compact closure syntax - * 'do' expressions for treating higher-order functions - as control structures + * 'do' expressions for treating higher-order functions as + control structures * *-patterns (wildcard extended to all constructor fields) * Semantic cleanup - * Resolve pass and exhaustiveness checker rewritten - * Alias analysis is now done with region pointers and - pointer borrowing - * Initness checking is now provided by a region-based - liveness pass instead of the typestate pass. Same - for last-use analysis + * Name resolution pass and exhaustiveness checker rewritten + * Alias analysis is now done with region pointers and pointer + borrowing + * Init-ness checking is now provided by a region-based liveness + pass instead of the typestate pass; same for last-use analysis * Extensive work on region pointers * Experimental new language features @@ -27,8 +26,8 @@ Version 0.3 (July 2012) - not yet! * #!-comments for lang versioning, shell execution * Destructors and iface implementation for classes; type-parameterized classes and class methods - * 'const' type kind - types that can be used to implement - shared memory concurrency patterns + * 'const' type kind for types that can be used to implement + shared-memory concurrency patterns * Type reflection