rust/src/librustc/metadata
James Miller cc908b772c Remove @-fields from CrateContext
Remove all the explicit @mut-fields from CrateContext, though many
fields are still @-ptrs.
This required changing every single function call that explicitly
took a @CrateContext, so I took advantage and changed as many as I
could get away with to &-ptrs or &mut ptrs.
2013-06-16 09:20:40 +12:00
..
common.rs
creader.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
csearch.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
cstore.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
decoder.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
encoder.rs Remove @-fields from CrateContext 2013-06-16 09:20:40 +12:00
filesearch.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
loader.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
mod.rs
tydecode.rs tydecode: Accept a plain borrowed pointer to the data 2013-06-08 03:24:47 +02:00
tyencode.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00