| Age | Commit message (Expand) | Author | Lines |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -2/+2 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -2/+2 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -248/+88 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -2/+2 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -0/+16 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -2/+2 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -0/+1 |
| 2013-07-06 | auto merge of #7194 : jensnockert/rust/endian, r=cmr | bors | -0/+14 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -133/+221 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -0/+4 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -4/+5 |
| 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-24 | std: Make box annihilator work with newsched | Brian Anderson | -13/+6 |
| 2013-06-24 | std: Move dynamic borrowck code from unstable::lang to rt::borrowck | Brian Anderson | -228/+7 |
| 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-20 | Merge remote-tracking branch 'brson/io' into io-upstream | Brian Anderson | -2/+71 |
| 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-17 | Adds conditional byteswapping intrinsics | Jens Nockert | -0/+14 |
| 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-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 | 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 |