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-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]