Skip to content

Commit 623e76f

Browse files
committed
---
yaml --- r: 39223 b: refs/heads/incoming c: 784c1af h: refs/heads/master i: 39221: 2c36f9a 39219: 38eed98 39215: d22cd9f v: v3
1 parent b67d90f commit 623e76f

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
9-
refs/heads/incoming: 4ab1c8805aee4b6a4254fd90695371a06cbcd301
9+
refs/heads/incoming: 784c1af8fd420bddf96d65164af7f933f10acd6d
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/RELEASES.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Version 0.5 (December 2012)
2+
---------------------------
3+
4+
* ~700 changes, numerous bugfixes
5+
6+
* Language
7+
* Traits may inherit from other traits
8+
* Traits may declare default methods for the impls to use
9+
* More support for explicit self arguments in methods - `self`, `&self`
10+
`@self`, and `~self` all generally work as expected
11+
* Static methods improved to work in more situations
12+
* Completed the transition from the `#fmt` extension syntax to `fmt!`
13+
* Removed old fixed length vector syntax - `[T]/N`
14+
* Item macros
15+
* Remove `<-` move operator
16+
* Tuple structs - `struct Foo(Bar, Baz)`. Will replace newtype enums.
17+
* Eq impls can be derived with #[deriving_eq]
18+
* IterBytes impls can be derived with #[deriving_iter_bytes]
19+
* Destructors can be added to all nominal types with the Drop trait
20+
* Removed the special crate language for .rc files
21+
* New token-based quasi-quoter, `quote!`
22+
* More things can be constants now, including structs and
23+
nullary enum variants
24+
25+
* Libraries
26+
* New condition handling system in core::condition
27+
* Timsort added to std::sort
28+
* Serialization overhauled to be trait-based
29+
* Expanded getopts definitions
30+
* Moved futures to std
31+
* More functions are pure now
32+
33+
* Tools
34+
* Added a new, but still immature, REPL, rusti
35+
* rustdoc and cargo are libraries now
36+
137
Version 0.4 (October 2012)
238
--------------------------
339

0 commit comments

Comments
 (0)