summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+1
2013-12-07std::str: Add examples to the StrSlice trait.Huon Wilson-42/+321
2013-12-06Made Results API more composableMarvin Löbel-125/+44
2013-12-05auto merge of #10562 : ongardie/rust/master, r=brsonbors-6/+7
2013-12-05auto merge of #10817 : alexcrichton/rust/sched-fix, r=brsonbors-4/+49
2013-12-05Solve some nasty deschedulinging races with a lockAlex Crichton-4/+49
2013-12-05Fix documentation typo (divison operator is not backslash)Alexandros Tasos-2/+2
2013-12-04auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichtonbors-433/+432
2013-12-04Rename std::rt::deque::*::init() to *::new()Kevin Ballard-20/+20
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-413/+412
2013-12-04auto merge of #10804 : alexcrichton/rust/less-dup, r=pcwaltonbors-13/+5
2013-12-04auto merge of #10803 : vmx/rust/integer-decode, r=cmrbors-0/+60
2013-12-04Don't dup the stdio file descriptors.Alex Crichton-13/+5
2013-12-04Decode a float into integersVolker Mische-0/+60
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-36/+36
2013-12-04std::str: remove from_utf8.Huon Wilson-140/+37
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-12/+10
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-56/+2
2013-12-03Register new snapshotsAlex Crichton-56/+2
2013-12-03auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichtonbors-5/+20
2013-12-03add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]>Guillaume Pinot-4/+110
2013-12-02Add a macro to check if logging at a given label is enabledPhilipp Brüschweiler-5/+20
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-6/+6
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-7/+1
2013-12-01remove useless `transmute_immut` functionDaniel Micay-7/+1
2013-11-30auto merge of #10739 : DaGenix/rust/mut-chunks, r=alexcrichtonbors-0/+102
2013-11-30auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwaltonbors-0/+1
2013-11-30auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichtonbors-10/+28
2013-11-30Implement DoubleEndedIterator for MutChunkIter.Palmer Cox-0/+29
2013-11-30Implement mut_chunks() method for MutableVector trait.Palmer Cox-0/+73
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-10/+59
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-30auto merge of #10737 : huonw/rust/with-cap, r=alexcrichtonbors-1/+7
2013-11-30Fixes for BufferedWriter and LineBufferedWriterSteven Fackler-10/+28
2013-12-01std::io::mem: add a with_capacity constructor to MemWriter.Huon Wilson-1/+7
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-24/+32
2013-11-29Ignore a deque test on windowsAlex Crichton-0/+1
2013-11-29Statically link librustrt to libstdAlex Crichton-1/+7
2013-11-29Add generation of static libraries to rustcAlex Crichton-10/+52
2013-11-29auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichtonbors-243/+232
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-135/+716
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-57/+93
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-7/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-412/+413
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-185/+143
2013-11-28Fix initial debug statements printing twiceAlex Crichton-5/+7
2013-11-28Register new snapshotsAlex Crichton-60/+56
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-0/+194
2013-11-27auto merge of #10691 : g3xzh/rust/benchm, r=cmrbors-0/+86
2013-11-27auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestingerbors-248/+227