about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-0/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03std: override clone_from for Vec.Huon Wilson-0/+1
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-2/+0
2014-04-01remove the cmath moduleDaniel Micay-2/+0
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+3
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-12/+12
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+1
2014-03-23Register new snapshotsFlavio Percoco-4/+0
2014-03-22make std::managed privateDaniel Micay-1/+1
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-0/+10