about summary refs log tree commit diff
path: root/src/libstd/prelude.rs
AgeCommit message (Expand)AuthorLines
2014-11-26rollup merge of #19326: huonw/safer-syntaxAlex Crichton-0/+1
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-5/+6
2014-11-25Fallout from stabilizationAaron Turon-5/+6
2014-11-26Make syntax::owned_slice a Box<[T]> wrapper.Huon Wilson-0/+1
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+6
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-3/+2
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-1/+1
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-2/+1
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-2/+2
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+1
2014-11-13Make std::io::Buffer object-safe.Ricky Taylor-1/+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-8/+5
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-2/+0
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-1/+1
2014-10-28Add ptr::RawMutPtr to preludeAdolfo Ochagavía-1/+1
2014-10-10implement Box<[T]> <-> Vec<T> conversionsDaniel Micay-1/+1
2014-10-07Rename slicing methodsNick Cameron-0/+1
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-08-19libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.Patrick Walton-0/+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-4/+4
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-07-24Remove OwnedStr traitAdolfo Ochagavía-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-21Rename to_str to to_stringSteven Fackler-1/+1
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-3/+2
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-1/+1
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-0/+1
2014-07-09Register new snapshotsAlex Crichton-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+1
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+2
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+0
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-10Pub use CheckedDiv in the preludeAdolfo Ochagavía-1/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+2
2014-06-03std: Remove generics from Option::expectAlex Crichton-1/+0
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1