| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-07-29 | Removing proxies and message queues. | Eric Holk | -77/+0 | |
| 2011-07-13 | Remove 'Nop.' comments, add emacs lines, remove obsolete file. | Graydon Hoare | -3/+0 | |
| 2011-07-13 | Fix compile-command lines in rt. | Graydon Hoare | -1/+1 | |
| 2011-05-08 | rt: Consistently refer to structs as structs and classes as classes. Clang ↵ | Patrick Walton | -1/+1 | |
| complains about this. | ||||
| 2010-09-07 | Lots of design changes around proxies and message passing. Made it so that ↵ | Michael Bebenita | -20/+33 | |
| domains can only talk to other domains via handles, and with the help of the rust_kernel. | ||||
| 2010-07-28 | Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add ↵ | Michael Bebenita | -11/+36 | |
| strong-ref distinction on rust_proxy. | ||||
| 2010-07-28 | Add modeline / file-local emacs var blocks. | Michael Bebenita | -0/+11 | |
| 2010-07-19 | Added a message passing system based on lock free queues for inter-thread ↵ | Michael Bebenita | -0/+31 | |
| communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes. | ||||
