rust/src/libextra
Dmitry Ermolov ed0f014935 Fix opts_str.
opt_val doesn't not fail! for missing options.

Closes #6492
2013-07-30 23:26:52 +04:00
..
crypto extra: add some microbenchmarks 2013-07-19 15:08:42 -07:00
num Fix some impls such that all supertraits are actually implemented. 2013-07-23 17:06:32 -07:00
terminfo std: rename str.as_bytes_with_null_consume to str.to_bytes_with_null 2013-07-23 16:56:17 -07:00
arc.rs Fix nits. 2013-07-27 22:06:29 -07:00
arena.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
base64.rs Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
bitv.rs extra: Add .rev_iter() for bitv 2013-07-30 02:48:40 +02:00
c_vec.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
comm.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
container.rs extra: add some microbenchmarks 2013-07-19 15:08:42 -07:00
dbg.rs new snapshot 2013-07-22 01:09:48 -04:00
dlist.rs extra: Implement iterator::Extendable 2013-07-30 02:06:49 +02:00
ebml.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
extra.rs extra: Add url module 2013-07-22 14:16:33 -07:00
fileinput.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
flate.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
flatpipes.rs extra: Remove uv, net, timer code 2013-07-22 14:16:33 -07:00
fun_treemap.rs librustc: Forbid & pointers (other than &'static) inside @ boxes. 2013-07-18 17:12:46 -07:00
future.rs auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt 2013-07-24 13:25:36 -07:00
getopts.rs Fix opts_str. 2013-07-30 23:26:52 +04:00
io_util.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
iter.rs Move most iter functionality to extra, fixes #7343 2013-07-01 01:50:40 +02:00
json.rs to_either + fixes 2013-07-27 23:41:09 -07:00
list.rs librustc: Forbid & pointers (other than &'static) inside @ boxes. 2013-07-18 17:12:46 -07:00
md4.rs Remove the global 'vec::to_owned' function 2013-07-12 16:13:51 -04:00
par.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
priority_queue.rs extra: Implement iterator::Extendable 2013-07-30 02:06:49 +02:00
rc.rs rc: Use ~T for allocation 2013-07-24 10:22:55 -04:00
ringbuf.rs extra: Implement iterator::Extendable 2013-07-30 02:06:49 +02:00
rl.rs std: move StrUtil::as_c_str into StrSlice 2013-07-23 16:56:22 -07:00
semver.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
serialize.rs serialize: implement Encodable for DList 2013-07-21 19:31:40 +02:00
smallintmap.rs std: Rename Iterator adaptor types to drop the -Iterator suffix 2013-07-29 04:20:56 +02:00
sort.rs Fix warnings in stdtest and extratest. Maybe somebody will care. 2013-07-20 05:12:05 -04:00
stats.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
sync.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
task_pool.rs Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
tempfile.rs std: Move change_dir_locked to unstable. #7870 2013-07-22 14:16:52 -07:00
term.rs term: Add new function .attr() to toggle terminal attributes 2013-07-14 14:37:29 -07:00
test.rs extra: switch json from hashmaps to treemaps 2013-07-23 15:23:02 -07:00
time.rs Added str::char_offset_iter() and str::rev_char_offset_iter() 2013-07-30 12:55:48 +02:00
treemap.rs extra: Implement iterator::Extendable 2013-07-30 02:06:49 +02:00
unicode.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
url.rs extra: Add url module 2013-07-22 14:16:33 -07:00
workcache.rs auto merge of #8069 : erickt/rust/maikklein, r=erickt 2013-07-28 00:19:21 -07:00