about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-2/+3
2014-04-04Register new snapshotsAlex Crichton-3/+1
2014-04-04Remove libc from stdCorey Richardson-2/+3
2014-04-04auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichtonbors-1/+2
2014-04-04rustc: feature-gate `concat_idents!`.Huon Wilson-1/+2
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1