We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff2740 commit b357debCopy full SHA for b357deb
RELEASES.txt
@@ -15,8 +15,11 @@ Version 0.3 (July 2012) - not yet!
15
16
* Semantic cleanup
17
* Resolve pass and exhaustiveness checker rewritten
18
- * Borrow-check taking over from alias-analysis
19
- * Liveness taking over from last-use, typestate
+ * Alias analysis is now done with region pointers and
+ pointer borrowing
20
+ * Initness checking is now provided by a region-based
21
+ liveness pass instead of the typestate pass. Same
22
+ for last-use analysis
23
* Extensive work on region pointers
24
25
* Experimental new language features
0 commit comments