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
/
libstd
/
task
/
spawn.rs
Age
Commit message (
Expand
)
Author
Lines
2013-10-11
De-pub some private runtime components
Alex Crichton
-7
/
+7
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-8
/
+8
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-8
/
+3
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-33
/
+28
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-5
/
+5
2013-08-23
auto merge of #8677 : bblum/rust/scratch, r=alexcrichton
bors
-45
/
+32
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-3
/
+0
2013-08-20
small cleanups in task/spawn.rs
Ben Blum
-45
/
+32
2013-08-12
Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for...
Ben Blum
-129
/
+63
2013-08-10
Mass rename of .consume{,_iter}() to .move_iter()
Erick Tryzelaar
-5
/
+5
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-127
/
+16
2013-08-09
std: Fix perf of local allocations in newsched
Brian Anderson
-9
/
+8
2013-08-08
Enabled workstealing in the scheduler. Previously we had one global work queu...
toddaaro
-1
/
+8
2013-08-07
std: Allow spawners to specify stack size
Brian Anderson
-7
/
+7
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-3
/
+3
2013-08-05
Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent...
Ben Blum
-45
/
+59
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-5
/
+5
2013-08-02
std: Implement SingleThreaded spawn mode for newsched
Brian Anderson
-8
/
+80
2013-08-01
A major refactoring that changes the way the runtime uses TLS. In the
toddaaro
-30
/
+13
2013-08-01
std: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-1
/
+2
2013-08-01
auto merge of #8158 : bblum/rust/task-cleanup, r=brson
bors
-0
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-5
/
+4
2013-07-31
Give tasks useful names. #2891
Ben Blum
-0
/
+2
2013-07-31
auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
bors
-32
/
+5
2013-07-30
std: Remove foreign_stack_size spawn option. Irrelevant to future FFI changes
Brian Anderson
-7
/
+3
2013-07-30
std: Remove CurrentScheduler spawn mode. Unused
Brian Anderson
-11
/
+2
2013-07-30
std: Remove ExistingScheduler spawn mode. Unused
Brian Anderson
-4
/
+1
2013-07-30
std: Remove PlatformThread spawn mode. Obsolete
Brian Anderson
-4
/
+2
2013-07-30
std: Remove ThreadPerTask spawn mode. Unimplemented
Brian Anderson
-4
/
+1
2013-07-30
std: Remove ManualThreads spawn mode
Brian Anderson
-7
/
+1
2013-07-30
Unkillable is not unsafe. Close #7832.
Ben Blum
-1
/
+1
2013-07-30
(cleanup) Fix unimplemented message for kill_all in newsched.
Ben Blum
-2
/
+7
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-5
/
+5
2013-07-22
new snapshot
Daniel Micay
-5
/
+0
2013-07-20
Add watched and indestructible spawn modes.
Ben Blum
-3
/
+10
2013-07-20
Rename TCB to Taskgroup
Ben Blum
-13
/
+14
2013-07-20
Enable taskgroup code for newsched spawns.
Ben Blum
-3
/
+28
2013-07-20
(cleanup) impl TaskSet
Ben Blum
-39
/
+39
2013-07-20
(cleanup) Don't check taskgroup generation monotonicity unless cfg(test).
Ben Blum
-16
/
+16
2013-07-20
(cleanup) Modernize taskgroup code for the new borrow-checker.
Ben Blum
-61
/
+20
2013-07-20
Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ...
Ben Blum
-128
/
+202
2013-07-20
Add kill::Death for task death services and use it in Task.
Ben Blum
-1
/
+1
2013-07-18
auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwalton
bors
-2
/
+1
2013-07-16
Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764
Austin King
-3
/
+3
2013-07-14
Make TLS keys actually take up space
Alex Crichton
-7
/
+12
2013-07-13
Split mutable methods out of Set and Map
Steven Fackler
-1
/
+1
2013-07-11
auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
bors
-19
/
+21
2013-07-09
std: Remove ThreadPerCore spawn mode. Unused
Brian Anderson
-2
/
+1
2013-07-09
Change TLS to almost be able to contain owned types
Alex Crichton
-19
/
+21
[next]