| Age | Commit message (Expand) | Author | Lines |
| 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 | std: Make console log off/on controls work with newsched | Brian Anderson | -7/+18 |
| 2013-06-21 | std::rt: Support os::args | Brian Anderson | -0/+19 |
| 2013-06-21 | auto merge of #7200 : yichoi/rust/fix_je_mac_cross, r=brson | bors | -1/+2 |
| 2013-06-20 | Merge remote-tracking branch 'brson/io' into io-upstream | Brian Anderson | -4/+18 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -27/+0 |
| 2013-06-19 | std::rt: Update GC metadata in init | Brian Anderson | -0/+6 |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -0/+7 |
| 2013-06-17 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -11/+44496 |
| 2013-06-17 | rt: fix jemalloc android cross-compile for mac | Young-il Choi | -1/+2 |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -3/+11 |
| 2013-06-16 | Partial fix for #7158: Save EDX in morestack on x86-32 | Niko Matsakis | -0/+2 |
| 2013-06-14 | Added a utility function to extract the udp handle from udp send requests. | Eric Reed | -0/+6 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-13 | Corrected libuv UDP bindings. | Eric Reed | -1/+45 |
| 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 | rt: Add rust_get_num_cpus | Brian Anderson | -3/+11 |
| 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 |