about summary refs log tree commit diff
path: root/src/libstd/prelude.rs
AgeCommit message (Expand)AuthorLines
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
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+1
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-2/+1
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-1/+0
2014-01-30Remove Times traitBrendan Zabarauskas-1/+0
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-1/+1
2014-01-28Rename ImmutableCopyableVector to ImmutableCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1