Skip to content

Commit 01aab72

Browse files
committed
---
yaml --- r: 13682 b: refs/heads/master c: 07d5686 h: refs/heads/master v: v3
1 parent 651b6c9 commit 01aab72

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,5 +1,5 @@
11
---
2-
refs/heads/master: 6517fc5ab6785d0bd3340c73d8ec364c18d5a2df
2+
refs/heads/master: 07d568688c3a97866439735742bc0f489723a78a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)