rust/src/libstd
bors c58d2bacb7 auto merge of #11503 : FlaPer87/rust/master, r=huonw
The patch adds the missing pow method for all the implementations of the
Integer trait. This is a small addition that will most likely be
improved by the work happening in #10387.

Fixes #11499
2014-01-17 20:36:47 -08:00
..
comm Fix test to account for new temporary lifetime rules, which cause the channel to be dropped prematurely. 2014-01-16 18:47:22 -05:00
fmt Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
io auto merge of #11598 : alexcrichton/rust/io-export, r=brson 2014-01-17 12:02:07 -08:00
num Add a generic power function 2014-01-17 15:41:26 +01:00
path auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton 2014-01-17 07:56:45 -08:00
rand auto merge of #11503 : FlaPer87/rust/master, r=huonw 2014-01-17 20:36:47 -08:00
rt auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton 2014-01-17 07:56:45 -08:00
sync Add a generic power function 2014-01-17 15:41:26 +01:00
unstable auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton 2014-01-17 07:56:45 -08:00
any.rs
ascii.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
at_vec.rs libstd: Added more #[inline] annotations and replaced uses of libc::abort with the intrinsic. 2014-01-15 11:45:12 +02:00
bool.rs
borrow.rs
c_str.rs
cast.rs
cell.rs
char.rs
cleanup.rs remove the concept of managed-unique from libstd 2014-01-15 08:22:59 -05:00
clone.rs
cmp.rs
condition.rs
container.rs
default.rs
from_str.rs
gc.rs
hash.rs
hashmap.rs
iter.rs
kinds.rs
lib.rs
libc.rs libstd: Added more #[inline] annotations and replaced uses of libc::abort with the intrinsic. 2014-01-15 11:45:12 +02:00
local_data.rs libstd: Added more #[inline] annotations and replaced uses of libc::abort with the intrinsic. 2014-01-15 11:45:12 +02:00
logging.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
managed.rs remove the concept of managed-unique from libstd 2014-01-15 08:22:59 -05:00
mem.rs
ops.rs
option.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
os.rs
owned.rs
prelude.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
ptr.rs
rc.rs
reflect.rs register snapshots 2014-01-15 08:22:56 -05:00
repr.rs auto merge of #11598 : alexcrichton/rust/io-export, r=brson 2014-01-17 12:02:07 -08:00
result.rs
rtdeps.rs
run.rs
send_str.rs
str.rs
task.rs
to_bytes.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
to_str.rs
trie.rs std::trie: use unsafe code to give a 3x speed up to the iterator. 2014-01-18 10:46:11 +11:00
tuple.rs
unicode.rs
unit.rs
util.rs Remove typo 2014-01-16 05:56:56 -05:00
vec.rs auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton 2014-01-17 07:56:45 -08:00