rust/src/libextra
blake2-ppc 8f86fa3b31 rc: Use ~T for allocation
Simplify Rc<T>/RcMut<T> by using ~T when allocating a reference counted
box.
2013-07-24 10:22:55 -04:00
..
crypto extra: add some microbenchmarks 2013-07-19 15:08:42 -07:00
num test: Fix tests. 2013-07-17 14:57:55 -07:00
terminfo librustc: Change repeated vector expressions to use implicit copyability. 2013-07-17 14:57:54 -07:00
arc.rs new snapshot 2013-07-22 01:09:48 -04:00
arena.rs new snapshot 2013-07-22 01:09:48 -04:00
base64.rs Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
bitv.rs Added bitv iterator benchmarks 2013-07-21 03:22:59 -04:00
c_vec.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07: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 dlist: Rename rotate methods to .rotate_forward() and .rotate_backward() 2013-07-23 01:31:30 +02:00
ebml.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07: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 Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
getopts.rs Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -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 extra: switch json from hashmaps to treemaps 2013-07-23 15:23:02 -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 librustc: Remove the Copy bound from the language. 2013-07-17 14:57:54 -07:00
priority_queue.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
rc.rs rc: Use ~T for allocation 2013-07-24 10:22:55 -04:00
ringbuf.rs Use Option .take() or .take_unwrap() instead of util::replace where possible 2013-07-20 05:12:05 -04:00
rl.rs new snapshot 2013-07-22 01:09:48 -04: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 Eliminated SmallIntSet 2013-07-21 19:37:34 -04: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 Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 2013-07-16 12:47:01 -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 librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
treemap.rs Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04: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 extra: rebase fallout. 2013-07-23 15:59:24 -07:00