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
/
sync
/
lock_free_queue.h
Age
Commit message (
Expand
)
Author
Lines
2012-06-25
rt: Remove lock_free_queue. Unused. Issue #2701
Brian Anderson
-212
/
+0
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-0
/
+1
2011-07-13
Remove 'Nop.' comments, add emacs lines, remove obsolete file.
Graydon Hoare
-1
/
+0
2011-04-08
add FIXME related to the -fno-strict-aliasing workaround
Marijn Haverbeke
-0
/
+2
2010-09-16
Fixed deadlock caused by the message pump not being notified of new message s...
Michael Bebenita
-1
/
+1
2010-09-07
Lots of design changes around proxies and message passing. Made it so that do...
Michael Bebenita
-2
/
+0
2010-09-07
Added a few utility classes, cleaned up the include order of .h files, and st...
Michael Bebenita
-0
/
+2
2010-08-24
Implemented an lock free queue based on this paper http://www.cs.rochester.ed...
Michael Bebenita
-13
/
+201
2010-08-17
Made the lock_free_queue lock (temporarily, until fixed).
Michael Bebenita
-0
/
+3
2010-07-19
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
-1
/
+5
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+15