| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | vec: implement exchange vector reserve in Rust | Daniel Micay | -8/+0 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -24/+0 |
| 2013-06-27 | auto merge of #7395 : yichoi/rust/android_dummy, r=brson | bors | -0/+25 |
| 2013-06-26 | rt: Release big stacks immediately after use to avoid holding on to them thro... | Brian Anderson | -47/+31 |
| 2013-06-26 | rt: add android dummy functions for mman related | Young-il Choi | -0/+25 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -16/+10 |
| 2013-06-23 | Support foreign 'static mut' variables as well | Alex Crichton | -1/+13 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -2/+10 |
| 2013-06-23 | Remove rust_call_tydesc_glue | Philipp Brüschweiler | -10/+1 |
| 2013-06-23 | Remove unused shape fields from typedescs | Philipp Brüschweiler | -8/+3 |
| 2013-06-21 | auto merge of #7200 : yichoi/rust/fix_je_mac_cross, r=brson | bors | -1/+2 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -27/+0 |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -0/+7 |
| 2013-06-17 | rt: fix jemalloc android cross-compile for mac | Young-il Choi | -1/+2 |
| 2013-06-16 | Partial fix for #7158: Save EDX in morestack on x86-32 | Niko Matsakis | -0/+2 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-12 | update jemalloc to 3.4.0 | Daniel Micay | -2785/+2833 |
| 2013-06-11 | auto merge of #7033 : influenza/rust/rust-7022, r=graydon | bors | -2/+2 |
| 2013-06-11 | Replace tabs with spaces | Ron Dahlgren | -2/+2 |
| 2013-06-11 | Assert stk rather than checking null | Ron Dahlgren | -3/+3 |
| 2013-06-11 | rt: dummy function pthread_atfork for android | Young-il Choi | -0/+7 |
| 2013-06-10 | STATIC_PAGE_SHIFT for cross-compiling jemalloc | James Miller | -161/+170 |
| 2013-06-09 | Check stk before dereferencing | Ron Dahlgren | -1/+1 |
| 2013-06-06 | auto merge of #6895 : cmr/rust/jemalloc, r=brson | bors | -0/+44423 |
| 2013-06-06 | auto merge of #6053 : nikomatsakis/rust/fixme-2699, r=thestinger | bors | -1/+0 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -7/+7 |
| 2013-06-01 | add jemalloc to the runtime | Daniel Micay | -0/+44423 |
| 2013-05-28 | auto merge of #6731 : thomaslee/rust/issue-6575, r=pcwalton | bors | -4/+29 |
| 2013-05-27 | Added _RUST_STAGEN guard to rust_call_tydesc_glue | Tom Lee | -0/+7 |
| 2013-05-27 | Add _RUST_STAGE0 #ifdefs | Tom Lee | -0/+20 |
| 2013-05-27 | Omit unused implicit argument if return type is immediate. | Tom Lee | -10/+8 |
| 2013-05-27 | Use passing by-value in gmtime, mktime | Daniel Farina | -6/+6 |
| 2013-05-25 | Fix compilation errors with linenoise | Alex Crichton | -2/+2 |
| 2013-05-24 | Update the linenoise library | Alex Crichton | -19/+211 |
| 2013-05-22 | fix arm stack alignment | Jyun-Yan You | -2/+4 |
| 2013-05-21 | auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiyn | bors | -2/+4 |
| 2013-05-21 | fix mips stack alignment | Jyun-Yan You | -2/+4 |
| 2013-05-20 | rt: Rename rust_initialize_global_state to rust_initialize_rt_tls_key | Brian Anderson | -3/+3 |
| 2013-05-18 | auto merge of #6577 : brson/rust/io-upstream, r=pcwalton | bors | -20/+52 |
| 2013-05-17 | auto merge of #6249 : crabtw/rust/arm, r=brson | bors | -0/+11 |
| 2013-05-15 | rt: Rename sched_key to rt_key | Brian Anderson | -8/+8 |
| 2013-05-15 | core::rt: Add uv timer bindings | Brian Anderson | -1/+1 |
| 2013-05-15 | core::rt: Initialize logging | Brian Anderson | -1/+5 |
| 2013-05-15 | core: Use a global lock instead of runtime lock for os::getenv, etc. #4726 | Brian Anderson | -1/+20 |
| 2013-05-15 | core:rt: A few micro-opts | Brian Anderson | -11/+7 |
| 2013-05-14 | core::rt: Register stacks with valgrind. #6428 | Brian Anderson | -0/+13 |
| 2013-05-14 | core::rt: 0 is a valid TLS key | Brian Anderson | -2/+2 |
| 2013-05-13 | Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att... | Luqman Aden | -1/+1 |
| 2013-05-10 | auto merge of #6358 : crabtw/rust/mips-segstk, r=brson | bors | -6/+102 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -2/+2 |