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
/
libstd
/
rt
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-01
fixed incorrect handling of returned scheduler option and restructed schedule...
toddaaro
-2
/
+10
2013-08-01
minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...
toddaaro
-14
/
+26
2013-08-01
A major refactoring that changes the way the runtime uses TLS. In the
toddaaro
-59
/
+51
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-08-01
auto merge of #8158 : bblum/rust/task-cleanup, r=brson
bors
-0
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-3
/
+3
2013-07-31
Give tasks useful names. #2891
Ben Blum
-0
/
+2
2013-07-31
auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
bors
-1
/
+3
2013-07-30
std::rt: Change Thread interface to require an explicit join
Brian Anderson
-1
/
+3
2013-07-30
Implement select() for new runtime pipes.
Ben Blum
-0
/
+3
2013-07-27
auto merge of #8076 : omasanori/rust/cleanup, r=huonw
bors
-2
/
+0
2013-07-27
std::rt: Add start_on_main_thread function
Brian Anderson
-10
/
+61
2013-07-27
Remove unnecessary #[path = "***/mod.rs"] lines.
OGINO Masanori
-2
/
+0
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-2
/
+2
2013-07-20
Change the HOF context switchers to pass a BlockedTask instead of a ~Task.
Ben Blum
-1
/
+1
2013-07-20
Remove join_latch
Ben Blum
-3
/
+0
2013-07-20
Add kill::Death for task death services and use it in Task.
Ben Blum
-1
/
+1
2013-07-20
Add KillHandle and implement exit code propagation to replace join_latch
Ben Blum
-0
/
+3
2013-07-09
std: Make os::set_exit_status work with newsched
Brian Anderson
-1
/
+9
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-1
/
+0
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-7
/
+6
2013-06-24
extra: Make test runner compatible with newsched
Brian Anderson
-7
/
+2
2013-06-24
std::rt: deny(unused_unsafe)
Brian Anderson
-1
/
+2
2013-06-24
std: Make box annihilator work with newsched
Brian Anderson
-1
/
+1
2013-06-24
std: Move dynamic borrowck code from unstable::lang to rt::borrowck
Brian Anderson
-0
/
+3
2013-06-21
std::rt: Support os::args
Brian Anderson
-7
/
+19
2013-06-19
std::rt: Update GC metadata in init
Brian Anderson
-0
/
+5
2013-06-19
std::rt: Document and cleanup the run function
Brian Anderson
-10
/
+30
2013-06-19
std::rt: Correct the numbers of default cores
Brian Anderson
-6
/
+1
2013-06-19
std::rt: Set the process exit code
Brian Anderson
-5
/
+19
2013-06-18
std::rt: Turn on multithreaded scheduling
Brian Anderson
-16
/
+76
2013-06-17
std::rt: Check exchange count on exit
Brian Anderson
-0
/
+6
2013-06-17
std::rt: Add util mod and num_cpus function
Brian Anderson
-0
/
+3
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-13
/
+26
2013-06-15
Merge remote-tracking branch 'brson/io-wip' into io
Brian Anderson
-2
/
+5
2013-06-13
std::rt: Change the Task constructors to reflect a tree
Brian Anderson
-2
/
+2
2013-06-13
std::rt: Add JoinLatch
Brian Anderson
-0
/
+3
2013-06-10
debugged a compiler ICE when merging local::borrow changes into the main io b...
toddaaro
-1
/
+1
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-2
/
+2
2013-06-03
rename the Ptr trait to RawPtr
Daniel Micay
-1
/
+1
2013-05-30
core::rt: deny(unused_imports, unused_mut, unused_variable)
Brian Anderson
-2
/
+3
2013-05-30
core::rt: Begin recording scheduler metrics
Brian Anderson
-0
/
+2
2013-05-29
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-7
/
+13
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+243
[prev]