Skip to content

Commit a9fa2a3

Browse files
committed
---
yaml --- r: 12139 b: refs/heads/master c: 34283ce h: refs/heads/master i: 12137: 7d3669c 12135: 50c5dd1 v: v3
1 parent 2fc4a14 commit a9fa2a3

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
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: 5487f140cccd5ac7f83c0d8ad886c46ac69f8446
2+
refs/heads/master: 34283ce7e840cbec4ec5704616614dbccdc08e81
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/RELEASES.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Version 0.2 (March 2012)
2+
-------------------------
3+
4+
* >1400 changes, numerous bugfixes
5+
6+
* New docs and doc tooling
7+
8+
* New port: FreeBSD x86_64
9+
10+
* Compilation model enhancements
11+
* Generics now specialized, multiply instantiated
12+
* Functions now inlined across separate crates
13+
14+
* Scheduling, stack and threading fixes
15+
* Noticably improved message-passing performance
16+
* Explicit schedulers
17+
* Callbacks from C
18+
* Helgrind clean
19+
20+
* Preliminary new language features
21+
* Operator overloading
22+
* Region pointers
23+
* Classes
24+
25+
* Various language extensions
26+
* C-callback function types: 'crust fn ...'
27+
* Infinite-loop construct: 'loop { ... }'
28+
* Shorten 'mutable' to 'mut'
29+
* Required mutable-local qualifier: 'let mut ...'
30+
* Basic glob-exporting: 'export foo::*;'
31+
* Alt now exhaustive, 'alt check' for runtime-checked
32+
33+
* New library code
34+
* AST quasi-quote syntax extension
35+
* Revived libuv interface
36+
* New modules: core::{future, iter}, std::arena
37+
* Merged per-platform std::{os*, fs*} to core::{libc, os}
38+
* Extensive cleanup, regularization in libstd, libcore
39+
140
Version 0.1 (January 2012)
241
---------------------------
342

0 commit comments

Comments
 (0)