Try to clarify 'semantic cleanup' section of release notes
This commit is contained in:
parent
7ff2740199
commit
b357debfad
1 changed files with 5 additions and 2 deletions
|
@ -15,8 +15,11 @@ Version 0.3 (July 2012) - not yet!
|
||||||
|
|
||||||
* Semantic cleanup
|
* Semantic cleanup
|
||||||
* Resolve pass and exhaustiveness checker rewritten
|
* Resolve pass and exhaustiveness checker rewritten
|
||||||
* Borrow-check taking over from alias-analysis
|
* Alias analysis is now done with region pointers and
|
||||||
* Liveness taking over from last-use, typestate
|
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
|
* Extensive work on region pointers
|
||||||
|
|
||||||
* Experimental new language features
|
* Experimental new language features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue