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-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-233
/
+0
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-1
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-12
/
+9
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-11
/
+5
2013-11-29
Implement a lock-free work-stealing deque
Alex Crichton
-3
/
+2
2013-11-27
Improve the rt::thread module
Alex Crichton
-1
/
+1
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-1
/
+1
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-520
/
+11
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-13
/
+15
2013-11-18
libstd: Change all `~fn()`s to `proc`s in the standard library.
Patrick Walton
-5
/
+7
2013-11-10
Remove a debug! statement before I/O is ready
Alex Crichton
-1
/
+0
2013-11-01
Remove unnecessary unwind messages
Alex Crichton
-3
/
+3
2013-10-30
Prepared `std::sys` for removal, and made `begin_unwind` simpler
Marvin Löbel
-4
/
+3
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-9
/
+5
2013-10-28
Make some more rt components public
Alex Crichton
-3
/
+7
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-26
/
+34
2013-10-24
Migrate Rtio objects to true trait objects
Alex Crichton
-2
/
+2
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-1
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-3
/
+4
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-6
/
+6
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
[next]