| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-02 | Convert most of rust_run_program.cpp to rust (issue #2674). | gareth | -186/+18 |
| 2013-05-02 | Add error if RED_ZONE_SIZE doesn't get defined | James Miller | -0/+4 |
| 2013-05-01 | add an option to debug borrows (RUST_DEBUG_BORROW) so you can | Niko Matsakis | -0/+33 |
| 2013-04-30 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -24/+114 |
| 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: abort doesn't take an argument | Brian Anderson | -1/+1 |
| 2013-04-25 | rt: pull upstream ISAAC code for consistency between 32/64 bit platforms | Huon Wilson | -18/+23 |
| 2013-04-24 | Remove FIXME #2699---I believe the calculation is correct. Fixes #2699. | Niko Matsakis | -1/+0 |
| 2013-04-24 | Remove rust_unwind.h | James Miller | -41/+7 |
| 2013-04-23 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -24/+114 |
| 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-22 | core::rt: Add unwinding to newsched tasks | Brian Anderson | -3/+37 |
| 2013-04-21 | core::rt: Add the local heap to newsched tasks | Brian Anderson | -6/+47 |
| 2013-04-21 | rt: Don't make memory_region depend on rust_env | Brian Anderson | -14/+18 |
| 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-20 | core::rt: Use generated port numbers in tests | Brian Anderson | -1/+1 |
| 2013-04-20 | rt: Add rust_dbg_next_port for generating test port numbers | Brian Anderson | -1/+12 |
| 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 |