rust/src/test/run-pass-fulldeps
Björn Steinbrink 1393c3a3f4 Use a specialized string interner to reduce the need for owned strings
&str can be turned into @~str on demand, using to_owned(), so for
strings, we can create a specialized interner that accepts &str for
intern() and find() but stores and returns @~str.
2013-05-09 14:40:19 +02:00
..
issue-1926.rs test: De-mut the test suite. rs=demuting 2013-02-22 18:35:01 -08:00
qquote.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
quote-tokens.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00