| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | add a contains_managed intrinsic | Daniel Micay | -0/+4 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -100/+0 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -0/+1 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -13/+13 |
| 2013-06-27 | Rename #[no_drop_flag] to #[unsafe_no_drop_flag] | Birunthan Mohanathas | -1/+1 |
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -2/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -6/+6 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -2/+1 |
| 2013-06-25 | auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger | bors | -0/+1 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -8/+134 |
| 2013-06-25 | Remove stage0 cfgs | James Miller | -50/+0 |
| 2013-06-25 | Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test | James Miller | -0/+1 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -0/+4 |
| 2013-06-23 | Remove unused shape fields from typedescs | Philipp Brüschweiler | -2/+0 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -9/+130 |
| 2013-06-23 | Fix get_tydesc() return type | Philipp Brüschweiler | -0/+3 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 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 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -1/+1 |
| 2013-06-21 | libstd: cleanup warnings | James Miller | -16/+3 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -13/+0 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -43/+43 |
| 2013-06-17 | auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon | bors | -21/+33 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -0/+6 |
| 2013-06-15 | std::dynamic_lib: start fixing windows implementation | Philipp Brueschweiler | -21/+33 |
| 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 | 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 | 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-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 |