| Age | Commit message (Expand) | Author | Lines |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -52/+52 |
| 2013-06-25 | auto merge of #7371 : alexcrichton/rust/trying, r=cmr | bors | -0/+0 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+0 |
| 2013-06-25 | auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger | bors | -8/+12 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -39/+48 |
| 2013-06-25 | Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test | James Miller | -8/+12 |
| 2013-06-24 | extra: Make test runner compatible with newsched | Brian Anderson | -13/+4 |
| 2013-06-24 | Merge remote-tracking branch 'reusee/master' into HEAD | Brian Anderson | -14/+14 |
| 2013-06-24 | auto merge of #7193 : Thiez/rust/fixbench, r=cmr | bors | -11/+11 |
| 2013-06-24 | auto merge of #7334 : thestinger/rust/old_iter, r=Aatch | bors | -100/+60 |
| 2013-06-24 | remove old_iter | Daniel Micay | -100/+60 |
| 2013-06-24 | Implement the fixed output size versions of the SHA-2 digest functions. | Palmer Cox | -0/+1127 |
| 2013-06-24 | Create a Digest trait for common methods on digests and convert the SHA-1 imp... | Palmer Cox | -37/+119 |
| 2013-06-24 | Improve the SHA-1 implementation | Palmer Cox | -237/+206 |
| 2013-06-23 | Create a crypto submodule and move the SHA-1 implementation into it. | Palmer Cox | -1/+4 |
| 2013-06-24 | Changed Arena API to make it usable once more. | Matthijs Hofstra | -11/+11 |
| 2013-06-23 | auto merge of #7258 : huonw/rust/7256, r=bstrie | bors | -0/+3 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -2/+14 |
| 2013-06-23 | Remove rust_call_tydesc_glue | Philipp Brüschweiler | -24/+8 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -25/+38 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -70/+79 |
| 2013-06-22 | replaced some 'std::' with 'extra::' in comments | reus | -14/+14 |
| 2013-06-21 | vec: replace `position` with `iter().position_` | Daniel Micay | -2/+2 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -30/+31 |
| 2013-06-21 | vec: remove each_const | Daniel Micay | -4/+4 |
| 2013-06-20 | auto merge of #7161 : kballard/rust/terminfo-parm-format, r=thestinger | bors | -31/+243 |
| 2013-06-21 | extra: Add a testcase for #7256. | Huon Wilson | -0/+3 |
| 2013-06-21 | libextra: cleanup warnings | James Miller | -147/+134 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -9/+1 |
| 2013-06-18 | xfail std::num::complex::test_norm on x86, r=burningtree. | Graydon Hoare | -0/+2 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -109/+109 |
| 2013-06-18 | Support printf formats in terminfo strings | Kevin Ballard | -31/+243 |
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -4/+7 |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -6/+6 |
| 2013-06-16 | Remove moves from *T and implement in another way | Niko Matsakis | -1/+1 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -39/+40 |
| 2013-06-16 | auto merge of #7160 : kballard/rust/terminfo-parm-i-fix, r=thestinger | bors | -3/+14 |
| 2013-06-16 | auto merge of #7123 : huonw/rust/more-str, r=thestinger | bors | -20/+2 |
| 2013-06-16 | remove unused imports | Huon Wilson | -18/+1 |
| 2013-06-15 | rm vec::uniq_len | Daniel Micay | -17/+14 |
| 2013-06-16 | std: continue improving the comparison trait impls for str. | Huon Wilson | -2/+1 |
| 2013-06-15 | Fix terminfo::param %i op | Kevin Ballard | -3/+14 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -86/+221 |
| 2013-06-15 | auto merge of #7133 : kballard/rust/terminfo-parm, r=thestinger | bors | -97/+321 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -1/+1 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -20/+2 |
| 2013-06-14 | Fix line lengths in terminfo | Kevin Ballard | -6/+12 |
| 2013-06-14 | Implement terminfo param conditionals | Kevin Ballard | -18/+129 |
| 2013-06-14 | Fix a bunch of failure cases in terminfo | Kevin Ballard | -84/+161 |
| 2013-06-14 | Don't require &mut [Param] with terminfo::parm::expand() | Kevin Ballard | -7/+11 |