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-05-23
std: Move running_on_valgrind to rt::util. #1457
Brian Anderson
-0
/
+4
2014-05-17
std: Refactor liballoc out of lib{std,sync}
Alex Crichton
-6
/
+2
2014-05-10
rename `global_heap` -> `libc_heap`
Daniel Micay
-3
/
+3
2014-05-10
add back jemalloc to the tree
Daniel Micay
-1
/
+4
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-6
/
+10
2014-04-27
Fix repeated module documentation
Alexandre Gagnon
-14
/
+14
2014-04-22
Fixed Win64 build
Vadim Chugunov
-0
/
+2
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+3
2014-03-24
rustc: Remove all crate map support
Alex Crichton
-3
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-4
/
+0
2014-03-13
Add basic backtrace functionality
Alex Crichton
-0
/
+6
2014-03-05
std: Move libnative task count bookkeeping to std
Alex Crichton
-0
/
+4
2014-02-23
std: Move unstable::stack to rt::stack
Brian Anderson
-0
/
+3
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
[next]