Skip to content

Commit 32c8d5c

Browse files
committed
---
yaml --- r: 40799 b: refs/heads/dist-snap c: cf02c2b h: refs/heads/master i: 40797: 650468c 40795: 6673621 40791: e260960 40783: 8b09924 40767: 993b40a v: v3
1 parent 560df42 commit 32c8d5c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
99
refs/heads/incoming: e90142e536c150df0d9b4b2f11352152177509b5
10-
refs/heads/dist-snap: 036b26a19747692e48a907459acbb0a7ce321bec
10+
refs/heads/dist-snap: cf02c2badfb4dc451ab6c6471ce34ffa7ed52d6d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/RELEASES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 0.5 (December 2012)
22
---------------------------
33

4-
* ~700 changes, numerous bugfixes
4+
* ~800 changes, numerous bugfixes
55

66
* Syntax changes
77
* Removed `<-` move operator
@@ -13,6 +13,7 @@ Version 0.5 (December 2012)
1313
* `Eq` and `IterBytes` implementations can be automatically generated
1414
with `#[deriving_eq]` and `#[deriving_iter_bytes]` respectively
1515
* Removed the special crate language for `.rc` files
16+
* Function arguments may consist of any irrefutable pattern
1617

1718
* Semantic changes
1819
* `&` and `~` pointers may point to objects
@@ -24,13 +25,15 @@ Version 0.5 (December 2012)
2425
without writing `move` explicitly
2526
* `&T` may now be coerced to `*T`
2627
* Coercions happen in `let` statements as well as function calls
28+
* `use` statements now take crate-relative paths
2729

2830
* Improved support for language features
2931
* Trait inheritance is much more complete
30-
* Traits may declare default methods for the implementations to use
3132
* More support for explicit self arguments in methods - `self`, `&self`
3233
`@self`, and `~self` all generally work as expected
3334
* Static methods work in more situations
35+
* Experimental: Traits may declare default methods for the implementations
36+
to use
3437

3538
* Libraries
3639
* New condition handling system in `core::condition`

0 commit comments

Comments
 (0)