..
arena.rs
change list so that it must be used in a purely boxed fashion
2012-05-21 09:37:34 -07:00
bitv.rs
Annotate FIXMEs in std::bitv, and remove a FIXME
2012-05-03 15:26:22 -07:00
c_vec.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
dbg.rs
std: Convert to rustdoc
2012-03-09 22:56:53 -08:00
deque.rs
Annotate more FIXMES in libstd (comments only)
2012-05-03 15:36:47 -07:00
ebml.rs
More slice use in vec, io, str, ebml, metadata encoder and decoder.
2012-04-25 17:19:36 -07:00
fun_treemap.rs
std: Convert to rustdoc
2012-03-09 22:56:53 -08:00
getopts.rs
std: Fix example in getopts module docs
2012-05-01 04:55:19 +02:00
json.rs
Move map iface over to more for-friendly iteration methods
2012-04-23 15:18:19 +02:00
list.rs
change list so that it must be used in a purely boxed fashion
2012-05-21 09:37:34 -07:00
map.rs
impl-ify map
2012-05-22 10:02:34 -07:00
md4.rs
annotate libstd and start enforcing mutability
2012-03-14 20:46:36 -04:00
net.rs
std: impl for net::tcp::connect
2012-05-22 22:29:15 -07:00
net_ip.rs
std: FIXME stub net::ip::ip_addr::ipv6 variant...needs parse/format impl
2012-05-22 22:29:16 -07:00
net_tcp.rs
std: change tcp_*_result to use result::result.. flatter!
2012-05-22 22:29:16 -07:00
prettyprint.rs
fixup auto_serialize's treatment of nullary variants
2012-03-14 21:05:06 -04:00
rope.rs
introduce a few copies here and there
2012-05-18 20:00:50 -07:00
serialization.rs
Check kind bounds when calling methods
2012-03-16 17:05:29 +01:00
sha1.rs
std: Fix a typo
2012-05-19 10:08:44 -07:00
smallintmap.rs
port smallintmap over to dvec
2012-05-18 20:00:51 -07:00
sort.rs
Comments only: annotate more FIXMEs in libstd
2012-05-03 17:45:06 -07:00
std.rc
std: pushing existing code in net.rs -> net_ip.rs and re-import/exporting
2012-05-22 22:29:15 -07:00
tempfile.rs
Comments only: annotate more FIXMEs in libstd
2012-05-03 17:45:06 -07:00
term.rs
Move some code over to iterator-for to see how it performs.
2012-03-27 15:46:33 +02:00
test.rs
Using const vector slices for more vec functions.
2012-05-18 16:55:42 -07:00
time.rs
expose tzset
2012-05-19 10:08:43 -07:00
timer.rs
Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420 .
2012-05-22 14:10:32 -07:00
treemap.rs
Bulk-edit mutable -> mut.
2012-03-26 18:35:18 -07:00
unicode.rs
Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME
2012-05-03 17:45:06 -07:00
util.rs
std: Convert to rustdoc
2012-03-09 22:56:53 -08:00
uv.rs
std: dump old std::uv API.. move remaining tests into uv::ll
2012-04-20 15:23:23 -07:00
uv_global_loop.rs
rt/std: whitespace cleanup + work on hl/global_loop docs
2012-04-27 22:19:30 -07:00
uv_hl.rs
rt/std: whitespace cleanup + work on hl/global_loop docs
2012-04-27 22:19:30 -07:00
uv_ll.rs
std: makeing uv::ll::listen/accept use generic params for ptr args
2012-05-22 22:29:16 -07:00