Skip to content

Commit 5d9d9dc

Browse files
committed
---
yaml --- r: 35511 b: refs/heads/master c: cf02c2b h: refs/heads/master i: 35509: c0ffe6f 35507: 191e8f7 35503: 3b89daa v: v3
1 parent 851b32b commit 5d9d9dc

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 036b26a19747692e48a907459acbb0a7ce321bec
2+
refs/heads/master: cf02c2badfb4dc451ab6c6471ce34ffa7ed52d6d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/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)