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-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+2
2012-03-15
rt: Remove remaining uses of rust_kernel::get_task_by_id
Brian Anderson
-8
/
+8
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-23
/
+24
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-9
/
+9
2012-03-09
core: Convert to rustdoc
Brian Anderson
-47
/
+18
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-7
/
+7
2012-03-06
core: Remove some explicit move capture clauses
Brian Anderson
-18
/
+18
2012-02-20
core: New task API
Brian Anderson
-416
/
+767
2012-02-09
core: Use rust_task_config_notify instead of twiddling rust_task's innards
Brian Anderson
-12
/
+4
2012-02-08
core: Add a test for blocking in native code
Brian Anderson
-0
/
+68
2012-02-08
core: Add task::spawn_sched
Brian Anderson
-5
/
+98
2012-02-05
core: Resolve some FIXMEs
Brian Anderson
-5
/
+5
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-19
/
+0
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-24
/
+6
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-2
/
+0
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-0
/
+2
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-2
/
+0
2012-02-01
Remove remaining references to option::t outside option itself
Tim Chevalier
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-19
lib: ";" to "," in enums
Patrick Walton
-3
/
+3
2012-01-19
libcore: "tag" -> "enum"
Patrick Walton
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-4
/
+4
2012-01-19
Use ctypes in native function declarations
Haitao Li
-1
/
+1
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+79
2012-01-13
libcore: Add task::try
Brian Anderson
-0
/
+25
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-1
/
+1
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-5
/
+5
2012-01-09
add rust_task_is_unwinding predicate and do not kill if already unwinding
Niko Matsakis
-1
/
+13
2012-01-09
change spawn_connected argument to copy mode
Niko Matsakis
-1
/
+1
2012-01-08
add spawn_connected
Niko Matsakis
-13
/
+47
2012-01-08
make spawned fn copy mode so that bare fns can be used
Niko Matsakis
-2
/
+25
2012-01-07
core: Update task spawning example
Brian Anderson
-3
/
+3
2012-01-06
rewrite to use old C++-based mechanism
Niko Matsakis
-3
/
+20
2012-01-06
simplify task impl
Niko Matsakis
-127
/
+53
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-5
/
+5
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-2
/
+2
2011-12-19
libcore: Remove stack alignment from task spawning
Brian Anderson
-2
/
+3
2011-12-18
libcore: Remove task::set_min_stack
Brian Anderson
-12
/
+0
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+357
[prev]