about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-19auto merge of #11649 : FlaPer87/rust/pow, r=cmrbors-37/+22
2014-01-19auto merge of #11643 : kballard/rust/path-root-path, r=ericktbors-4/+7
2014-01-20Fix misuse of character/byte in std::path.OGINO Masanori-2/+2
2014-01-19auto merge of #11642 : erickt/rust/path, r=huonwbors-41/+62
2014-01-19auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichtonbors-21/+31
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-43/+7
2014-01-18Added benchmark for pow and pow_with_uintFlavio Percoco-0/+21
2014-01-18Expose platform independent path separatorsErick Tryzelaar-41/+62
2014-01-18auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brsonbors-84/+31
2014-01-18auto merge of #11605 : alexcrichton/rust/issue-9582, r=brsonbors-2/+2
2014-01-17Make WindowsPath::new("C:foo").root_path() return Some("C:")Kevin Ballard-4/+7
2014-01-18Rename iterators for consistencyPalmer Cox-295/+295
2014-01-17handle zero-size allocations correctlyDaniel Micay-21/+31
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-43/+71
2014-01-18std::trie: use unsafe code to give a 3x speed up to the iterator.Huon Wilson-39/+118
2014-01-18std::trie: remove each_{key,value}_reverse internal iterators.Huon Wilson-13/+1
2014-01-18Add FIXME comments regarding issue #11526.Brendan Zabarauskas-0/+22
2014-01-18Simplify std::num::Primitive trait definitionBrendan Zabarauskas-84/+9
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-106/+148
2014-01-17Tweak the interface of std::ioAlex Crichton-106/+148
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-36/+98
2014-01-17Add a generic power functionFlavio Percoco-43/+71
2014-01-17auto merge of #11479 : khodzha/rust/peekable_empty, r=brsonbors-1/+15
2014-01-16Fix test to account for new temporary lifetime rules, which cause the channel...Niko Matsakis-1/+1
2014-01-16Forbid coercing unsafe functions to closuresAlex Crichton-2/+2
2014-01-16auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichtonbors-7/+6
2014-01-16Remove typoNiko Matsakis-1/+1
2014-01-16auto merge of #11579 : kballard/rust/windows-path-join, r=ericktbors-2/+9
2014-01-16Fix some docs in std::rt::taskDerek Chiang-7/+6
2014-01-15auto merge of #11548 : bjz/rust/bitwise, r=alexcrichtonbors-39/+39
2014-01-15auto merge of #11565 : mozilla/rust/snapshot, r=huonwbors-246/+17
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-39/+39
2014-01-15Remove FIXMEs and add licenseNiko Matsakis-1/+1
2014-01-15auto merge of #11568 : FlaPer87/rust/even, r=alexcrichtonbors-2/+2
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-37/+99
2014-01-15auto merge of #11550 : alexcrichton/rust/noinline, r=thestingerbors-0/+2
2014-01-15path: Fix joining Windows path when the receiver is "C:"Kevin Ballard-2/+9
2014-01-15auto merge of #11112 : alexcrichton/rust/issue-11087, r=brsonbors-23/+98
2014-01-15Allow more "error" values in try_recv()Alex Crichton-23/+98
2014-01-15auto merge of #11543 : thestinger/rust/gc, r=cmrbors-0/+5
2014-01-15Use the least significant beat to determine if int/uint is evenFlavio Percoco-2/+2
2014-01-15auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwaltonbors-9/+34
2014-01-15remove the concept of managed-unique from libstdDaniel Micay-31/+16
2014-01-15register snapshotsDaniel Micay-215/+1
2014-01-15auto merge of #11556 : am0d/rust/docs, r=huonwbors-1/+1
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-9/+34
2014-01-14auto merge of #11535 : thestinger/rust/header, r=alexcrichtonbors-9/+114
2014-01-14Flag failure functions as inline(never)Alex Crichton-0/+2
2014-01-14Mark LineIterator as public so its docs get generated.a_m0d-1/+1
2014-01-14add implementation of `Repr` for `~[T]`Daniel Micay-1/+2