| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -192/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-20 | core::rt: Convert users of local_sched to Local trait | Brian Anderson | -13/+14 | |
| 2013-05-20 | core::rt: Store Task as a ~ pointer | Brian Anderson | -6/+6 | |
| 2013-05-20 | core:rt:: Rename LocalServices to Task | Brian Anderson | -19/+19 | |
| 2013-05-17 | core::rt: implement `oneshot` and `stream`. | Brian Anderson | -1/+32 | |
| 2013-05-15 | core::rt: Rename Task to Coroutine | Brian Anderson | -17/+17 | |
| 2013-05-15 | core::rt: Fix scheduling logic for enqueued tasks | Brian Anderson | -6/+6 | |
| 2013-05-14 | core::rt: Make TCP servers work | Brian Anderson | -0/+40 | |
| 2013-05-13 | core::rt Restructure some modules | Brian Anderson | -1/+1 | |
| Put all uv code under rt::uv, as if it were in its own crate. Pull local_sched out of rt::sched. | ||||
| 2013-05-13 | core::rt: Fix a warning about unnecessary mutable variable | Brian Anderson | -1/+1 | |
| 2013-04-24 | core: Warning police | Brian Anderson | -2/+0 | |
| 2013-04-23 | core::rt: Tasks to not require an unwinder | Brian Anderson | -12/+30 | |
| A task without an unwinder will abort the process on failure. I'm using this in the runtime tests to guarantee that a call to `assert!` actually triggers some kind of failure (an abort) instead of silently doing nothing. This is essentially in lieu of a working linked failure implementation. | ||||
| 2013-04-22 | core::rt: Add unwinding to newsched tasks | Brian Anderson | -0/+41 | |
| 2013-04-20 | core::rt: Improve docs for run_in_newsched_task testing function | Brian Anderson | -1/+2 | |
| 2013-04-20 | core::rt: Add `next_test_ip4` for generating test addresses | Brian Anderson | -0/+7 | |
| 2013-04-20 | core::rt: Don't directly create scheduler types in I/O tests | Brian Anderson | -0/+16 | |
| There are some better abstractions for this now | ||||
| 2013-04-20 | core::rt: Use generated port numbers in tests | Brian Anderson | -0/+10 | |
| 2013-04-20 | core::rt: Add a test mod and put run_in_newsched_task there | Brian Anderson | -0/+29 | |
