rust/src/libextra
bors 8b7e241e02 auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
This removes a bunch of options from the task builder interface that are irrelevant to the new scheduler and were generally unused anyway. It also bumps the stack size of new scheduler tasks so that there's enough room to run rustc and changes the interface to `Thread` to not implicitly join threads on destruction, but instead require an explicit, and mandatory, call to `join`.
2013-07-31 02:10:24 -07: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 UnsafeArc methods return unsafe pointers, so are not themselves unsafe. 2013-07-30 13:19:26 -04: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
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 auto merge of #8135 : dim-an/rust/master, r=pcwalton 2013-07-30 22:34:20 -07:00
io_util.rs
iter.rs
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 auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton 2013-07-31 02:10:24 -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 Do not enforce two newlines after the options 2013-07-30 18:40:01 +02: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 FALSE is not 1u8 but 0u8, of cource. 2013-07-31 07:13:38 +09: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