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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-27
Camel case various core constructors
Brian Anderson
-50
/
+50
2012-08-27
Convert core::result to camel case
Brian Anderson
-8
/
+8
2012-08-26
minor core/std cleanup
Ben Blum
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-103
/
+103
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-5
/
+5
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-6
/
+4
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-0
/
+1
2012-08-21
Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...
Ben Blum
-0
/
+4
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-1
/
+3
2012-08-17
fix deprecated-mode lint warning to consider dtors
Niko Matsakis
-12
/
+12
2012-08-17
Remove the class keyword
Brian Anderson
-5
/
+5
2012-08-15
Convert more core types to camel case
Brian Anderson
-172
/
+177
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-15
Change TLS key type to stack closure
Ben Blum
-6
/
+7
2012-08-14
De-mode task.rs and add some option::foo_ref() helpers
Ben Blum
-8
/
+15
2012-08-13
De-mode core::future.
Graydon Hoare
-3
/
+3
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-4
/
+4
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-10
/
+10
2012-08-09
Implement sync::rwlock::write_cond (and task::rekillable)
Ben Blum
-3
/
+17
2012-08-08
Convert impls to new syntax
Brian Anderson
-8
/
+3
2012-08-08
Add spawn_conversation
Jesse Ruderman
-19
/
+38
2012-08-07
Remove rust_cond_lock and sys::condition (rename to little_lock)
Ben Blum
-2
/
+2
2012-08-07
Change task().future_result's argument mode
Ben Blum
-5
/
+5
2012-08-07
Rework task::try for new task_builder interface (close #3103)
Ben Blum
-17
/
+41
2012-08-06
In resolve, forbid duplicate value, type, and module items
Tim Chevalier
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-14
/
+14
2012-08-06
core: Rename task::osmain to platform_thread. #3090
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-32
/
+31
2012-08-02
Clean up task.rs docs and use replace/swap_unwrap
Ben Blum
-41
/
+27
2012-08-01
Linked failure touchups (#1868)
Ben Blum
-28
/
+41
2012-08-01
Linked failure: add ASCII art. Close #1868.
Ben Blum
-5
/
+59
2012-08-01
Linked failure: enable unidirectional propagate test; replace FIXMEs with com...
Ben Blum
-6
/
+7
2012-08-01
Linked failure: Rewrite to use ancestor_list and send_map for proper-propagat...
Ben Blum
-186
/
+396
2012-08-01
Convert ret to return
Brian Anderson
-3
/
+3
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-28
Fix too-large constants in linked failure tests for happier valgrinding
Ben Blum
-7
/
+7
2012-07-26
(comments only) Mention unsafe TLS destructor use (#3039)
Ben Blum
-2
/
+7
2012-07-25
Handle notification channels in task.rs
Ben Blum
-17
/
+34
2012-07-24
Add 2-degree familial relations linked failure tests & fix secondborn behaviour
Ben Blum
-10
/
+62
2012-07-24
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...
Ben Blum
-3
/
+2
2012-07-24
Remove unsupervise
Ben Blum
-1
/
+0
2012-07-24
task.rs remove old builder interface
Ben Blum
-191
/
+59
2012-07-24
Add 'do atomically { .. }' for exclusives
Ben Blum
-7
/
+45
2012-07-23
Get rid of task::future_task
Ben Blum
-46
/
+0
2012-07-23
Add task::task_builder interface for improved spawning (related #2585)
Ben Blum
-78
/
+220
2012-07-23
Add task::spawn_unlinked and start migrating away from task::unsupervise
Ben Blum
-9
/
+15
2012-07-23
remove unneeded export local_data in task.rs (#2945)
Ben Blum
-4
/
+0
2012-07-20
*Properly* ignore the hanging linked failure test
Ben Blum
-1
/
+4
[prev]
[next]