rust/src/test
Huon Wilson 9d64e46013 std::str: remove from_utf8.
This function had type &[u8] -> ~str, i.e. it allocates a string
internally, even though the non-allocating version that take &[u8] ->
&str and ~[u8] -> ~str are all that is necessary in most circumstances.
2013-12-04 22:35:53 +11:00
..
auxiliary Resume propagation of linking to native dylibs 2013-12-03 08:19:33 -08:00
bench std::str: remove from_utf8. 2013-12-04 22:35:53 +11:00
codegen
compile-fail auto merge of #10783 : sfackler/rust/drop, r=alexcrichton 2013-12-04 01:36:29 -08:00
debug-info Register new snapshots 2013-11-28 20:27:56 -08:00
pretty
run-fail
run-make rustc: filter out empty linker args 2013-12-01 19:29:01 +01:00
run-pass std::str: remove from_utf8. 2013-12-04 22:35:53 +11:00
run-pass-fulldeps