rust/src/libfuzzer
Huon Wilson 096f6f56a8 Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
This almost removes the StringRef wrapper, since all strings are
Equiv-alent now. Removes a lot of `/* bad */ copy *`'s, and converts
several things to be &'static str (the lint table and the intrinsics
table).

There are many instances of .to_managed(), unfortunately.
2013-06-13 10:20:52 +10:00
..
ast_match.rs fuzzer: Change `core` to `std` in the fuzzer 2013-05-22 21:57:08 -07:00
cycles.rs libfuzzer: Rename `std` to `extra`. 2013-05-22 21:57:08 -07:00
fuzzer.rc Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
ivec_fuzz.rs fuzzer: Change `core` to `std` in the fuzzer 2013-05-22 21:57:08 -07:00
rand_util.rs fuzzer: Change `core` to `std` in the fuzzer 2013-05-22 21:57:08 -07:00