rust/src/libstd
Niko Matsakis 0a01d82f6f preliminary work on making future's sendable
also various improvements to the ptr casting fns:
- rename assimilate() to to_unsafe_ptr() (fixes #3110)
- introduce `unsafe::copy_lifetime()` to copy the lifetime from one ptr to another
2012-08-27 19:56:16 -07:00
..
arc.rs Fix region-related unsafety in arc::get's signature 2012-08-27 14:03:23 -04:00
arena.rs #[ignore(cfg(windows))] for a test I added to arena that involves failure. 2012-08-22 10:29:23 -07:00
base64.rs Rename str::bytes to str::to_bytes 2012-08-23 15:46:10 -07:00
bitv.rs fix some unused pattern binding warnings 2012-08-24 15:37:21 -07:00
c_vec.rs Camel case the option type 2012-08-26 15:56:16 -07:00
cell.rs Camel case the option type 2012-08-26 15:56:16 -07:00
cmp.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
comm.rs Camel case the option type 2012-08-26 15:56:16 -07:00
dbg.rs core: Camel case some lesser-used modules 2012-08-13 18:59:48 -07:00
deque.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
ebml.rs Turn off the verbose-mode of ebml. 2012-08-27 16:59:30 -07:00
fun_treemap.rs Camel case the option type 2012-08-26 15:56:16 -07:00
getopts.rs Remove deprecated modes from libstd/getopts.rs 2012-08-27 17:17:10 -07:00
json.rs Convert core::result to camel case 2012-08-27 14:37:04 -07:00
list.rs Camel case the option type 2012-08-26 15:56:16 -07:00
map.rs Camel case the option type 2012-08-26 15:56:16 -07:00
md4.rs Remove deprecated modes from SHA1 and MD4 in libstd 2012-08-25 15:28:57 -07:00
net.rs Adding simple net::url module to parse and format urls. 2012-07-23 15:44:03 -07:00
net_ip.rs Convert core::result to camel case 2012-08-27 14:37:04 -07:00
net_tcp.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
net_url.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
par.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
prettyprint.rs libstd: serialization should use &strs. 2012-08-25 12:22:44 -07:00
rope.rs Camel case the option type 2012-08-26 15:56:16 -07:00
serialization.rs Camel case the option type 2012-08-26 15:56:16 -07:00
sha1.rs Remove deprecated modes from SHA1 and MD4 in libstd 2012-08-25 15:28:57 -07:00
smallintmap.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
sort.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
std.rc convert std::arc types to camelcase 2012-08-26 21:28:36 -04:00
sync.rs Convert core::result to camel case 2012-08-27 14:37:04 -07:00
tempfile.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
term.rs Camel case the option type 2012-08-26 15:56:16 -07:00
test.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
time.rs Convert core::result to camel case 2012-08-27 14:37:04 -07:00
timer.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
treemap.rs Camel case the option type 2012-08-26 15:56:16 -07:00
unicode.rs Convert ret to return 2012-08-01 19:16:06 -07:00
uv.rs convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
uv_global_loop.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
uv_iotask.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
uv_ll.rs preliminary work on making future's sendable 2012-08-27 19:56:16 -07:00