Skip to content

Commit 5a1112b

Browse files
committed
---
yaml --- r: 24573 b: refs/heads/try2 c: 1c2d926 h: refs/heads/master i: 24571: 59c5a32 v: v3
1 parent 8ac442d commit 5a1112b

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
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: 1e34202e7432ca546bce3e591df2baf105267bce
8+
refs/heads/try2: 1c2d926b8e7825d2061c943068568cdeb9b89ee6
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/RELEASES.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,25 @@ Version 0.3 (July 2012) - not yet!
99
* #[cfg(windows)] and #[cfg(unix)] attributes
1010
* Documentation comments
1111
* More compact closure syntax
12-
* 'do' expressions for treating higher-order functions
13-
as control structures
12+
* 'do' expressions for treating higher-order functions as
13+
control structures
1414
* *-patterns (wildcard extended to all constructor fields)
1515

1616
* Semantic cleanup
17-
* Resolve pass and exhaustiveness checker rewritten
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
17+
* Name resolution pass and exhaustiveness checker rewritten
18+
* Alias analysis is now done with region pointers and pointer
19+
borrowing
20+
* Init-ness checking is now provided by a region-based liveness
21+
pass instead of the typestate pass; same for last-use analysis
2322
* Extensive work on region pointers
2423

2524
* Experimental new language features
2625
* Slices and fixed-size, interior-allocated vectors
2726
* #!-comments for lang versioning, shell execution
2827
* Destructors and iface implementation for classes;
2928
type-parameterized classes and class methods
30-
* 'const' type kind - types that can be used to implement
31-
shared memory concurrency patterns
29+
* 'const' type kind for types that can be used to implement
30+
shared-memory concurrency patterns
3231

3332
* Type reflection
3433

0 commit comments

Comments
 (0)