about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-07core: Inherit the clone moduleAlex Crichton-1/+1
2014-05-07core: Inherit the unit moduleAlex Crichton-1/+0
2014-05-07core: Inherit the default moduleAlex Crichton-0/+1
2014-05-07core: Inherit the raw moduleAlex Crichton-2/+1
2014-05-07core: Inherit the any moduleAlex Crichton-2/+1
2014-05-07core: Inherit the char moduleAlex Crichton-1/+1
2014-05-07core: Inherit the container moduleAlex Crichton-1/+1
2014-05-07core: Inherit the ty moduleAlex Crichton-2/+1
2014-05-07core: Inherit the ops moduleAlex Crichton-1/+1
2014-05-07core: Inherit the kinds moduleAlex Crichton-1/+2
2014-05-07core: Inherit the cast moduleAlex Crichton-1/+1
2014-05-07core: Inherit the ptr moduleAlex Crichton-1/+2
2014-05-07core: Inherit the mem moduleAlex Crichton-2/+1
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-30Move bitflags module to libstdBrendan Zabarauskas-0/+3
2014-04-29auto merge of #13772 : brson/rust/cratedocs, r=alexcrichtonbors-26/+78
2014-04-27std: Rewrite crate docsBrian Anderson-26/+78
2014-04-23Register new snapshotsAlex Crichton-2/+0
2014-04-22add support for quadruple precision floating pointDaniel Micay-1/+3
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-0/+1
2014-04-08Register new snapshotsAlex Crichton-1/+0