about summary refs log tree commit diff
path: root/src/libstd/prelude.rs
AgeCommit message (Expand)AuthorLines
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-1/+1
2014-02-19Update comments in the preludePalmer Cox-11/+2
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-1/+1
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-1/+1
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-1/+0
2014-02-16Merge ImmutableTuple* traits into their respective Tuple* traitBrendan Zabarauskas-3/+0
2014-02-13Removed num::OrderableMichael Darakananda-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+1
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-2/+1
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-1/+0
2014-01-30Remove Times traitBrendan Zabarauskas-1/+0
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-1/+1
2014-01-28Rename ImmutableCopyableVector to ImmutableCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-2/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+0
2014-01-09librustc: Implement placement `box` for GC and unique pointers.Patrick Walton-0/+4
2014-01-09auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichtonbors-3/+1
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-1/+1
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-3/+1
2014-01-03Remove std::eitherAlex Crichton-1/+0
2013-12-29auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmrbors-0/+2
2013-12-27Renamed ClonableIterator to CloneableIteratorAlexandros Tasos-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-0/+2
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-1/+2
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-18Register new snapshotsAlex Crichton-5/+1
2013-12-17auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr...bors-2/+2
2013-12-17auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brsonbors-1/+1
2013-12-16librustc: Implement a `Pod` kind for types that can be `memcpy`'d.Patrick Walton-0/+3
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+1
2013-12-15Rename To{Str,Bytes}Consume traits to Into*.Chris Morgan-2/+2
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-0/+4
2013-11-13Introduce an io::Buffer traitAlex Crichton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Move rt::io traits into the preludeAlex Crichton-0/+1
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-0/+2
2013-10-24Remove std::io once and for all!Alex Crichton-1/+0
2013-10-24Cleaned, documented, wrote tests for up std::boolMarvin Löbel-20/+19
2013-10-15path2: Replace the path module outrightKevin Ballard-4/+1
2013-10-10Implement rt::io::stdioAlex Crichton-1/+1
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-1/+1
2013-09-25std: Replace CloneableTuple with Tuple, which takes self by-val.Huon Wilson-4/+4
2013-09-16Add an SendStr typeMarvin Löbel-0/+1
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-4/+4
2013-09-05Add a from_str function that calls out to the associated method on the traitCorey Richardson-0/+1
2013-09-01std::iterator: Use ExactSize, inheriting DoubleEndedIteratorblake2-ppc-1/+1
2013-08-30std: Implement .rposition() on double-ended iterators with known sizeblake2-ppc-1/+1