| Age | Commit message (Expand) | Author | Lines |
| 2013-04-28 | auto merge of #5646 : Aatch/rust/unwind-fix, r=brson | bors | -41/+7 |
| 2013-04-27 | auto merge of #6081 : brson/rust/out-of-stack, r=thestinger | bors | -3/+3 |
| 2013-04-26 | rt: Set the stack depth limit to 1GB. Abort on error. | Brian Anderson | -3/+3 |
| 2013-04-26 | rt: use the [u]int[nn]_t types in the RNG. | Huon Wilson | -9/+14 |
| 2013-04-25 | rt: pull upstream ISAAC code for consistency between 32/64 bit platforms | Huon Wilson | -18/+23 |
| 2013-04-24 | Remove rust_unwind.h | James Miller | -41/+7 |
| 2013-04-23 | Fix issue #5976 - HANDLE leaks and undefined/bad behavour | gareth | -14/+45 |
| 2013-04-23 | Remove a stray new operator in rust_task.h | Alex Crichton | -6/+0 |
| 2013-04-21 | auto merge of #5887 : jdm/rust/stackbounds, r=brson | bors | -0/+7 |
| 2013-04-21 | rt: Make the C stack segment accessible to runtime users. | Josh Matthews | -0/+7 |
| 2013-04-19 | auto merge of #5962 : pcwalton/rust/shootout, r=pcwalton | bors | -10/+149 |
| 2013-04-19 | core: Add rt::context for figuring out what runtime services are available | Brian Anderson | -0/+6 |
| 2013-04-19 | rt: Remove dump_stacks | Patrick Walton | -3/+0 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -2/+1 |
| 2013-04-19 | rt: Fix scalability problem with big stacks on 32 bit | Patrick Walton | -6/+131 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -2/+20 |
| 2013-04-18 | auto merge of #5418 : luqmana/rust/stack-float, r=brson | bors | -19/+3 |
| 2013-04-18 | sketch: Make rust sketch barf output prettier | Marti Raudsepp | -2/+2 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -21/+89 |
| 2013-04-15 | rt: Move test functions to rust_test_helpers.cpp | Brian Anderson | -86/+105 |
| 2013-04-14 | add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failure | Jyun-Yan You | -0/+11 |
| 2013-04-10 | add unwind information on morestack | ILyoan | -14/+19 |
| 2013-04-10 | rust morestack assembly for arm | ILyoan | -42/+60 |
| 2013-04-05 | Fix various warnings, NOTEs, etc | Niko Matsakis | -1/+1 |
| 2013-04-04 | fix mac build and comment on stack size check | Jyun-Yan You | -0/+3 |
| 2013-04-04 | rt: improve mips backend | Jyun-Yan You | -11/+25 |
| 2013-04-01 | rt/arch/arm: fix syntax used for noexec stack | Daniel Micay | -4/+4 |
| 2013-03-31 | mark the assembly object stacks as non-executable | Daniel Micay | -19/+91 |
| 2013-03-25 | auto merge of #5409 : brson/rust/rt, r=brson | bors | -15/+100 |
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -15/+100 |
| 2013-03-25 | auto merge of #5424 : luqmana/rust/inline-rt, r=brson | bors | -124/+217 |
| 2013-03-21 | rt: Increase C_STACK_SIZE to 2MB to get JIT/rusti working again (dlopen segfa... | Zack Corr | -1/+1 |
| 2013-03-19 | Rewrite arm/ccall.s | ILyoan | -15/+10 |
| 2013-03-18 | core: Initialize global state lazily in the Scheduler ctor | Brian Anderson | -4/+13 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -15/+34 |
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -0/+57 |
| 2013-03-18 | rt: Inline get_sp_limit/set_sp_limit/get_sp for x86. | Luqman Aden | -63/+45 |
| 2013-03-17 | rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64. | Luqman Aden | -64/+175 |
| 2013-03-17 | rt: don't save and restore xmm/regs in __morestack. | Luqman Aden | -19/+3 |
| 2013-03-16 | rt: Add RUST_DEBUG_MEM to rust_env to avoid races | Brian Anderson | -2/+14 |
| 2013-03-14 | auto merge of #5364 : xenocons/rust/patch-1, r=z0w0 | bors | -1/+1 |
| 2013-03-14 | updated from L to ull for easier mingw32 builds. | xenocons | -1/+1 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -7/+44 |
| 2013-03-12 | Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl... | Brian Anderson | -0/+29 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -28/+69 |
| 2013-03-11 | rt/core: port os::list_dir to rust ref #4812 | Jeff Olson | -70/+33 |
| 2013-03-11 | core: rt/core: impl os::env() in rust ref #4812 | Jeff Olson | -31/+4 |
| 2013-03-11 | rt/core: impl os::getcwd() in rust ref #4812 | Jeff Olson | -21/+0 |
| 2013-03-06 | Merge remote-tracking branch 'brson/cross7' | Brian Anderson | -2/+19 |
| 2013-03-05 | mk: --android-cross-path to rustc | Young-il Choi | -2/+7 |