Skip to content

Commit 95547c2

Browse files
committed
---
yaml --- r: 24567 b: refs/heads/try2 c: b357deb h: refs/heads/master i: 24565: 0a3d7c1 24563: dddad09 24559: a79e4d2 v: v3
1 parent b2a1032 commit 95547c2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 7ff274019944f5272464c188015e1799901348dc
8+
refs/heads/try2: b357debfad679a5d32aab3dc2ca9ba15e4984b54
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/RELEASES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ Version 0.3 (July 2012) - not yet!
1515

1616
* Semantic cleanup
1717
* Resolve pass and exhaustiveness checker rewritten
18-
* Borrow-check taking over from alias-analysis
19-
* Liveness taking over from last-use, typestate
18+
* Alias analysis is now done with region pointers and
19+
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
2023
* Extensive work on region pointers
2124

2225
* Experimental new language features

0 commit comments

Comments
 (0)