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
Age
Commit message (
Expand
)
Author
Lines
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
-12
/
+8
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-15
/
+19
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-33
/
+33
2013-10-18
Made `std::task::TaskBuilder::future_result()` easier to use
Marvin Löbel
-31
/
+26
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 merge fallout of privacy changes
Alex Crichton
-1
/
+1
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-9
/
+4
2013-10-05
Implemented `IntoSendStr` on `SendStr` to allow naming a
Marvin Löbel
-0
/
+15
2013-10-05
Make a task name use a `SendStr`, allowing for either
Marvin Löbel
-4
/
+20
2013-10-01
auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichton
bors
-19
/
+29
2013-10-01
Update std::task::mod docstring
Flavio Percoco
-19
/
+29
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-29
/
+29
2013-09-25
std::rt: Implement task yielding. Fix a starvation problem
Brian Anderson
-4
/
+1
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-5
/
+5
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-33
/
+28
2013-08-27
Consolidate local_data implementations, and cleanup
Alex Crichton
-323
/
+0
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-12
/
+12
2013-08-27
Trailing space
Flaper Fesp
-1
/
+1
2013-08-27
Rebased and replaced yield with deschedule
Flaper Fesp
-1
/
+1
2013-08-27
Decrement unkillable counter before failing
Flaper Fesp
-2
/
+2
2013-08-27
Don't make the runtime exit on illegal calls
Flaper Fesp
-15
/
+33
2013-08-27
Testing rekillable fails when called from outside an unkillable block
Flaper Fesp
-1
/
+17
2013-08-27
Make rekillable consistent with unkillable
Flaper Fesp
-16
/
+27
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
-26
/
+19
2013-08-21
std/extra: changing XXX to FIXME; cleanup
Tim Chevalier
-1
/
+1
2013-08-20
small cleanups in task/spawn.rs
Ben Blum
-45
/
+32
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-12
/
+15
2013-08-18
auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton
bors
-15
/
+15
2013-08-16
Reserve 'yield' keyword
Kevin Ballard
-15
/
+15
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-3
/
+3
2013-08-12
Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for...
Ben Blum
-130
/
+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
-307
/
+48
2013-08-09
std: Fix perf of local allocations in newsched
Brian Anderson
-16
/
+16
2013-08-08
Enabled workstealing in the scheduler. Previously we had one global work queu...
toddaaro
-1
/
+8
2013-08-07
Disable linked failure tests
Brian Anderson
-0
/
+19
2013-08-07
std: Allow spawners to specify stack size
Brian Anderson
-11
/
+15
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-3
/
+3
2013-08-06
auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brson
bors
-45
/
+59
2013-08-05
Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent...
Ben Blum
-45
/
+59
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-6
/
+6
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-6
/
+6
2013-08-02
Fix embarrassing bug where 'unkillable' would unwind improperly when it recei...
Ben Blum
-0
/
+41
2013-08-02
std: Implement SingleThreaded spawn mode for newsched
Brian Anderson
-13
/
+98
2013-08-01
modified local to include an implementation for try_unsafe_borrow::<Task> so ...
toddaaro
-6
/
+6
2013-08-01
Have linked failure tests run on the new scheduler instead of requiring RUST_...
Ben Blum
-79
/
+152
[next]