rust/src/test
Adolfo Ochagavía eacc5d779f Deprecated str::raw::from_c_str
Use `string::raw::from_buf` instead

[breaking-change]
2014-07-24 07:25:43 -07:00
..
auxiliary librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
bench auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton 2014-07-22 07:16:17 +00:00
codegen
compile-fail Add Drop support for enums 2014-07-22 23:45:49 +02:00
compile-fail-fulldeps test: Try to fix a failing snapshot test 2014-07-15 14:00:37 -07:00
debuginfo librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
pretty Fix pretty test 2014-07-21 22:53:36 -07:00
run-fail Deprecate str::from_byte 2014-07-15 19:55:19 +02:00
run-make rustc: Append platform exe suffix to output files 2014-07-21 11:27:19 -07:00
run-pass Deprecated str::raw::from_c_str 2014-07-24 07:25:43 -07:00
run-pass-fulldeps