summary refs log tree commit diff
path: root/src/libcore/prelude.rs
AgeCommit message (Expand)AuthorLines
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+4
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-3/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+6
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+0
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-0/+1
2015-02-02register snapshotsJorge Aparicio-3/+0
2015-01-30Remove FullRange from the prelude etc.Nick Cameron-0/+3
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