about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-0/+1
2014-05-21doc: Fix some broken linksAlex Crichton-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20Address review commentsBrian Anderson-1/+1
2014-05-20std: Alphabetize crate reexports for rustdocBrian Anderson-4/+6
2014-05-20std: Fix broken linkBrian Anderson-2/+1
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-13/+13
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-1/+1
2014-05-15Register new snapshotsAlex Crichton-5/+2
2014-05-13std: Move the owned module from core to stdAlex Crichton-2/+6
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-1/+0
2014-05-10initial port of the exchange allocator to jemallocDaniel Micay-0/+1
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-6/+6
2014-05-09doc: Fix some broken linksAlex Crichton-6/+6
2014-05-08auto merge of #14019 : brson/rust/docs, r=alexcrichtonbors-3/+4
2014-05-08Handle more falloutKevin Ballard-0/+3
2014-05-07std: Doc typosBrian Anderson-3/+4
2014-05-07Test fixes and rebase conflictsAlex Crichton-5/+2
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-2/+1
2014-05-07core: Inherit the cell moduleAlex Crichton-1/+1
2014-05-07core: Inhert ~/@/& cmp traits, remove old modulesAlex Crichton-2/+0
2014-05-07core: Inherit the cmp moduleAlex Crichton-3/+1
2014-05-07core: Inherit the iter moduleAlex Crichton-1/+1
2014-05-07core: Inherit the option moduleAlex Crichton-1/+1
2014-05-07core: Inherit the bool moduleAlex Crichton-2/+1
2014-05-07core: Inherit the tuple moduleAlex Crichton-1/+1