index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
add FIXME related to the -fno-strict-aliasing workaround
Marijn Haverbeke
2011-04-08
1
-0
/
+2
*
Add a virtual destructor to rust_thread in sync.h, to quiet the compiler
Patrick Walton
2010-10-20
1
-0
/
+2
*
Fixed deadlock caused by the message pump not being notified of new message s...
Michael Bebenita
2010-09-16
1
-1
/
+1
*
Cleanup, refactoring, and some runtime tests.
Michael Bebenita
2010-09-10
4
-0
/
+20
*
Added lock_and_signal::signal_all(), and made the rust_kernel::join() use wai...
Michael Bebenita
2010-09-10
2
-9
/
+25
*
Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...
Graydon Hoare
2010-09-08
11
-306
/
+125
*
Fixed race in the rust kernel.
Michael Bebenita
2010-09-07
2
-2
/
+10
*
Lots of design changes around proxies and message passing. Made it so that do...
Michael Bebenita
2010-09-07
1
-2
/
+0
*
Added a thread utility class to factor out operations on threads.
Michael Bebenita
2010-09-07
2
-0
/
+64
*
Added a few utility classes, cleaned up the include order of .h files, and st...
Michael Bebenita
2010-09-07
1
-0
/
+2
*
Implemented an lock free queue based on this paper http://www.cs.rochester.ed...
Michael Bebenita
2010-08-24
4
-13
/
+284
*
Made the lock_free_queue lock (temporarily, until fixed).
Michael Bebenita
2010-08-17
2
-0
/
+7
*
Putting out the burning tree on Windows. Turns out you can completely starve ...
Michael Bebenita
2010-08-16
2
-2
/
+2
*
Added support for task sleeping in the scheduler.
Michael Bebenita
2010-08-11
2
-0
/
+86
*
Added class to abstract away platform specific thread primitives.
Michael Bebenita
2010-08-09
2
-0
/
+21
*
Added timed_wait to condition variables.
Michael Bebenita
2010-08-09
2
-5
/
+24
*
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
2010-07-19
6
-16
/
+119
*
Populate tree.
Graydon Hoare
2010-06-23
6
-0
/
+171