rust/src/librustc/metadata
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
..
common.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
creader.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
csearch.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
cstore.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
decoder.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
encoder.rs librustc: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00
filesearch.rs rustpkg: Make code actually compile 2013-05-03 17:25:13 -07:00
loader.rs rustc: Warning police 2013-05-03 16:56:34 -07:00
mod.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tydecode.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
tyencode.rs librustc: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00