summary refs log tree commit diff
path: root/src/libstd/rt.rs
AgeCommit message (Expand)AuthorLines
2017-08-31Update bootstrap compilerAlex Crichton-2/+0
2017-07-25Switch to begin_panic againest31-1/+3
2017-07-02Output line column info when panickingest31-1/+1
2017-05-21Fix building without backtrace feature, which was broken in ca8b754Ian Douglas Scott-0/+5
2017-05-09Don't show the std frames before user code on unwinding.Yamakaky-3/+4
2017-03-13std: remove a workaround for privacy limitations that isn't necessary anymoreSean Gillespie-2/+2
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-08-10Added an update_panic_count function to handle access to PANIC_COUNTNikhil Shagrithaya-1/+1
2016-06-03Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichtonbors-1/+1
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-3/+0
2016-05-22Rename main thread from "<main>" to "main".Wangshan Lu-1/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-5/+3
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+1
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-7/+9
2015-12-09std: Rename thread::catch_panic to panic::recoverAlex Crichton-2/+3
2015-10-21Moar comments.Vadim Chugunov-0/+5
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+65