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
/
libcore
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-08
core: port task.rs to comm::Chan/Port to pipes::Chan/Port
Jeff Olson
-38
/
+135
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-21
/
+21
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-10
/
+10
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-3
/
+5
2012-09-04
Remove 'with'
Brian Anderson
-25
/
+25
2012-09-04
core: Remove struct ctors
Brian Anderson
-16
/
+41
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-01
Demode reinterpret_cast
Brian Anderson
-7
/
+8
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-11
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-3
/
+41
2012-08-27
libcore: Replace a bunch of "== None" with ".is_none()".
Patrick Walton
-2
/
+2
2012-08-27
libcore: Fix a use of the shape glue in TLS
Patrick Walton
-1
/
+1
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
[prev]
[next]