| Age | Commit message (Expand) | Author | Lines |
| 2013-07-24 | auto merge of #7982 : thestinger/rust/iterator, r=thestinger | bors | -94/+276 |
| 2013-07-24 | fix compilation on macos/windows | Daniel Micay | -1/+2 |
| 2013-07-24 | ToStr for HashMap does not need value to implement Eq or Hash | Stepan Koltsov | -6/+18 |
| 2013-07-24 | std:rt: args module is not used by win/mac. #7951 | Brian Anderson | -69/+123 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -18/+18 |
| 2013-07-24 | add a RandomAccessIterator trait | Daniel Micay | -2/+117 |
| 2013-07-24 | auto merge of #7993 : Xazax-hun/rust/master, r=bblum | bors | -0/+12 |
| 2013-07-23 | auto merge of #7980 : graydon/rust/misc-benchmarks, r=catamorphism | bors | -1/+237 |
| 2013-07-23 | std: wrap "long" utf8 lines. | Graydon Hoare | -2/+4 |
| 2013-07-23 | Added missing memory orderings for atomic types. | Gábor Horváth | -0/+12 |
| 2013-07-22 | auto merge of #7875 : sstewartgallus/rust/fubar, r=alexcrichton | bors | -11/+5 |
| 2013-07-22 | auto merge of #7916 : olsonjeffery/rust/newrt_timer, r=brson | bors | -0/+137 |
| 2013-07-22 | std: various additional language benchmarks in util. | Graydon Hoare | -0/+65 |
| 2013-07-22 | std: add benchmark for allocating-and-dropping a struct with a dtor. | Graydon Hoare | -0/+25 |
| 2013-07-22 | std: add #[bench] benchmarks for num::strconv | Graydon Hoare | -0/+24 |
| 2013-07-22 | std: add #[bench] benchmarks for rand. | Graydon Hoare | -1/+35 |
| 2013-07-22 | std: add #[bench] benchmarks for global and local heaps. | Graydon Hoare | -0/+38 |
| 2013-07-22 | std: add preliminary str benchmark. | Graydon Hoare | -0/+45 |
| 2013-07-22 | std: add #[cfg(test)] reference to extra so we can benchmark libstd. | Graydon Hoare | -0/+3 |
| 2013-07-22 | auto merge of #7883 : brson/rust/rm-std-net, r=graydon | bors | -624/+50 |
| 2013-07-22 | std: fix for blocked task resume | Jeff Olson | -2/+2 |
| 2013-07-22 | std: Remove at_exit API. Unused | Brian Anderson | -102/+0 |
| 2013-07-22 | std: Remove unstable::global. Unused | Brian Anderson | -282/+0 |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -40/+50 |
| 2013-07-22 | std::rt: Stop using unstable::global in change_dir_locked | Brian Anderson | -14/+26 |
| 2013-07-22 | std: Remove weak_task API. Unused | Brian Anderson | -212/+0 |
| 2013-07-22 | auto merge of #7943 : Dretch/rust/vec-slice-from-to, r=huonw | bors | -3/+47 |
| 2013-07-22 | std: make check appeasement | Jeff Olson | -6/+7 |
| 2013-07-22 | std: minor timer cleanup based on feedback | Jeff Olson | -5/+5 |
| 2013-07-22 | std: add rt::io::Timer | Jeff Olson | -0/+67 |
| 2013-07-22 | std: add RtioTimer and UvTimer impl atop rt::uv | Jeff Olson | -0/+69 |
| 2013-07-22 | auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brson | bors | -2/+2 |
| 2013-07-22 | new snapshot | Daniel Micay | -607/+12 |
| 2013-07-21 | Minor cleanup of hashmap | Steven Stewart-Gallus | -11/+5 |
| 2013-07-21 | Merge pull request #7936 from thestinger/cleanup | Daniel Micay | -2/+0 |
| 2013-07-21 | auto merge of #7932 : blake2-ppc/rust/str-clear, r=huonw | bors | -1/+51 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -2/+2 |
| 2013-07-21 | Add slice_from and slice_to methods for vec, like the | Gareth Smith | -3/+47 |
| 2013-07-20 | auto merge of #7896 : pcwalton/rust/pub-extern, r=pcwalton | bors | -553/+664 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -553/+664 |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -2/+0 |
| 2013-07-20 | auto merge of #7882 : blake2-ppc/rust/iterator-clone, r=thestinger | bors | -0/+97 |
| 2013-07-20 | auto merge of #7910 : brson/rust/rm-fixme, r=graydon | bors | -5/+0 |
| 2013-07-20 | auto merge of #7908 : anasazi/rust/fix_udp_mut, r=brson | bors | -82/+81 |
| 2013-07-20 | std: Implement Clone for VecIterator and iterators using it | blake2-ppc | -0/+26 |
| 2013-07-20 | iterator: Add test for .cycle() | blake2-ppc | -0/+14 |
| 2013-07-20 | iterator: Let closure-less iterators derive Clone | blake2-ppc | -0/+8 |
| 2013-07-20 | iterator: Add .cycle() to repeat an iterator | blake2-ppc | -0/+49 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -5/+5 |
| 2013-07-20 | str: Implement Container for ~str, @str and Mutable for ~str | blake2-ppc | -1/+51 |