Skip to content

Commit db27e29

Browse files
committed
---
yaml --- r: 10702 b: refs/heads/snap-stage3 c: 07d5686 h: refs/heads/master v: v3
1 parent ad5f703 commit db27e29

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 6517fc5ab6785d0bd3340c73d8ec364c18d5a2df
4+
refs/heads/snap-stage3: 07d568688c3a97866439735742bc0f489723a78a
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/RELEASES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Version 0.3 (June 2012) - not yet!
77
* Integer-literal suffix inference
88
* Per-module control over warnings, errors
99
* #[cfg(windows)] and #[cfg(unix)] attributes
10+
* *-patterns (wildcard extended to all constructor fields)
1011

1112
* Semantic cleanup
1213
* Resolve pass and exhaustiveness checker rewritten
@@ -17,12 +18,13 @@ Version 0.3 (June 2012) - not yet!
1718
* Experimental new language features
1819
* Slices and fixed-size, interior-allocated vectors
1920
* #!-comments for lang versioning, shell execution
20-
* More work on classes
21+
* Destructors and iface implementation for classes;
22+
type-parameterized classes and class methods
2123
* Type reflection
2224

2325
* Removal of various obsolete features
2426
* Keywords: be, prove, syntax, note, mutable, do, bind
25-
* Constructs: do-while loops, fn binding,
27+
* Constructs: do-while loops, fn binding, resources
2628

2729
* Compiler reorganization
2830
* Syntax-layer of compiler split into separate crate

0 commit comments

Comments
 (0)