about summary refs log tree commit diff
path: root/src/libstd/prelude.rs
AgeCommit message (Expand)AuthorLines
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
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-1/+1
2014-03-04auto merge of #12491 : eddyb/rust/deref, r=nikomatsakisbors-1/+1
2014-03-04Cleaned up `std::any`Marvin Löbel-1/+0
2014-03-04Add the DerefImm and DerefMut traits.Eduard Burtescu-1/+1
2014-02-25Remove std::bool::{Bool, all_values}Brendan Zabarauskas-1/+0
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-1/+1
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-1/+0
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-1/+0
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+0
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-1/+0
2014-02-21std: minor whitespace cleanupErick Tryzelaar-1/+1
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-1/+1
2014-02-19Update comments in the preludePalmer Cox-11/+2
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-1/+1
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-1/+1
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-1/+0
2014-02-16Merge ImmutableTuple* traits into their respective Tuple* traitBrendan Zabarauskas-3/+0
2014-02-13Removed num::OrderableMichael Darakananda-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-1/+1