about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-2/+5
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-2/+5
2014-07-12Fix Documentation Typo in libstdPrudhvi Krishna Surapaneni-1/+1
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10Remove deprecated std::unstable module.OGINO Masanori-8/+0
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-1/+3
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichtonbors-0/+3
2014-07-04core: add a primitive page for `()`.Huon Wilson-0/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-3/+3
2014-07-02auto merge of #15257 : erickt/rust/hashmap, r=alexcrichtonbors-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+1
2014-06-30std: make sure HashMap from_iter uses random initialization by defaultErick Tryzelaar-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-2/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+4
2014-06-14Register new snapshotsAlex Crichton-2/+1
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-2/+3
2014-06-11sync: Move underneath libstdAlex Crichton-2/+3
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-0/+3
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-4/+9
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+0
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-5/+0
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-7/+9
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05std: Recreate a `collections` moduleAlex Crichton-9/+11
2014-06-04auto merge of #14610 : alexcrichton/rust/issue-14008, r=brsonbors-4/+1
2014-06-04libc: only provide an rlib.Huon Wilson-0/+5
2014-06-03std: Remove generics from Option::expectAlex Crichton-4/+1
2014-05-30Register new snapshotsAlex Crichton-7/+0
2014-05-29std: Recreate a `rand` moduleAlex Crichton-3/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27doc: Fix link to stringRicho Healey-1/+1
2014-05-25auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichtonbors-14/+11
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-14/+11
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-0/+1
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+2
2014-05-23auto merge of #14359 : brson/rust/minordoc, r=alexcrichtonbors-2/+1
2014-05-23Minor library doc copyeditingBrian Anderson-2/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-2/+2