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-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-6
/
+6
2011-10-24
move remaining task natives to cdecl ABI (run on rust stack)
Niko Matsakis
-10
/
+12
2011-10-24
isolate those funcs in task that can run on the c stack
Niko Matsakis
-19
/
+20
2011-10-24
move sys fns into c-stack-cdecl and get_type_desc() into rusti
Niko Matsakis
-2
/
+1
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-5
/
+5
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-1
/
+1
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-7
/
+7
2011-10-20
Rename std::task::spawn_inner to unsafe_spawn_inner
Brian Anderson
-15
/
+5
2011-10-20
Stop exporting unsafe spawn functions
Brian Anderson
-3
/
+0
2011-10-20
Add safe versions of spawn using bare functions
Brian Anderson
-0
/
+44
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-1
/
+0
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-1
/
+1
2011-09-26
Enforce copy restrictions on let initializers
Brian Anderson
-1
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-2
/
+1
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-4
/
+4
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-3
/
+3
2011-09-07
Rewrite spawn yet again
Brian Anderson
-62
/
+15
2011-09-02
Reformat. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-1
/
+1
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-8
/
+25
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-5
/
+1
2011-08-22
Promote std::task::rustrt::leak to std::unsafe::leak
Brian Anderson
-3
/
+1
2011-08-20
Reformat
Brian Anderson
-82
/
+64
2011-08-17
Better type inference for chans and ports.
Eric Holk
-12
/
+9
2011-08-17
Convenience methods for spawning and joining tasks.
Eric Holk
-2
/
+17
2011-08-17
Making more of the rust_task structure directly accessible from Rust.
Eric Holk
-16
/
+29
2011-08-17
Using move-mode for spawn thunks to avoid race conditions.
Eric Holk
-4
/
+5
2011-08-16
Updating to new type parameter syntax.
Eric Holk
-3
/
+3
2011-08-16
New channel-based task status notifications.
Eric Holk
-9
/
+43
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
[next]