| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -2/+2 | |
| 2011-06-23 | Combined set_registers and get_registers into swap_registers. | Eric Holk | -57/+20 | |
| 2011-06-23 | Wrote swap_context in assembly. Closes #548. This also allows us to ↵ | Eric Holk | -29/+36 | |
| re-enable optimization on OSX for both gcc and clang. Also, re-enamed task-comm-1.rs, which was previously broken by optimization. | ||||
| 2011-06-15 | Fixed a problem where spawn arguments were getting lost again. Also, fixed ↵ | Eric Holk | -1/+13 | |
| up stack alignment, which closes #496 | ||||
| 2011-06-13 | This is the mega-ucontext commit. It replaces the task switching mechanism ↵ | Eric Holk | -0/+202 | |
| with a new one inspired by ucontext. It works under Linux, OS X and Windows, and is Valgrind clean on Linux and OS X (provided the runtime is built with gcc). This commit also moves yield and join to the standard library, as requested in #42. Join is currently a no-op though. | ||||
