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_chan.cpp
Age
Commit message (
Expand
)
Author
Lines
2011-11-11
rt: Remove rust_chan
Brian Anderson
-53
/
+0
2011-11-10
rt: Move rust_chan::send to rust_port::send
Brian Anderson
-26
/
+0
2011-11-10
rt: Simplify channel-port association
Brian Anderson
-40
/
+7
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-1
/
+1
2011-08-08
Introduced task handles.
unknown
-4
/
+5
2011-08-08
Converted the rest of the task-comm-* tests over. Also fixed some
Eric Holk
-27
/
+3
2011-08-05
Atomic ref counting for chans.
Eric Holk
-6
/
+5
2011-07-29
Removing proxies and message queues.
Eric Holk
-68
/
+39
2011-07-28
Add an assertion about the lock in rust_chan::disassociate
Brian Anderson
-1
/
+3
2011-07-28
Change the locking rules around channel disassociation again
Brian Anderson
-1
/
+3
2011-07-28
Fiddle with the locking around channel disassociation
Brian Anderson
-2
/
+1
2011-07-28
Re-enabled the rest of the asserts and things in rust_chan.cpp
Eric Holk
-12
/
+11
2011-07-28
Resurrecting some of the logging in rust_chan.cpp
Eric Holk
-12
/
+12
2011-07-28
Atomic reference counting for tasks.
Eric Holk
-15
/
+3
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-25
/
+25
2011-07-23
Fixed another concurrency issue in channels.
Eric Holk
-0
/
+2
2011-07-22
More work on word-count.
Eric Holk
-3
/
+8
2011-07-21
Improving move semantics for channel operations.
Eric Holk
-5
/
+5
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-13
/
+15
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-07-07
Some cleanup
Eric Holk
-1
/
+1
2011-07-07
Work on debugging race conditions.
Eric Holk
-6
/
+8
2011-07-01
Sync rust_chan's deref() method with rustc's code.
Rob Arnold
-0
/
+1
2011-07-01
Move the channel destroy code into rust_chan.
Rob Arnold
-0
/
+35
2011-07-01
Move channel cloning logic into a method on rust_chan.
Rob Arnold
-0
/
+19
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-1
/
+2
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-6
/
+6
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-1
/
+1
2011-06-27
Conservatively serialize nearly all upcalls. Successfuly ran make check with ...
Eric Holk
-3
/
+4
2011-06-27
Added some locking to ports to prevent the case where two threads simultaneou...
Eric Holk
-0
/
+3
2011-04-19
Overhaul logging system in runtime
Marijn Haverbeke
-9
/
+7
2011-04-07
Move to macro-based logging checks in the C++ code
Marijn Haverbeke
-5
/
+5
2010-09-07
Lots of design changes around proxies and message passing. Made it so that do...
Michael Bebenita
-13
/
+12
2010-08-09
Synthesize a flush_chan upcall right before a channel's ref_count drops to ze...
Michael Bebenita
-7
/
+20
2010-07-28
Move ports out into their own file, add data_message and make communication s...
Michael Bebenita
-30
/
+51
2010-07-28
Add modeline / file-local emacs var blocks.
Michael Bebenita
-0
/
+11
2010-07-28
Wrap long lines.
Michael Bebenita
-2
/
+2
2010-07-19
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
-13
/
+41
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+34