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_port.h
Age
Commit message (
Expand
)
Author
Lines
2011-11-16
Disconnect ports before draining them. Issue #1155
Brian Anderson
-0
/
+1
2011-11-13
Drop enqueued elements when a port is destructed. Closes #1155
Brian Anderson
-0
/
+1
2011-11-11
rt: Make rust_port's ref counting non-atomic
Brian Anderson
-1
/
+1
2011-11-11
rt: Remove rust_chan
Brian Anderson
-2
/
+2
2011-11-10
rt: Move rust_chan::send to rust_port::send
Brian Anderson
-0
/
+1
2011-11-10
rt: Remove rust_token. Unused
Brian Anderson
-1
/
+0
2011-11-10
rt: Simplify channel-port association
Brian Anderson
-1
/
+0
2011-08-15
Port ID-based channels.
Eric Holk
-2
/
+1
2011-08-15
First step towards port handles.
Eric Holk
-1
/
+4
2011-08-05
Atomic ref counting for chans.
Eric Holk
-3
/
+0
2011-07-29
Removing proxies and message queues.
Eric Holk
-2
/
+3
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-07-07
Work on debugging race conditions.
Eric Holk
-1
/
+4
2011-06-27
Conservatively serialize nearly all upcalls. Successfuly ran make check with ...
Eric Holk
-2
/
+0
2011-06-27
Added some locking to ports to prevent the case where two threads simultaneou...
Eric Holk
-0
/
+2
2010-08-09
Synthesize a flush_chan upcall right before a channel's ref_count drops to ze...
Michael Bebenita
-0
/
+1
2010-08-09
Some pretty printing in the runtime.
Michael Bebenita
-0
/
+1
2010-07-28
Move ports out into their own file, add data_message and make communication s...
Michael Bebenita
-0
/
+31