| Age | Commit message (Expand) | Author | Lines |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -66/+185 |
| 2013-08-16 | Implement DeepClone for str types. | Chris Morgan | -1/+15 |
| 2013-08-16 | auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphism | bors | -82/+115 |
| 2013-08-15 | auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brson | bors | -10/+10 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -21/+21 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -30/+29 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -2/+2 |
| 2013-08-15 | vec: rm redundant is_empty implementations | Daniel Micay | -12/+0 |
| 2013-08-15 | iterator: cleanup | Daniel Micay | -4/+3 |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -41/+1 |
| 2013-08-15 | tuple: remove obsolete ExtendedTupleOps | Daniel Micay | -53/+1 |
| 2013-08-15 | kinds: update documentation | Daniel Micay | -9/+3 |
| 2013-08-15 | ptr: inline the Clone implementation | Daniel Micay | -0/+1 |
| 2013-08-15 | auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphism | bors | -1/+1 |
| 2013-08-15 | Fix a typo in the ifmt dox | Alex Crichton | -1/+1 |
| 2013-08-15 | auto merge of #8515 : kballard/rust/saturating-checked, r=thestinger | bors | -38/+25 |
| 2013-08-15 | Fix select deschedule environment race for real this time, in light of task k... | Ben Blum | -18/+23 |
| 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 | Add sysconf names for Android | Seo Sanghyeon | -224/+214 |
| 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 |