Eduard Burtescu
|
b2d30b72bf
|
Removed @self and @Trait.
|
2014-02-07 00:38:33 +02:00 |
|
Daniel Micay
|
142672dca4
|
register snapshots
|
2013-10-23 18:06:12 -04:00 |
|
Daniel Micay
|
86efd97a10
|
add gitattributes and fix whitespace issues
|
2013-05-03 20:01:42 -04:00 |
|
Patrick Walton
|
94327d00c6
|
librustc: Replace the &static bound with 'static
|
2013-03-21 17:31:35 -07:00 |
|
Patrick Walton
|
8fa66e8e07
|
librustc: Remove implicit self from the language, except for old-style drop blocks.
|
2013-03-13 20:07:10 -07:00 |
|
Niko Matsakis
|
4ecb672d7f
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
Patrick Walton
|
bf2a225c0b
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
Patrick Walton
|
9143688197
|
librustc: Replace impl Type : Trait with impl Trait for Type . rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Patrick Walton
|
2a1b6c4de9
|
librustc: Implement &static as the replacement for Durable . r=nmatsakis
|
2013-01-10 11:16:54 -08:00 |
|
Brian Anderson
|
a277081ee4
|
Rename Owned trait to Durable
|
2012-12-13 15:52:50 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
3bd1f32cd9
|
Convert all kind bounds to camel case. Remove send, owned keywords.
|
2012-09-07 18:10:11 -07:00 |
|
Brian Anderson
|
6a0720b439
|
Convert impls to new syntax
|
2012-08-08 18:19:24 -07:00 |
|
Lindsey Kuper
|
439afaa329
|
Change remaining "iface" occurrences to "trait"; deprecate "iface"
|
2012-07-31 11:52:16 -07:00 |
|
Niko Matsakis
|
e0ea67a2a6
|
prevent regions from escaping in ifaces; remove &r.T syntax
|
2012-07-18 11:48:58 -07:00 |
|
Michael Sullivan
|
92743dc2a6
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
Michael Sullivan
|
985b52be6d
|
Support prefix notation for vstore strings. Closes #2906.
|
2012-07-13 17:03:49 -07:00 |
|
Tim Chevalier
|
e958cbe799
|
Un-xfail issue 2734 test
because I guess I forgot to do that when I fixed the bug.
|
2012-07-10 23:10:21 -07:00 |
|
Ben Blum
|
b2b498183a
|
Add test case for issue #2734 (xfailed)
|
2012-06-28 19:26:12 -04:00 |
|