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-07-30
std: Remove ExistingScheduler spawn mode. Unused
Brian Anderson
-17
/
+2
2013-07-30
std: Remove PlatformThread spawn mode. Obsolete
Brian Anderson
-22
/
+2
2013-07-30
std: Remove ThreadPerTask spawn mode. Unimplemented
Brian Anderson
-6
/
+1
2013-07-30
std: Remove ManualThreads spawn mode
Brian Anderson
-46
/
+1
2013-07-30
Unkillable is not unsafe. Close #7832.
Ben Blum
-22
/
+24
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
-6
/
+6
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-2
/
+2
2013-07-22
new snapshot
Daniel Micay
-238
/
+0
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-28
/
+28
2013-07-20
Use Option .take() or .take_unwrap() instead of util::replace where possible
blake2-ppc
-6
/
+5
2013-07-20
Add watched and indestructible spawn modes.
Ben Blum
-3
/
+120
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
Fix linked failure tests to block forever instead of looping around yield.
Ben Blum
-29
/
+13
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
Change the HOF context switchers to pass a BlockedTask instead of a ~Task.
Ben Blum
-1
/
+2
2013-07-20
Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377.
Ben Blum
-35
/
+77
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
-21
/
+1
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-2
/
+4
2013-07-17
auto merge of #7841 : alexcrichton/rust/tls++, r=huonw
bors
-15
/
+69
2013-07-16
Add a `get_mut` method for TLS
Alex Crichton
-15
/
+69
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
-9
/
+13
2013-07-14
Purge the last remnants of the old TLS api
Alex Crichton
-4
/
+3
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
-170
/
+462
2013-07-11
Fix a soundness problem with `get`
Alex Crichton
-31
/
+71
2013-07-11
Work around stage0 to remove '@' requirements from TLS
Alex Crichton
-70
/
+289
2013-07-09
std: Remove ThreadPerCore spawn mode. Unused
Brian Anderson
-21
/
+1
2013-07-09
Rename local_data methods/types for less keystrokes
Alex Crichton
-5
/
+5
2013-07-09
Change TLS to almost be able to contain owned types
Alex Crichton
-74
/
+138
2013-07-09
Change the elements in the task-local map to be actual key-value pairs
Alex Crichton
-124
/
+104
2013-07-09
Use purely an owned vector for storing TLS data
Alex Crichton
-47
/
+36
2013-07-08
std: Add a yield implementation for newsched
Brian Anderson
-4
/
+19
2013-07-08
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-2
/
+2
2013-07-07
remove some method resolve workarounds
Daniel Micay
-2
/
+2
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-24
/
+24
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-8
/
+20
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-1
/
+1
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-0
/
+4
2013-06-28
libextra: Fix even more merge fallout.
Patrick Walton
-1
/
+0
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-1
/
+3
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-4
/
+4
2013-06-28
std: silence some test warnings.
Huon Wilson
-8
/
+6
2013-06-26
auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr
bors
-1
/
+1
[prev]
[next]