| Age | Commit message (Expand) | Author | Lines |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -2/+71 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -0/+6 |
| 2013-06-12 | Document unstable::atomics fetch_* return values | Ben Blum | -0/+6 |
| 2013-06-12 | Prototyped a dynamic library facility interface | Steven Stewart-Gallus | -0/+207 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -4/+4 |
| 2013-06-11 | auto merge of #7056 : alexcrichton/rust/issue-4727, r=catamorphism | bors | -22/+16 |
| 2013-06-11 | Add a finally impl for `extern "Rust" fn()` | Alex Crichton | -22/+16 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -6/+6 |
| 2013-06-10 | debugged a compiler ICE when merging local::borrow changes into the main io b... | toddaaro | -2/+2 |
| 2013-06-10 | Tag a bunch of destructors that need mutable self with FIXME for #4330. Close... | Ben Blum | -0/+1 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-09 | std: add reverse vec iterators, replace vec::each*_reverse. | Huon Wilson | -1/+2 |
| 2013-06-05 | core: Make atomic methods public | Brian Anderson | -31/+31 |
| 2013-06-05 | Made fns in the impls for the Atomic structs pub | Matthijs Hofstra | -31/+31 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -4/+4 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -7/+7 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -2/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -30/+36 |
| 2013-05-29 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -0/+69 |
| 2013-05-28 | auto merge of #6740 : Aatch/rust/atomic-types, r=brson | bors | -68/+118 |
| 2013-05-26 | add memset32/memset64 | Daniel Micay | -0/+10 |
| 2013-05-26 | C++0x -> C++11 | Daniel Micay | -1/+1 |
| 2013-05-26 | make the memcpy/memmove intrinsics higher-level | Daniel Micay | -4/+17 |
| 2013-05-26 | Add some documentation | James Miller | -1/+25 |
| 2013-05-26 | Add AtomicOption type | James Miller | -33/+91 |
| 2013-05-26 | Make AtomicPtr use *mut, instead of ~ | James Miller | -47/+15 |
| 2013-05-25 | Add basic atomic types | James Miller | -0/+344 |
| 2013-05-23 | optimize util::swap, &mut pointers never alias | Daniel Micay | -1/+0 |
| 2013-05-23 | add memcpy intrinsic to mirror memmove | Daniel Micay | -0/+7 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+2516 |