Skip to content

Commit 4301b0a

Browse files
committed
---
yaml --- r: 28529 b: refs/heads/try c: 31a3825 h: refs/heads/master i: 28527: bc9955e v: v3
1 parent 3212343 commit 4301b0a

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
@@ -2,7 +2,7 @@
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5-
refs/heads/try: 920bc0fe49bf406370ac8ab25eb6371a91003a78
5+
refs/heads/try: 31a38254e127edff42dadbe761a4baff5ff9f32f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df

branches/try/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)