| Age | Commit message (Expand) | Author | Lines |
| 2013-06-24 | libc: support functions from sys/mman.h | Fedor Indutny | -2/+269 |
| 2013-06-24 | iterator: Add `IteratorUtil::flat_map_` method | blake2-ppc | -0/+67 |
| 2013-06-24 | work around ICE from default method | Daniel Micay | -2/+2 |
| 2013-06-24 | iterator: implement `collect` with FromIterator | Daniel Micay | -5/+16 |
| 2013-06-24 | implement Clone for slices | Daniel Micay | -0/+12 |
| 2013-06-24 | remove old_iter | Daniel Micay | -326/+15 |
| 2013-06-23 | auto merge of #7279 : hanny24/rust/master, r=msullivan | bors | -0/+17 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -3/+34 |
| 2013-06-23 | Remove rust_call_tydesc_glue | Philipp Brüschweiler | -48/+8 |
| 2013-06-23 | Remove unused shape fields from typedescs | Philipp Brüschweiler | -2/+0 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -50/+195 |
| 2013-06-23 | Fix get_tydesc() return type | Philipp Brüschweiler | -0/+3 |
| 2013-06-23 | hashmap: add FIXME number | Daniel Micay | -1/+1 |
| 2013-06-23 | std::to_str: Use .iter() for HashMap and HashSet | blake2-ppc | -2/+3 |
| 2013-06-23 | std::hashmap: Remove BaseIter impl for HashSet | blake2-ppc | -7/+6 |
| 2013-06-23 | std::hashmap: Use .iter() instead of .each and similar | blake2-ppc | -8/+7 |
| 2013-06-23 | std::hashmap: Add test_iterate for HashSet | blake2-ppc | -0/+14 |
| 2013-06-23 | std::hashmap: Implement external iterator for HashMap and HashSet | blake2-ppc | -12/+79 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -90/+88 |
| 2013-06-22 | iterator: add a FromIterator trait | Daniel Micay | -2/+20 |
| 2013-06-22 | iterator: add a size_hint default method | Daniel Micay | -6/+70 |
| 2013-06-22 | replaced some 'std::' with 'extra::' in comments | reus | -2/+2 |
| 2013-06-22 | Finish up Type refactoring | James Miller | -5/+5 |
| 2013-06-22 | Add the rest of the atomic operations. | James Miller | -0/+112 |
| 2013-06-21 | Added filtered method for Option type | Honza Strnad | -0/+17 |
| 2013-06-21 | replace vec::find with the IteratorUtil method | Daniel Micay | -42/+1 |
| 2013-06-21 | vec: replace `position` with `iter().position_` | Daniel Micay | -43/+5 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -191/+49 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -41/+0 |
| 2013-06-21 | vec: remove each_const | Daniel Micay | -15/+0 |
| 2013-06-20 | Make task_rng() return @mut R instead of @@mut R | Kevin Ballard | -10/+6 |
| 2013-06-20 | auto merge of #7128 : yichoi/rust/fix_sometc, r=brson | bors | -2/+78 |
| 2013-06-21 | libstd: cleanup warnings | James Miller | -27/+9 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -98/+9 |
| 2013-06-20 | ignore inherited environment test under valgrind r=snapshot | James Miller | -0/+1 |
| 2013-06-18 | std::rt: Work around a dynamic borrowck bug | Brian Anderson | -3/+2 |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -5/+25 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -1156/+1156 |
| 2013-06-17 | auto merge of #7197 : rkbodenner/rust/doc-for-lib-move, r=brson | bors | -17/+18 |
| 2013-06-17 | auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon | bors | -21/+33 |
| 2013-06-17 | auto merge of #7199 : Kimundi/rust/master, r=bstrie | bors | -25/+91 |
| 2013-06-17 | auto merge of #7195 : brson/rust/timertest, r=bstrie | bors | -2/+2 |
| 2013-06-17 | std: fix stat struct of android (SEGV error from run-pass/stat.rs on android) | Young-il Choi | -2/+78 |
| 2013-06-17 | Improved std::ascii | Marvin Löbel | -25/+91 |
| 2013-06-17 | auto merge of #7198 : huonw/rust/slice-zeros, r=Aatch | bors | -0/+42 |
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -14/+15 |
| 2013-06-17 | std: add Zero impls for &[] and &str. | Huon Wilson | -0/+42 |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -4/+4 |
| 2013-06-16 | std::rt: Reduce the delay on a timer test. Slow | Brian Anderson | -2/+2 |
| 2013-06-16 | auto merge of #7177 : huonw/rust/unfold-fix, r=thestinger | bors | -2/+2 |