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-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-1
/
+1
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-18
/
+18
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-6
/
+6
2012-09-14
rustc: Back out box annihilator
Patrick Walton
-0
/
+6
2012-09-13
Fix broken test in core::task
Brian Anderson
-4
/
+8
2012-09-13
rt: Implement ThreadPerCore scheduling mode
Philipp Brüschweiler
-4
/
+14
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-10
/
+10
2012-09-10
Make moves explicit in task; also make option::unwrap take its argument by move
Tim Chevalier
-50
/
+51
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-0
/
+40
2012-09-08
core: missed rebase cruft cleanup
Jeff Olson
-4
/
+0
2012-09-08
core: most rebase cruft cleanup
Jeff Olson
-2
/
+3
2012-09-08
core: change notify_chan eq checks to is_none(), instead
Jeff Olson
-9
/
+8
2012-09-08
core/std: finish making futures sendable + test.. still issues
Jeff Olson
-1
/
+1
2012-09-08
core/std: an unending parade of minor tweaks due to renaming Option et al
Jeff Olson
-3
/
+3
2012-09-08
core: cleanup in task.rs for things missed in last rebase
Jeff Olson
-7
/
+7
2012-09-08
core: fix breakage in TaskBuilder.future_result
Jeff Olson
-7
/
+15
2012-09-08
core: changing pipes::port/chan_one to Port/ChanOne in unsafe.rs
Jeff Olson
-1
/
+1
2012-09-08
core: Fix stage0 build errors
Brian Anderson
-19
/
+48
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
[next]