about summary refs log tree commit diff
path: root/src/libstd/prelude/v1.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-16/+16
2018-12-26Add Unpin to std prelude, not just coreTaylor Cramer-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-07Reformat std prelude source to show it is the sum of core and alloc preludesSimon Sapin-16/+42
2018-03-30Revert "Add TryFrom and TryInto to the prelude"Simon Sapin-2/+0
2018-03-26Add TryFrom and TryInto to the preludeSimon Sapin-0/+2
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-3/+3
2015-11-11Clean up the prelude docsSteve Klabnik-0/+2
2015-05-08std: Update crate docsBrian Anderson-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-4/+6
2015-04-14std: Remove AsSlice/Str from the preludeAlex Crichton-3/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+4
2015-03-31Stabilize std::numAaron Turon-3/+0
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+4
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-8/+1
2015-03-18Register new snapshotsAlex Crichton-14/+0
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-19/+19
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-20/+39
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-05Stabilization of impls and fallout from stabilizationAaron Turon-2/+0
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-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/+51