rust/src/test
Steven Fackler a0e54c7761 Expand string literals and exprs inside of macros
A couple of syntax extensions manually expanded expressions, but it
wasn't done universally, most noticably inside of asm!().

There's also a bit of random cleanup.
2014-03-02 14:12:02 -08:00
..
auxiliary std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
bench std: Switch stdout/stderr to buffered by default 2014-03-01 10:06:20 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail librustc: Don't ICE when operator traits are not implemented properly. Fixes #11450 2014-03-01 00:27:02 -05:00
debug-info debuginfo: Re-enable test case that should have worked all along. 2014-02-19 17:16:36 +01:00
pretty Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
run-fail test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
run-make rustc: Better error when loading invalid libraries 2014-03-01 23:36:28 -08:00
run-pass Expand string literals and exprs inside of macros 2014-03-02 14:12:02 -08:00
run-pass-fulldeps Expand string literals and exprs inside of macros 2014-03-02 14:12:02 -08:00