| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-08-20 | Conditionally define CDECL and FASTCALL on windows | Brian Anderson | -0/+4 | |
| These may already be defined by other includes. Hopefully puts out the windows fire. | ||||
| 2011-07-13 | Fix compile-command lines in rt. | Graydon Hoare | -1/+1 | |
| 2011-06-29 | Add a runtime flag to enable/disable claims en masse | Tim Chevalier | -0/+4 | |
| Now, if the environment variable CHECK_CLAIMS is set, then all claims turn into checks. Otherwise, claims are no-ops. | ||||
| 2011-06-13 | This is the mega-ucontext commit. It replaces the task switching mechanism ↵ | Eric Holk | -0/+3 | |
| 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. | ||||
| 2010-09-07 | Added a few utility classes, cleaned up the include order of .h files, and ↵ | Michael Bebenita | -4/+0 | |
| started to make the Rust kernel own domain message queues rather than the Rust domains themselves. | ||||
| 2010-08-17 | Lots of changes around memory managment in the Runtime. Added memory regions ↵ | Michael Bebenita | -5/+0 | |
| and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages. | ||||
| 2010-08-16 | Pulled rust_srv in its own file. Some cleanup, and added varargs to ↵ | Michael Bebenita | -15/+1 | |
| assertion macros. | ||||
| 2010-07-28 | Add a warning interface to rust_srv. | Michael Bebenita | -0/+1 | |
| 2010-07-28 | Move allocation-tracking into rust_srv. | Michael Bebenita | -0/+3 | |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+49 | |
