| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-18 | core: Don't use printf in rtdebug! | Brian Anderson | -10/+4 | |
| The bots were showing a segfault that I can't reproduce. Assuming it's varargs related so let's not use printf | ||||
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -1/+1941 | |
| I intend to do some big refactoring and don't want to deal w/ std just now | ||||
| 2013-03-18 | core: Cleanup rt::context | Brian Anderson | -17/+35 | |
| 2013-03-16 | rt: Add RUST_DEBUG_MEM to rust_env to avoid races | Brian Anderson | -0/+48 | |
| 2013-03-15 | Fix an android compilation fail | ILyoan | -0/+1 | |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -2/+7 | |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -2/+2 | |
| adjusting a few foreign functions that were declared with by-ref mode. This also allows us to remove by-val mode in the near future. With copy mode, though, we have to be careful because Rust will implicitly pass somethings by pointer but this may not be the C ABI rules. For example, rust will pass a struct Foo as a Foo*. So I added some code into the adapters to fix this (though the C ABI rules may put the pointer back, oh well). This patch also includes a lint mode for the use of by-ref mode in foreign functions as the semantics of this have changed. | ||||
| 2013-03-12 | core: Turn off rtdebug logging | Brian Anderson | -2/+3 | |
| 2013-03-11 | core: Add context switching for ARM and MIPS | Brian Anderson | -31/+63 | |
| ARM definitely compiles | ||||
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -0/+2441 | |
