rust/src/test
Marijn Haverbeke 7efef98901 Make uses of self in impls compile
Get rid of expr_self_call, introduces def_self. `self` is now,
syntactically, simply a variable. A method implicitly brings a `self`
binding into scope.

Issue #1227
2011-12-16 11:46:57 +01:00
..
bench Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
compile-fail Make uses of self in impls compile 2011-12-16 11:46:57 +01:00
pretty
run-fail Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
run-pass Fixed type resolution error in math tests 2011-12-14 14:54:16 -08:00
stdtest stdlib: Add a str::split_str() to split on a delimiter string of any length 2011-12-15 17:39:53 -08:00