index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
rust_message.cpp
Age
Commit message (
Expand
)
Author
Lines
2011-07-29
Removing proxies and message queues.
Eric Holk
-125
/
+0
2011-07-28
Atomic reference counting for tasks.
Eric Holk
-2
/
+2
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-3
/
+4
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-07-13
Remove 'Nop.' comments, add emacs lines, remove obsolete file.
Graydon Hoare
-4
/
+0
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-1
/
+1
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-3
/
+4
2011-04-19
Overhaul logging system in runtime
Marijn Haverbeke
-8
/
+2
2010-09-07
Lots of design changes around proxies and message passing. Made it so that do...
Michael Bebenita
-39
/
+63
2010-08-17
Lots of changes around memory managment in the Runtime. Added memory regions ...
Michael Bebenita
-8
/
+11
2010-08-09
Synthesize a flush_chan upcall right before a channel's ref_count drops to ze...
Michael Bebenita
-2
/
+1
2010-07-28
Move ports out into their own file, add data_message and make communication s...
Michael Bebenita
-0
/
+32
2010-07-28
Move notification-messages out into their own file and unify into notify_mess...
Michael Bebenita
-0
/
+75