| Age | Commit message (Expand) | Author | Lines |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -40/+0 |
| 2013-07-22 | std::rt: Stop using unstable::global in change_dir_locked | Brian Anderson | -14/+26 |
| 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 | -3/+0 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -2/+2 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -6/+6 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -1/+0 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -4/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -9/+12 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+1 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -9/+8 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+2 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -1/+1 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -6/+24 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -2/+2 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -2/+9 |
| 2013-07-09 | os: introduce cross-platform MemoryMap bindings | Fedor Indutny | -0/+353 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -8/+8 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -35/+36 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -5/+5 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -3/+3 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -2/+2 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -2/+2 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -3/+3 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -1/+1 |
| 2013-06-28 | librustc: Fix even *MORE* merge fallout! | Patrick Walton | -1/+1 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -1/+5 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -4/+3 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -3/+2 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -1/+1 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -1/+1 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -1/+1 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -13/+8 |
| 2013-06-24 | Merge remote-tracking branch 'reusee/master' into HEAD | Brian Anderson | -1/+1 |
| 2013-06-24 | libc: (u)int => c_(u)int for consts | Fedor Indutny | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+7 |
| 2013-06-22 | replaced some 'std::' with 'extra::' in comments | reus | -1/+1 |
| 2013-06-21 | std::rt: Support os::args | Brian Anderson | -4/+13 |
| 2013-06-21 | libstd: cleanup warnings | James Miller | -6/+4 |
| 2013-06-16 | auto merge of #7123 : huonw/rust/more-str, r=thestinger | bors | -1/+1 |
| 2013-06-15 | fix test | Daniel Micay | -3/+4 |
| 2013-06-16 | std: convert str::to_utf16 to a method. | Huon Wilson | -1/+1 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -2/+2 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -1/+1 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -6/+7 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -3/+3 |
| 2013-06-08 | rm some uses of to_mut_unsafe_ptr | Daniel Micay | -1/+1 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -3/+2 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -2/+28 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |