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
Age
Commit message (
Expand
)
Author
Lines
2011-06-27
A little tidying in rt.
Graydon Hoare
-1
/
+1
2011-06-27
Implementation mising features in lock_and_signal for Win32. Also lowered th...
Eric Holk
-5
/
+6
2011-06-27
Conservatively serialize nearly all upcalls. Successfuly ran make check with ...
Eric Holk
-1
/
+3
2011-06-27
Basic multithreading support. The infinite loops test successfully maxes out ...
Eric Holk
-0
/
+37
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-10
/
+10
2011-06-09
Remove executable bit from lock_and_signal.cpp.
Erick Tryzelaar
-0
/
+0
2011-04-08
add FIXME related to the -fno-strict-aliasing workaround
Marijn Haverbeke
-0
/
+2
2010-10-20
Add a virtual destructor to rust_thread in sync.h, to quiet the compiler
Patrick Walton
-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-10
Cleanup, refactoring, and some runtime tests.
Michael Bebenita
-0
/
+20
2010-09-10
Added lock_and_signal::signal_all(), and made the rust_kernel::join() use wai...
Michael Bebenita
-9
/
+25
2010-09-08
Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...
Graydon Hoare
-306
/
+125
2010-09-07
Fixed race in the rust kernel.
Michael Bebenita
-2
/
+10
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 thread utility class to factor out operations on threads.
Michael Bebenita
-0
/
+64
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
/
+284
2010-08-17
Made the lock_free_queue lock (temporarily, until fixed).
Michael Bebenita
-0
/
+7
2010-08-16
Putting out the burning tree on Windows. Turns out you can completely starve ...
Michael Bebenita
-2
/
+2
2010-08-11
Added support for task sleeping in the scheduler.
Michael Bebenita
-0
/
+86
2010-08-09
Added class to abstract away platform specific thread primitives.
Michael Bebenita
-0
/
+21
2010-08-09
Added timed_wait to condition variables.
Michael Bebenita
-5
/
+24
2010-07-19
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
-16
/
+119
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+171
[prev]