| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -2/+2 |
| 2013-05-09 | improve MIPS backend and implement segmented stacks | Jyun-Yan You | -6/+102 |
| 2013-05-09 | Fix typos | Sean Moon | -2/+2 |
| 2013-05-08 | auto merge of #6323 : brson/rust/nullary, r=thestinger | bors | -8/+0 |
| 2013-05-08 | auto merge of #6307 : brson/rust/rng2, r=brson | bors | -60/+59 |
| 2013-05-07 | rt: Remove rust_call_nullary_fn | Brian Anderson | -8/+0 |
| 2013-05-07 | rt: Eliminate the dependency on rust_kernel from rust_rng | Brian Anderson | -34/+36 |
| 2013-05-07 | rt: Move win32_require out of the rust_kernel type | Brian Anderson | -26/+23 |
| 2013-05-07 | When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`. | Niko Matsakis | -9/+2 |
| 2013-05-07 | preliminary Linux ARM support | Jyun-Yan You | -0/+11 |
| 2013-05-06 | add rust_take_task_borrow_list and rust_set_task_borrow_list to rustrt.def.in | Niko Matsakis | -0/+2 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -241/+178 |
| 2013-05-04 | auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestinger | bors | -2/+39 |
| 2013-05-05 | rt: rust_android_dummy.cpp fix for make tidy | Young-il Choi | -1/+4 |
| 2013-05-04 | improve DEBUG_BORROW printouts | Niko Matsakis | -0/+3 |
| 2013-05-04 | rt: glob, globfree dummy function for android | Young-il Choi | -2/+36 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -29/+3 |
| 2013-05-03 | Change borrow debugging so it is disabled by -O | Niko Matsakis | -3/+0 |
| 2013-05-02 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -24/+114 |