about summary refs log tree commit diff
path: root/src/libcore/prelude.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Evaluate # fn in docsSteve Klabnik-4/+0
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Impls using the new scheme for slicingNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-2/+1
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03core: merge IteratorPairExt into IteratorExtJorge Aparicio-1/+1
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+0
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+0
2015-01-02std: Stabilize the prelude moduleAlex Crichton-24/+9
2014-12-30std::iter: Add partition and unzip methods to iteratorsAaron Turon-1/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-2/+2
2014-11-25Fallout from stabilizationAaron Turon-4/+5
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+6
2014-11-16Move FromStr to core::strBrendan Zabarauskas-0/+1
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-3/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+3
2014-11-03auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichtonbors-1/+1
2014-11-02Add error module with Error and FromError traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-1/+1
2014-10-07Rename slicing methodsNick Cameron-0/+1
2014-10-07Rename slice::SliceNick Cameron-2/+1
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-3/+3
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-0/+1
2014-07-09Register new snapshotsAlex Crichton-1/+0
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+3
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