about summary refs log tree commit diff
path: root/src/libstd/prelude
AgeCommit message (Expand)AuthorLines
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+4
2015-03-16impl strJorge Aparicio-0/+4
2015-03-16impl charJorge Aparicio-0/+1
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-0/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-0/+2
2015-02-24std::prelude: code consistency nitsTshepang Lekhonkhobe-4/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02register snapshotsJorge Aparicio-4/+0
2015-01-30Rename FullRange to RangeFullNick Cameron-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-23grandfathered -> rust1Brian Anderson-20/+20
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+0
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-22/+41
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-1/+4
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-1/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-0/+2
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-2/+0
2015-01-04std: Fix missing stability on preludeAlex Crichton-0/+2
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+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/+0
2015-01-03Register new snapshotsJorge Aparicio-3/+0
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+0
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-3/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+93