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
/
libstd
/
rt
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-0
/
+1
2014-02-06
Remove std::condition
Alex Crichton
-1
/
+0
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-1
/
+2
2014-01-27
std: add begin_unwind_fmt that reduces codesize for formatted fail!().
Huon Wilson
-1
/
+1
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-4
/
+4
2014-01-25
Fix some docs about rt
Derek Chiang
-3
/
+1
2014-01-22
Implement std::rt::at_exit
Alex Crichton
-0
/
+22
2014-01-21
Purge borrowck from libstd
Alex Crichton
-3
/
+0
2014-01-09
auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton
bors
-1
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-5
/
+0
2014-01-07
std::rt: require known stack bounds for all tasks.
Huon Wilson
-1
/
+2
2014-01-04
Add a stack_bounds function to the Runtime trait
Alex Crichton
-0
/
+1
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-57
/
+7
2013-12-24
std: Introduce a Runtime trait
Alex Crichton
-269
/
+25
2013-12-24
Stop using C++ exceptions for stack unwinding.
Vadim Chugunov
-0
/
+3
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-14
/
+7
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-16
/
+17
2013-12-04
Rename std::rt::deque::*::init() to *::new()
Kevin Ballard
-1
/
+1
2013-12-03
Register new snapshots
Alex Crichton
-5
/
+0
2013-11-29
Implement a lock-free work-stealing deque
Alex Crichton
-11
/
+12
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-27
Use the native tls implementation on android
Alex Crichton
-5
/
+3
2013-11-26
Clean up statically initialized data on shutdown
Alex Crichton
-3
/
+14
2013-11-26
auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton
bors
-0
/
+4
2013-11-26
port the runtime to `#[thread_local]`
Daniel Micay
-0
/
+4
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-3
/
+3
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+1
2013-11-18
libstd: Change all `~fn()`s to `proc`s in the standard library.
Patrick Walton
-6
/
+6
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+4
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+0
2013-11-01
Give test and main tasks better names
Alex Crichton
-0
/
+3
2013-10-29
Register new snapshots
Alex Crichton
-11
/
+0
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-3
/
+29
2013-10-28
Make some more rt components public
Alex Crichton
-12
/
+10
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-3
/
+4
2013-10-25
add multi-producer multi-consumer bounded queue to use for sleeper list
Jason Toffaletti
-0
/
+3
2013-10-25
lock-free queue for scheduler message queue
Jason Toffaletti
-0
/
+3
2013-10-24
Implement a basic event loop built on LittleLock
Alex Crichton
-0
/
+3
2013-10-24
Migrate Rtio objects to true trait objects
Alex Crichton
-2
/
+2
2013-10-14
std::rt: Fix the set up of the main thread so that it doesn't try to steal work
Brian Anderson
-2
/
+8
2013-10-11
De-pub some private runtime components
Alex Crichton
-6
/
+17
2013-10-09
auto merge of #9742 : alexcrichton/rust/issue-9739, r=brson
bors
-2
/
+8
2013-10-09
Don't abort if the runtime is run twice.
Alex Crichton
-2
/
+8
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-2
/
+15
2013-09-23
Register new snapshots
Alex Crichton
-30
/
+0
2013-09-23
auto merge of #9301 : luqmana/rust/ncm, r=brson
bors
-1
/
+30
2013-09-20
Implement a web backend for rustdoc_ng
Alex Crichton
-1
/
+2
2013-09-18
librustc/libstd: No longer pass crate_map to start.
Luqman Aden
-1
/
+30
[next]