about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+2
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-12std: Move rand to librand.Huon Wilson-2/+2
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-3/+2
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+0
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+0
2014-02-24Gate default type parameter overrides.Eduard Burtescu-0/+2
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-1/+0
2014-02-23Roll std::run into std::io::processAlex Crichton-1/+0
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-3/+0
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-1/+4
2014-02-23std: Move raw to std::rawBrian Anderson-0/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-6/+4
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+6
2014-02-19rustdoc: Show macros in documentationAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-6/+6
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-1/+0
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+0
2014-02-06Remove std::conditionAlex Crichton-3/+0
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-1/+0
2014-01-29Remove seldom-used std::reference functions.xales-1/+1
2014-01-29Remove double-use of logging.xales-1/+0
2014-01-29Rename std::borrow to std::reference.xales-1/+1
2014-01-28Feature gate #[simd]David Manescu-1/+2
2014-01-24Move macro_rules! macros to libstdSteven Fackler-1/+3
2014-01-22add new vector representation as a libraryDaniel Micay-0/+1
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-12Bump version to 0.10-preBrian Anderson-0/+1
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-0/+1
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-1/+1
2014-01-05std: mark some modules as unstableCorey Richardson-2/+9
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-1/+0
2014-01-03Remove std::eitherAlex Crichton-1/+0
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-24std: Get stdtest all passing againAlex Crichton-3/+5
2013-12-24std: Introduce std::syncAlex Crichton-0/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+0
2013-12-16Rewrite std::commAlex Crichton-1/+2
2013-12-15Register new snapshotsAlex Crichton-9/+1
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-3/+5
2013-12-03Register new snapshotsAlex Crichton-3/+1
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-29Add generation of static libraries to rustcAlex Crichton-10/+4
2013-11-28Register new snapshotsAlex Crichton-3/+1
2013-11-26Remove unused std::routineAlex Crichton-1/+0