Skip to content

Commit 412cedf

Browse files
committed
---
yaml --- r: 30551 b: refs/heads/incoming c: 31a3825 h: refs/heads/master i: 30549: 4c7737f 30547: 4dd87d2 30543: 3a1505e v: v3
1 parent 96b6063 commit 412cedf

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
@@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9-
refs/heads/incoming: 920bc0fe49bf406370ac8ab25eb6371a91003a78
9+
refs/heads/incoming: 31a38254e127edff42dadbe761a4baff5ff9f32f
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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