Skip to content

Commit 346b09d

Browse files
committed
---
yaml --- r: 21843 b: refs/heads/snap-stage3 c: 31a3825 h: refs/heads/master i: 21841: 2d0550e 21839: edd4df6 v: v3
1 parent 3a96e3b commit 346b09d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 920bc0fe49bf406370ac8ab25eb6371a91003a78
4+
refs/heads/snap-stage3: 31a38254e127edff42dadbe761a4baff5ff9f32f
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/RELEASES.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ Version 0.4 (September 2012)
99
* Classes are replaced with simpler structs
1010
* Method self types
1111
* `ret` became `return` and `alt` became `match`
12+
* `import` is now `use`; `use is now `extern mod`
13+
* `extern mod { ... }` is now `extern { ... }`
14+
* `use mod` is the recommended way to import modules
15+
* `pub` and `priv` replace deprecated export lists
1216

1317
* Semantics
1418
* Trait implementations are now coherent, ala Haskell typeclasses
19+
* Trait methods may be static
20+
* Argument modes are deprecated
1521
* Borrowed pointers are much more mature and recommended for use
1622
* Strings and vectors in the static region are stored in constant memory
1723
* Typestate was removed
18-
* Resolution is rewritten to be more reliable
24+
* Resolution rewritten to be more reliable
1925
* Support for 'dual-mode' data structures (freezing and thawing)
2026
* Last-use analysis is only used for warnings now. Moves must be explicit
2127
for lvalues (TODO: confirm)
@@ -28,7 +34,8 @@ Version 0.4 (September 2012)
2834
* `core::task' gained a (currently very unsafe) task-local storage API
2935

3036
* Concurrency
31-
* An effecient new intertask communication primitive called `core::pipes`
37+
* An efficient new intertask communication primitive called the pipe,
38+
along with a number of higher-level channel types, in `core::pipes`
3239
* `std::arc`, an atomically reference counted, immutable, shared memory
3340
type
3441
* `std::sync`, various exotic synchronization tools based on arcs and pipes

0 commit comments

Comments
 (0)