summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-06auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmrbors-25/+0
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-25/+0
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-4334/+37
2014-04-06std: Ignore a flaky std::comm testAlex Crichton-1/+1
2014-04-05std: Fix a doc example on io::signalAlex Crichton-10/+9
2014-04-05Fix an unnecessary use of `cast::transmute`Tobias Bucher-1/+1
2014-04-05auto merge of #13331 : pongad/rust/remove-wrapper, r=thestingerbors-205/+84
2014-04-04Removed cmath and instrinsic wrapper.Michael Darakananda-205/+84
2014-04-04Added grow_fn and retain to VecMichael Darakananda-1/+64
2014-04-04Register new snapshotsAlex Crichton-3/+1
2014-04-04auto merge of #12956 : killerswan/rust/docs, r=alexcrichtonbors-17/+91
2014-04-04Fix fallout from std::libc separationCorey Richardson-24/+34
2014-04-04Remove libc from stdCorey Richardson-4310/+3
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-28/+7
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-04[std::cmp] add missing docs and provide an exampleKevin Cantu-17/+91
2014-04-04auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonwbors-0/+259
2014-04-03auto merge of #12964 : gereeter/rust/extended-atomics, r=alexcrichtonbors-1/+133
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-11/+1
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-18/+7
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-11/+19
2014-04-03Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUintJonathan S-1/+133
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-6/+64
2014-04-03Test fixes from the rollupAlex Crichton-5/+5
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03std: Document builtin syntax extensionsAlex Crichton-0/+259
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03fix Option<~ZeroSizeType>Daniel Micay-2/+11
2014-04-03std: override clone_from for Vec.Huon Wilson-4/+53
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-24/+26
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-15/+17
2014-04-02auto merge of #13243 : huonw/rust/cellshow, r=thestingerbors-2/+13
2014-04-01auto merge of #13241 : stepancheg/rust/push-all, r=alexcrichtonbors-7/+3
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-278/+126
2014-04-01Reimplement Vec::push_all* with .extendStepan Koltsov-6/+2
2014-04-01Vec::reserve_exact should not shrinkStepan Koltsov-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-34/+122
2014-04-01std: fix Cell's Show instance.Huon Wilson-2/+13
2014-04-01remove the cmath moduleDaniel Micay-205/+126
2014-04-01rand: bubble up IO messages futher.Huon Wilson-23/+23
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-11/+99
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-11/+19
2014-03-31std: Switch field privacy as necessaryAlex Crichton-893/+889
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-73/+0
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31auto merge of #13221 : thestinger/rust/append, r=alexcrichtonbors-32/+32
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-32/+32
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-8/+8