summary refs log tree commit diff
path: root/src/libstd/prelude.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-29Remove the iter module.Jason Fager-1/+1
2013-08-26Add a Default trait.Corey Richardson-0/+1
2013-08-20enable tests for the container tutorialDaniel Micay-3/+3
2013-08-20iterator: add a method for reversing a containerDaniel Micay-2/+2
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-1/+1
2013-08-15tuple: remove obsolete ExtendedTupleOpsDaniel Micay-1/+1
2013-08-12auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmrbors-0/+1
2013-08-11add intrinsics for checked overflow add/sub/mulDaniel Micay-1/+1
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+1
2013-08-10std: merge iterator::DoubleEndedIterator and DoubleEndedIteratorUtilErick Tryzelaar-1/+1
2013-08-08std: Implement traits for the one-tupleblake2-ppc-0/+1
2013-08-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+2
2013-08-06add Extendable to the preludeDaniel Micay-1/+2
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-0/+1
2013-08-04std: remove str::NullTerminatedStrErick Tryzelaar-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-1/+2
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-1/+1
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-13Split mutable methods out of Set and MapSteven Fackler-1/+1
2013-07-12extend the iterator tutorialDaniel Micay-2/+3
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-1/+1
2013-07-03auto merge of #7474 : Seldaek/rust/clean-iter, r=thestingerbors-1/+1