| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-04-24 | core: Turn off rtdebug logging | Brian Anderson | -2/+2 | |
| Accidentally left in on at some point | ||||
| 2013-04-23 | core::rt: Tasks to not require an unwinder | Brian Anderson | -0/+39 | |
| 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. | ||||
