about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-08-15auto merge of #8491 : robertknight/rust/7722-reservoir_sampling, r=graydonbors-0/+56
2013-08-15auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphismbors-29/+29
2013-08-15Make CString.iter() publicKevin Ballard-1/+1
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-53/+76
2013-08-15Check for interior nulls in .to_c_str()Kevin Ballard-12/+107
2013-08-14auto merge of #8481 : cmr/rust/bench/std/at_vec, r=graydonbors-0/+81
2013-08-14Clarify docs on CString.unwrap()Kevin Ballard-0/+1
2013-08-15std: Replace map_vec, map_vec2, iter_vec2 in std::resultblake2-ppc-55/+84
2013-08-15Update either::partitionblake2-ppc-2/+3
2013-08-15std: Change either::{lefts, rights} to return an iteratorblake2-ppc-25/+28
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-10/+10
2013-08-14Rewrite Saturating in terms of CheckedAdd/CheckedSubKevin Ballard-38/+25
2013-08-14auto merge of #8452 : Kimundi/rust/stuff02, r=bstriebors-47/+88
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-29/+29
2013-08-14Methodyfied the string ascii extionsion functionsMarvin Löbel-47/+88
2013-08-14auto merge of #8439 : huonw/rust/hashset-clone, r=cmrbors-0/+26
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-117/+622
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-1/+33
2013-08-13auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brsonbors-2/+2
2013-08-13Make rt::stack publicKeegan McAllister-1/+1
2013-08-13auto merge of #8423 : alexcrichton/rust/less-priv-again, r=bstriebors-30/+30
2013-08-13Add RngUtils::sample() method for reservoir sampling from iteratorsRobert Knight-0/+56
2013-08-13auto merge of #8411 : bblum/rust/assorted-fixes, r=brsonbors-479/+469
2013-08-12auto merge of #8487 : brson/rust/local-opts, r=brsonbors-16/+24
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-30/+30
2013-08-12Explain what ifmt! is all aboutAlex Crichton-0/+301
2013-08-12Correct the padding on integer types for formattingAlex Crichton-43/+63
2013-08-12Define integer formats for all widthsAlex Crichton-37/+56
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-63/+196
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-16/+24
2013-08-12auto merge of #8476 : thestinger/rust/snapshot, r=brsonbors-599/+16
2013-08-12std::at_vec: add benchmarksCorey Richardson-0/+81
2013-08-12auto merge of #8419 : cmr/rust/fix-rtdebug, r=brsonbors-12/+4
2013-08-12fix build with the new snapshot compilerDaniel Micay-599/+16
2013-08-12rt::task: Make current_stack_segment publicKeegan McAllister-1/+1
2013-08-12Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for...Ben Blum-138/+69
2013-08-12auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmrbors-70/+247
2013-08-12Fix select() in light of the deschedule...and then race. Close #8347.Ben Blum-1/+23
2013-08-12Make cell with_ref/with_mut_ref use finally. Close #7975.Ben Blum-8/+8
2013-08-12Reorganise Select traits to not expose internal runtime types. Close #5160. P...Ben Blum-313/+348
2013-08-12Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382.Ben Blum-19/+21
2013-08-12auto merge of #8428 : blake2-ppc/rust/peekable-iterators, r=thestingerbors-19/+92
2013-08-11num: implement CheckedDivDaniel Micay-2/+42
2013-08-11auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydonbors-1/+47
2013-08-11Update type visitor to use &Visitor and not @VisitorNiko Matsakis-0/+28
2013-08-11Add a field `borrow_offset` to the type descriptor indicatingNiko Matsakis-1/+19
2013-08-11auto merge of #8412 : thestinger/rust/vector-add, r=alexcrichtonbors-16/+44
2013-08-11fix unused importsDaniel Micay-2/+1
2013-08-11move `strdup_uniq` lang item to std::strDaniel Micay-6/+8
2013-08-11str: optimize `with_capacity`Daniel Micay-3/+21