rust/src/test
Erick Tryzelaar c0b9986c8f libstd: change serialization2 to take &self argument methods
Unfortunately this trips over issue (#3585), where auto-ref isn't
playing nicely with @T implementations. Most serializers don't
care, but prettyprint2 won't properly display "@" until #3585 is
fixed.
2012-09-26 16:20:24 -07:00
..
auxiliary Respect privacy qualifiers on view items, add to import resolutions. 2012-09-25 15:31:02 -07:00
bench Fix borked tests 2012-09-25 22:13:05 -07:00
compile-fail fix issue #3535 and add colon between mode and type when dumping funcion prototype 2012-09-26 07:48:19 -07:00
pretty Camel case the option type 2012-08-26 15:56:16 -07:00
run-fail Demode core::result 2012-09-25 17:48:22 -07:00
run-pass libstd: change serialization2 to take &self argument methods 2012-09-26 16:20:24 -07:00
run-pass-fulldeps Fix run-pass-fulldeps/qquote.rs 2012-09-18 18:46:45 -07:00