rust/src/librustc/metadata
Huon Wilson efc71a8bdb std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
The first acts on &str and is not nul-terminated, the last two act on strings
that are always null terminated (&'static str, ~str and @str).
2013-06-12 12:21:04 +10:00
..
common.rs
creader.rs Clean up a handful of build warnings. 2013-06-06 12:14:41 -07:00
csearch.rs Clean up a handful of build warnings. 2013-06-06 12:14:41 -07:00
cstore.rs std: replace str::each_split* with an iterator 2013-06-10 23:02:54 +10:00
decoder.rs std: convert {vec,str}::to_owned to methods. 2013-06-12 12:21:03 +10:00
encoder.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
filesearch.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
loader.rs std: convert {vec,str}::to_owned to methods. 2013-06-12 12:21:03 +10:00
mod.rs
tydecode.rs tydecode: Accept a plain borrowed pointer to the data 2013-06-08 03:24:47 +02:00
tyencode.rs Add 'Sized' builtin kind; doesn't do anything yet 2013-05-30 21:41:41 -04:00