Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Patrick Walton
|
94327d00c6
|
librustc: Replace the &static bound with 'static
|
2013-03-21 17:31:35 -07:00 |
|
Patrick Walton
|
352c070365
|
librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming
|
2013-03-18 17:21:14 -07:00 |
|
Patrick Walton
|
58f248d923
|
test: Fix tests. rs=tests
|
2013-03-13 20:08: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 |
|
Patrick Walton
|
b1c699815d
|
librustc: Don't accept as Trait anymore; fix all occurrences of it.
|
2013-03-13 20:07:09 -07:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Niko Matsakis
|
3168fe06ff
|
Add manual &self/ and &static/ and /&self declarations that
are currently inferred. New rules are coming that will require
them to be explicit. All add some explicit self declarations.
|
2013-03-06 15:12:57 -05:00 |
|
Niko Matsakis
|
4ecb672d7f
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
Luqman Aden
|
9ea6a49696
|
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
|
2013-02-21 15:19:40 -08: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 |
|
Niko Matsakis
|
89ed595e30
|
correct expected error msgs in various tests rs=breakage
|
2013-01-10 13:58:14 -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 |
|