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
/
test
/
stdtest
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-80
/
+0
2012-01-13
libcore: Add task::try
Brian Anderson
-0
/
+21
2012-01-11
add section on spawn_connected to tutorial and pull test into file
Niko Matsakis
-19
/
+0
2012-01-08
add spawn_connected
Niko Matsakis
-0
/
+19
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-1
/
+1
2012-01-06
port over the tests to use the new API
Niko Matsakis
-4
/
+4
2012-01-06
rewrite task tests
Niko Matsakis
-35
/
+17
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-3
/
+3
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-6
/
+6
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+4
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-10-29
Cleanup the existing platform-specific ignored tests
Brian Anderson
-14
/
+2
2011-10-28
Move to short kind kinds words in test suite
Marijn Haverbeke
-1
/
+1
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-1
/
+1
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-7
/
+7
2011-10-20
Get windows working under the bare function regime
Brian Anderson
-0
/
+16
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-8
/
+8
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-22
/
+17
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-4
/
+2
2011-08-26
Adding a test case to make sure spawning polymorphic functions works.
Eric Holk
-0
/
+12
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-25
/
+9
2011-08-20
Reformat
Brian Anderson
-4
/
+4
2011-08-17
Convenience methods for spawning and joining tasks.
Eric Holk
-0
/
+8
2011-08-17
Using move-mode for spawn thunks to avoid race conditions.
Eric Holk
-4
/
+8
2011-08-16
Updating to new type parameter syntax.
Eric Holk
-2
/
+2
2011-08-16
New channel-based task status notifications.
Eric Holk
-0
/
+32
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-8
/
+0
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-5
/
+5
2011-08-15
Fixed memory accounting and task stack creation bugs.
Eric Holk
-1
/
+1
2011-08-15
Working on more spawn test cases.
Eric Holk
-0
/
+6
2011-08-15
Added a library version of spawn. Before long, we can remove the old version.
Eric Holk
-0
/
+5
2011-08-11
Un-ignore stdtest::task::test_sleep
Brian Anderson
-1
/
+0
2011-07-27
Remove task::worker
Brian Anderson
-23
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-37
/
+31
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
/
+23
2011-07-24
Reindent lib-task.rs
Brian Anderson
-15
/
+15
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-0
/
+34