about summary refs log tree commit diff
path: root/src/libcore/prelude.rs
AgeCommit message (Expand)AuthorLines
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+2
2014-05-17core: Clarify the documentation on core's preludeAlex Crichton-1/+17
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-07core: Get coretest workingAlex Crichton-0/+47
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-111/+0
2013-05-19auto merge of #6595 : bjz/rust/core-tuple, r=thestingerbors-2/+6
2013-05-19Create Char traitBrendan Zabarauskas-0/+1
2013-05-19Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12}Brendan Zabarauskas-2/+6
2013-05-18Create tuple element accessor traitsBrendan Zabarauskas-0/+2
2013-05-15add a DeepClone traitDaniel Micay-1/+1
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-0/+1
2013-05-07Remove Durable from the languageBrian Anderson-1/+1
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-1/+1
2013-05-04Register snapshotsBrian Anderson-3/+0
2013-05-03auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydonbors-1/+1
2013-05-03Add core::cmp::Equiv to preludeDaniel Ralston-1/+1
2013-05-02libcore: Export core::from_str::FromStr from core::preludegifnksm-0/+1
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-29auto merge of #6110 : bjz/rust/numeric-traits, r=pcwaltonbors-2/+3
2013-04-29Revert "Merge Exponential and Hyperbolic traits"Brendan Zabarauskas-1/+1
2013-04-29Merge Exponential and Hyperbolic traitsBrendan Zabarauskas-1/+1
2013-04-29Move appropriate functions out of Real and into separate Algebraic, Trigonome...Brendan Zabarauskas-2/+3
2013-04-28make way for a new iter moduleDaniel Micay-3/+5
2013-04-27Add Orderable traitBrendan Zabarauskas-1/+1
2013-04-26Combine PrimitiveInt, Int, and Uint traits into one single traitBrendan Zabarauskas-2/+1
2013-04-26Add BitCount traitBrendan Zabarauskas-1/+1
2013-04-26Add Int, Uint and Float traits for primitive numbersBrendan Zabarauskas-0/+1
2013-04-26Add Bitwise, Bounded, Primitive, and PrimitiveInt traitsBrendan Zabarauskas-0/+2
2013-04-25Restore Round trait and move appropriate methods out of RealBrendan Zabarauskas-1/+1
2013-04-25Add Fractional, Real and RealExt traitsBrendan Zabarauskas-0/+1
2013-04-25Rename Natural to IntegerBrendan Zabarauskas-1/+2
2013-04-25Use #[cfg(not(stage0))] to exclude items from stage0Brendan Zabarauskas-3/+1
2013-04-24Implement Natural traitBrendan Zabarauskas-1/+1
2013-04-24Implement Signed and Unsigned traits and remove related predicate functionsBrendan Zabarauskas-1/+1
2013-04-22auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestingerbors-1/+2
2013-04-22Moved ascii out of strMarvin Löbel-5/+1
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-0/+5
2013-04-20Added Ascii typeMarvin Löbel-1/+6
2013-04-19librustc: WIP patch for using the return value.Patrick Walton-1/+1
2013-04-19test: Rewrite nbody and spectralnorm shootout benchmarksPatrick Walton-1/+1
2013-04-14Restore Num traitBrendan Zabarauskas-1/+1
2013-03-28libcore: Add `print` and `println` to the preludePatrick Walton-0/+4
2013-03-27add a TotalEq traitDaniel Micay-1/+1
2013-03-26core: Clarify prelude docs. #4556Brian Anderson-1/+1
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-1/+1
2013-03-20core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182.Graydon Hoare-0/+1
2013-03-14auto merge of #5369 : thestinger/rust/iter, r=z0w0bors-2/+3
2013-03-13add a trait for mutable iteratorsDaniel Micay-2/+3