Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
1be40be613
|
test: Update tests to use the new syntax.
|
2013-05-22 21:57:10 -07:00 |
|
Patrick Walton
|
3eda11a4f7
|
test: Remove pure from the test suite
|
2013-03-22 12:57:28 -07:00 |
|
Patrick Walton
|
e48446d060
|
test: Remove newtype enums from the test suite. rs=deenum
|
2013-03-11 09:35:58 -07:00 |
|
Patrick Walton
|
6d4ed5283c
|
libsyntax: Separate multiple inherited traits with +
|
2013-03-05 10:18:35 -08:00 |
|
Patrick Walton
|
a3f728238b
|
librustc: Forbid chained imports and fix the logic for one-level renaming imports
|
2013-03-02 16:49:30 -08:00 |
|
Patrick Walton
|
07c3f5c0de
|
librustc: Forbid pub or priv before trait implementations
|
2013-02-27 09:40:16 -08:00 |
|
Patrick Walton
|
bb833ca0f0
|
librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc
|
2013-02-15 16:59:56 -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
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
10c9d7921d
|
Trait constraints are separated by space, not comma
|
2012-12-07 15:54:17 -08:00 |
|
Brian Anderson
|
3ed9fbd63c
|
impls of traits cannot define methods on the anonymous trait
|
2012-11-29 22:07:49 -08:00 |
|
Tim Chevalier
|
2f83baf857
|
Check for duplicate supertraits and forbid them
As per #3953
|
2012-11-15 18:41:17 -08:00 |
|