about summary refs log tree commit diff
path: root/src/libstd/rt.rs
AgeCommit message (Expand)AuthorLines
2019-09-25std: Reduce checks for `feature = "backtrace"`Alex Crichton-3/+0
2019-02-28libstd => 2018Taiki Endo-9/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-14Remove dead codeOliver Scherer-15/+0
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-1/+1
2018-03-19Address review commentsTatsuyuki Ishi-0/+15
2018-02-22move Termination trait to std::processNiko Matsakis-1/+1
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-04Bump to 1.25.0Alex Crichton-47/+2
2017-12-28Remove an unused import for cfg(not(feature = "backtrace")).Ed Schouten-2/+0
2017-12-26Don't use `process::exit` as it is an `unreachable` on wasm32Bastian Köcher-6/+5
2017-12-26Change name of `lang_start_real` to `lang_start_internal`Bastian Köcher-4/+3
2017-12-26Split `lang_start` in two functions to reduce generated codeBastian Köcher-5/+14
2017-12-26Use move for optimization purposesBastian Köcher-1/+1
2017-12-26Removes some obscure transmute call in `lang_start`Bastian Köcher-1/+1
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-1/+44
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+0
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