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
/
libnative
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-16
Clean up std::task docs, make TaskBuilder a real builder
Kevin Ballard
-1
/
+0
2014-02-16
Convert some unnecessary StaticNativeMutexes to NativeMutexes.
Huon Wilson
-9
/
+3
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-3
/
+3
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-9
/
+6
2014-02-13
Don't require an allocation for on_exit messages
Alex Crichton
-5
/
+2
2014-02-07
Delete send_str, rewrite clients on top of MaybeOwned<'static>
Kevin Ballard
-1
/
+1
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-1
/
+3
2014-02-03
native: Require all results are used and fix fallout
Alex Crichton
-1
/
+2
2014-01-30
Remove Times trait
Brendan Zabarauskas
-1
/
+1
2014-01-29
Removing do keyword from libnative
Scott Lawrence
-16
/
+16
2014-01-16
Fixing a typo: bookeeping -> bookkeeping
Derek Chiang
-4
/
+4
2014-01-09
auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton
bors
-6
/
+9
2014-01-07
auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson
bors
-1
/
+5
2014-01-07
std::rt: require known stack bounds for all tasks.
Huon Wilson
-6
/
+9
2014-01-06
Support arbitrary stdout/stderr/logger handles
Alex Crichton
-1
/
+5
2014-01-05
Guarantee that native tasks wait for children
Alex Crichton
-1
/
+5
2014-01-04
Add a stack_bounds function to the Runtime trait
Alex Crichton
-5
/
+22
2014-01-01
Move task count bookeeping out of libstd
Alex Crichton
-0
/
+3
2013-12-27
Implement native TCP I/O
Alex Crichton
-7
/
+5
2013-12-24
native: Protect against spurious wakeups on cvars
Alex Crichton
-13
/
+29
2013-12-24
green: Properly wait for main before shutdown
Alex Crichton
-8
/
+2
2013-12-24
green: Fixing all tests from previous refactorings
Alex Crichton
-0
/
+1
2013-12-24
Finalize the green::Pool type
Alex Crichton
-45
/
+5
2013-12-24
native: Add tests and cleanup entry points
Alex Crichton
-0
/
+97
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-3
/
+8
2013-12-24
native: Introduce libnative
Alex Crichton
-0
/
+257