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