about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-36/+98
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-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
2014-01-14remove `borrow_offset` as ~ is now free of headersDaniel Micay-7/+0
2014-01-14remove reference counting headers from ~Daniel Micay-1/+112
2014-01-15std::trie: optimise insert slightly.Huon Wilson-34/+36
2014-01-15std::trie: add benchmarks for insert.Huon Wilson-0/+48
2014-01-14add an experimental tag for Gc<T> due to cyclesDaniel Micay-0/+5
2014-01-14auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakisbors-10/+6
2014-01-14Fix the representation of C void pointers in LLVM IRBjörn Steinbrink-1/+12
2014-01-14renamed empty() to is_empty()Shamir Khodzha-4/+4
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-2/+4
2014-01-12Bump version to 0.10-preBrian Anderson-0/+1
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-186/+79
2014-01-13Remove RealExtBrendan Zabarauskas-49/+1
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-10/+6
2014-01-11added empty() to PeekableShamir Khodzha-1/+15
2014-01-11auto merge of #11472 : kud1ing/rust/iOS, r=alexcrichtonbors-0/+1
2014-01-11Removed free_glue from tydesc (the code is still generated, but inlined in dr...Eduard Burtescu-2/+31
2014-01-11define arch for iOS/ARMkud1ing-0/+1
2014-01-10auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichtonbors-31/+31
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-31/+31
2014-01-10std::io: Optimize u64_from_be_bytes()Carl-Anton Ingmarsson-11/+19
2014-01-10std::io: Add tests and benchmarks for u64_from_be_bytes()Carl-Anton Ingmarsson-0/+82
2014-01-10auto merge of #11437 : sfackler/rust/mem-eof, r=alexcrichtonbors-2/+12