Skip to content

Commit

Permalink
Try to clarify 'semantic cleanup' section of release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 5, 2012
1 parent 7ff2740 commit b357deb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ Version 0.3 (July 2012) - not yet!

* Semantic cleanup
* Resolve pass and exhaustiveness checker rewritten
* Borrow-check taking over from alias-analysis
* Liveness taking over from last-use, typestate
* 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
* Extensive work on region pointers

* Experimental new language features
Expand Down

0 comments on commit b357deb

Please sign in to comment.