about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-05-24use deriving for DeepCloneDaniel Micay-24/+2
2013-05-23auto merge of #6710 : thestinger/rust/swap, r=catamorphismbors-6/+44
2013-05-23optimize util::swap, &mut pointers never aliasDaniel Micay-3/+35
2013-05-24make arm register definition consistent with rtJyun-Yan You-1/+1
2013-05-23add memcpy intrinsic to mirror memmoveDaniel Micay-0/+7
2013-05-23swap_ptr: rm equality checkDaniel Micay-3/+2
2013-05-23cleanup warnings from libstdErick Tryzelaar-566/+545
2013-05-23core: remove iter_bytes helper functionsErick Tryzelaar-36/+0
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+3238
2013-05-22syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`Patrick Walton-0/+10
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-7/+8
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-2/+3
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-32134/+52668
2013-05-22add smallintsetJihyun Yu-1/+242
2013-05-20auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydonbors-60/+60
2013-05-20auto merge of #6372 : brson/rust/intrinsics, r=catamorphismbors-12/+6
2013-05-20auto merge of #6639 : osaut/rust/arc-clean, r=brsonbors-4/+34
2013-05-20Replace all uses of rust-intrinsic ABI with calls to unstable::intrinsicsBrian Anderson-12/+6
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-60/+60
2013-05-20Remove two warnings about unneccesary safe blocks.Steve Klabnik-6/+2
2013-05-20Add ARC::get method and implements the function from it. Add an example showi...Olivier Saut-2/+32
2013-05-20Typo corrected and updated copyright yearsOlivier Saut-2/+2
2013-05-19Register snapshotsBrian Anderson-1814/+0
2013-05-19auto merge of #6106 : thestinger/rust/iter, r=bstriebors-16/+11
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-547/+547
2013-05-18auto merge of #6577 : brson/rust/io-upstream, r=pcwaltonbors-16/+9
2013-05-18Remove trailing whitespacesOlivier Saut-1/+1
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-16/+11
2013-05-17core: Wire up oneshot pipes to newschedBrian Anderson-12/+5
2013-05-17Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-4/+4
2013-05-17Correct the example given for a future, add punctuation where necessaryOlivier Saut-6/+8
2013-05-18rustc: relax limits on (u)int type limit lint. Fixes #6130.Huon Wilson-1/+1
2013-05-16auto merge of #6520 : thestinger/rust/rc, r=pcwaltonbors-42/+66
2013-05-15allow constructing Rc/RcMut from Const types tooDaniel Micay-42/+66
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-18/+6
2013-05-15auto merge of #6498 : thestinger/rust/deep_clone, r=thestingerbors-5/+73
2013-05-15Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-4/+4
2013-05-15core::rt: Add uv timer bindingsBrian Anderson-4/+4
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-29/+25
2013-05-15rc: fix testsDaniel Micay-15/+7
2013-05-15add a DeepClone traitDaniel Micay-4/+80
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-29/+25
2013-05-14auto merge of #6333 : bjz/rust/cond-macro, r=thestingerbors-28/+24
2013-05-15Use parentheses for cond! macro instead of preceding pipesBrendan Zabarauskas-4/+4
2013-05-14auto merge of #6471 : gifnksm/rust/reform-rational, r=brsonbors-84/+126
2013-05-15Add Scheme-style `cond!` macro to syntax::ext::expandBrendan Zabarauskas-28/+24
2013-05-14Ignore two failing flatpipes testsBrian Anderson-0/+2
2013-05-14rusti: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-4/+4
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-13/+8
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-129/+123