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
|
d661711cc2
|
test: Fix tests.
|
2013-03-07 22:37:58 -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 |
|
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
|
6a0720b439
|
Convert impls to new syntax
|
2012-08-08 18:19:24 -07:00 |
|
Patrick Walton
|
db020ab63c
|
rustc: Implement and enforce instance coherence
|
2012-07-17 15:46:43 -07:00 |
|
Niko Matsakis
|
90e435e808
|
change region syntax to &r/T in place of &r.T
|
2012-07-13 10:20:50 -07:00 |
|
Niko Matsakis
|
b9aa9def85
|
infer when types are region parameterized rather than requiring /&
- removes various fields from various variants in the AST
- also update tests not to use this notation
|
2012-07-11 14:41:41 -07:00 |
|