Skip to content

Commit e1b5a93

Browse files
committed
---
yaml --- r: 36704 b: refs/heads/try2 c: cf02c2b h: refs/heads/master v: v3
1 parent 2f6d3d0 commit e1b5a93

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 036b26a19747692e48a907459acbb0a7ce321bec
8+
refs/heads/try2: cf02c2badfb4dc451ab6c6471ce34ffa7ed52d6d
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

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