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
/
lib
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-16
Port the stdlib to the decl foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-11
/
+0
2011-08-15
Properly ref counting to fix valgrind issues on linux.
Eric Holk
-0
/
+6
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-0
/
+3
2011-08-15
Fixed memory accounting and task stack creation bugs.
Eric Holk
-0
/
+3
2011-08-15
Working on more spawn test cases.
Eric Holk
-4
/
+10
2011-08-15
Added a library version of spawn. Before long, we can remove the old version.
Eric Holk
-0
/
+79
2011-08-15
Port ID-based channels.
Eric Holk
-0
/
+8
2011-07-28
Updating to work on Windows.
Eric Holk
-1
/
+1
2011-07-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-0
/
+6
2011-07-27
Remove task::worker
Brian Anderson
-82
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-80
/
+60
2011-07-26
Run test process from a dedicated task
Brian Anderson
-0
/
+12
2011-07-24
Add task::send and task::recv
Brian Anderson
-0
/
+8
2011-07-24
Add task::worker. Spawns a task and returns a channel to it
Brian Anderson
-0
/
+70
2011-07-22
More work on word-count.
Eric Holk
-0
/
+8
2011-07-15
Remove task_unsupervise from rt builtin functions
Brian Anderson
-2
/
+2
2011-07-15
Modify task::join to indicate how the task terminated
Brian Anderson
-3
/
+11
2011-07-14
Add an unsupervise builtin and function to std::task
Brian Anderson
-0
/
+5
2011-06-29
Adding support for pinning tasks to the currently running thread. Closes #598.
Eric Holk
-0
/
+10
2011-06-15
Re-enabled join.
Eric Holk
-2
/
+2
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-0
/
+31
[prev]