about summary refs log tree commit diff
path: root/src/libstd/prelude.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-49/+49
2014-05-25std: Add doc(noinline) to the prelude reexportsAlex Crichton-42/+49
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-20Add slice::MutableCloneableVector to the preludeKevin Ballard-4/+4
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-2/+1
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-0/+1
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+1
2014-05-07core: Inherit possible string functionalityAlex Crichton-0/+1
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-0/+1
2014-04-30rustdoc: fix overly broad selectorsAdrien Tétar-1/+1
2014-04-29auto merge of #13772 : brson/rust/cratedocs, r=alexcrichtonbors-10/+28
2014-04-27std: Rewrite crate docsBrian Anderson-10/+28
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-1/+1
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-0/+1
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-24comm: Implement synchronous channelsAlex Crichton-1/+1
2014-03-22std: Remove the Freeze kind and the NoFreeze markerFlavio Percoco-1/+1
2014-03-20std: Add Vec to the preludeAlex Crichton-0/+1
2014-03-20Add a Share kindFlavio Percoco-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1