rust/src/libstd
bors 7675856253 auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon
Adds an `uninit` intrinsic.

It's just an empty function, so llvm optimizes it down to nothing.

I changed all of the `init` intrinsic usages to `uninit` where it seemed appropriate to.
2013-05-09 12:37:00 -07:00
..
num remove vecs_implicitly_copyable from libstd/libcore 2013-05-09 14:00:53 -04:00
arc.rs auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger 2013-05-09 11:18:43 -07:00
arena.rs auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn 2013-05-09 03:51:32 -07:00
base64.rs libstd: convert chained ifs to a match in base64. 2013-05-08 23:50:15 +10:00
bitv.rs libcore: Fix tests. 2013-05-08 17:04:01 -07:00
c_vec.rs
comm.rs libcore: Remove mutable fields from pipes 2013-05-08 17:03:59 -07:00
dbg.rs
deque.rs std: Replace Durable with 'static 2013-05-07 15:30:40 -07:00
dlist.rs
ebml.rs libstd: Remove some residual mutable fields 2013-05-08 17:04:00 -07:00
fileinput.rs libstd: Remove mutable fields from fileinput and net_tcp 2013-05-08 17:03:57 -07:00
flatpipes.rs auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn 2013-05-09 03:51:32 -07:00
fun_treemap.rs
future.rs remove vecs_implicitly_copyable from libstd/libcore 2013-05-09 14:00:53 -04:00
getopts.rs auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger 2013-05-09 11:18:43 -07:00
io_util.rs libcore: Remove more mutable fields from comm 2013-05-08 17:03:59 -07:00
json.rs libstd: Remove some residual mutable fields 2013-05-08 17:04:00 -07:00
list.rs
md4.rs
net_ip.rs auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger 2013-05-09 11:18:43 -07:00
net_tcp.rs remove vecs_implicitly_copyable from libstd/libcore 2013-05-09 14:00:53 -04:00
net_url.rs std: Warning police 2013-05-03 16:56:33 -07:00
net.rs
par.rs libstd: Remove mutable fields from future and par 2013-05-08 17:03:58 -07:00
priority_queue.rs auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon 2013-05-09 12:37:00 -07:00
rc.rs Add intrinsic declaration where I missed them 2013-05-09 23:16:07 +12:00
rl.rs
rope.rs auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger 2013-05-09 11:18:43 -07:00
semver.rs
serialize.rs Register snapshots 2013-05-04 15:43:51 -07:00
sha1.rs auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger 2013-05-09 11:18:43 -07:00
smallintmap.rs Add pop() and swap() to the Map trait 2013-05-07 01:16:04 -04:00
sort_stage0.rs libstd: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00
sort.rs libstd: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00
stats.rs
std.rc remove vecs_implicitly_copyable from libstd/libcore 2013-05-09 14:00:53 -04:00
sync.rs libstd: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00
task_pool.rs libcore: Remove mutable fields from the task builder API 2013-05-08 17:03:59 -07:00
tempfile.rs libcore: Remove mutable fields from rand. 2013-05-08 17:03:58 -07:00
term.rs libstd: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00
test.rs auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger 2013-05-09 11:18:43 -07:00
time.rs libstd: rename vec::each(var) to var.each 2013-05-09 14:20:04 +09:00
timer.rs remove vecs_implicitly_copyable from libstd/libcore 2013-05-09 14:00:53 -04:00
treemap.rs libcore: Fix tests. 2013-05-08 17:04:01 -07:00
unicode.rs
uv_global_loop.rs auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn 2013-05-09 03:51:32 -07:00
uv_iotask.rs auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn 2013-05-09 03:51:32 -07:00
uv_ll.rs auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn 2013-05-09 03:51:32 -07:00
uv.rs
workcache.rs remove vecs_implicitly_copyable from libstd/libcore 2013-05-09 14:00:53 -04:00