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.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-07-13
Reintroduce linked failure (rust_port locking)
Ben Blum
-13
/
+15
2012-07-12
Revert linked failure (rust_port locking)
Ben Blum
-15
/
+13
2012-07-12
Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...
Ben Blum
-13
/
+15
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-2
/
+2
2012-04-01
replace assertion macros with plain asserts
Jon Morton
-3
/
+3
2012-03-31
rt: Rename rust_task_thread to rust_sched_loop
Brian Anderson
-1
/
+1
2012-03-18
rt: Remove lock_held_by_current_thread
Brian Anderson
-4
/
+0
2012-03-17
rt: Ports don't need to ref their tasks
Brian Anderson
-3
/
+0
2012-03-15
rt: Look up ports through a single port table
Brian Anderson
-2
/
+2
2012-03-15
Zero out dest ptr when port_recv doesn't return a value
Marijn Haverbeke
-0
/
+1
2012-03-06
rt: Change the rust_port refcounting scheme to avoid races
Brian Anderson
-13
/
+17
2012-03-05
rt: Add a hack to fix a port detach bug
Brian Anderson
-0
/
+4
2012-03-05
rt: Fix the atomic get_ref_count method to avoid races
Brian Anderson
-7
/
+0
2012-03-05
rt: Properly block tasks while waiting for port detach
Brian Anderson
-3
/
+30
2012-03-05
rt: Make rust_port_detach less contentious
Brian Anderson
-2
/
+1
2012-03-05
rt: Make linked failure less prone to deadlock
Brian Anderson
-0
/
+5
2012-03-05
rt: Move receive code into rust_port
Brian Anderson
-4
/
+22
2012-03-05
rt: Move some code from rust_port_detach into rust_port::detach
Brian Anderson
-0
/
+6
2012-03-05
rt: Move some locking from rust_port to rust_task
Brian Anderson
-5
/
+1
2012-03-05
rt: Renome rust_task::lock to port_lock
Brian Anderson
-2
/
+2
2012-02-16
rt: Add rust_port_select function
Brian Anderson
-9
/
+25
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-4
/
+4
2011-11-16
Disconnect ports before draining them. Issue #1155
Brian Anderson
-1
/
+8
2011-11-13
rt: Add locking invariants to rust_port
Brian Anderson
-2
/
+3
2011-11-13
Drop enqueued elements when a port is destructed. Closes #1155
Brian Anderson
-0
/
+5
2011-11-11
rt: Remove rust_chan
Brian Anderson
-27
/
+12
2011-11-10
rt: Move rust_chan::send to rust_port::send
Brian Anderson
-0
/
+22
2011-11-10
rt: Remove rust_token. Unused
Brian Anderson
-1
/
+1
2011-11-10
rt: Simplify channel-port association
Brian Anderson
-24
/
+14
2011-11-10
rt: Remove new_chan. Not needed
Brian Anderson
-3
/
+3
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-2
/
+2
2011-08-15
Port ID-based channels.
Eric Holk
-0
/
+7
2011-08-15
First step towards port handles.
Eric Holk
-0
/
+4
2011-08-05
Atomic ref counting for chans.
Eric Holk
-15
/
+2
2011-07-29
Removing proxies and message queues.
Eric Holk
-4
/
+2
2011-07-28
Change the locking rules around channel disassociation again
Brian Anderson
-0
/
+1
2011-07-21
Improving move semantics for channel operations.
Eric Holk
-2
/
+2
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-1
/
+2
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
Work on debugging race conditions.
Eric Holk
-4
/
+4
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-2
/
+2
2011-04-19
Overhaul logging system in runtime
Marijn Haverbeke
-9
/
+8
2011-04-07
Move to macro-based logging checks in the C++ code
Marijn Haverbeke
-7
/
+7
2010-09-07
Lots of design changes around proxies and message passing. Made it so that do...
Michael Bebenita
-3
/
+3
2010-08-17
Fixed deadlock by removing channel flushing.
Michael Bebenita
-7
/
+6
2010-08-11
Ignore upcall_flush for channels that are disassociated from ports. This make...
Michael Bebenita
-2
/
+2
2010-08-09
Synthesize a flush_chan upcall right before a channel's ref_count drops to ze...
Michael Bebenita
-3
/
+21
2010-08-09
Some pretty printing in the runtime.
Michael Bebenita
-0
/
+16
2010-07-28
Move ports out into their own file, add data_message and make communication s...
Michael Bebenita
-0
/
+39