about summary refs log tree commit diff
path: root/src/libstd/rt/mod.rs
AgeCommit message (Expand)AuthorLines
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-0/+4
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-6/+2
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-3/+3
2014-05-10add back jemalloc to the treeDaniel Micay-1/+4
2014-05-07core: Add a limited implementation of failureAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+10
2014-04-27Fix repeated module documentationAlexandre Gagnon-14/+14
2014-04-22Fixed Win64 buildVadim Chugunov-0/+2
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+3
2014-03-24rustc: Remove all crate map supportAlex Crichton-3/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+0
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+6
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-0/+4
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-0/+3
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-0/+1
2014-02-06Remove std::conditionAlex Crichton-1/+0
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-1/+2
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-4/+4
2014-01-25Fix some docs about rtDerek Chiang-3/+1
2014-01-22Implement std::rt::at_exitAlex Crichton-0/+22
2014-01-21Purge borrowck from libstdAlex Crichton-3/+0
2014-01-09auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichtonbors-1/+2
2014-01-07std: Fill in all missing importsAlex Crichton-5/+0
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-1/+2
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-0/+1
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-57/+7
2013-12-24std: Introduce a Runtime traitAlex Crichton-269/+25
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-0/+3
2013-12-16Fallout of rewriting std::commAlex Crichton-14/+7
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-16/+17
2013-12-04Rename std::rt::deque::*::init() to *::new()Kevin Ballard-1/+1
2013-12-03Register new snapshotsAlex Crichton-5/+0
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-11/+12
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-27Use the native tls implementation on androidAlex Crichton-5/+3
2013-11-26Clean up statically initialized data on shutdownAlex Crichton-3/+14
2013-11-26auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchtonbors-0/+4
2013-11-26port the runtime to `#[thread_local]`Daniel Micay-0/+4
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-3/+3
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+1
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-6/+6
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+4
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-2/+0
2013-11-01Give test and main tasks better namesAlex Crichton-0/+3
2013-10-29Register new snapshotsAlex Crichton-11/+0