about summary refs log tree commit diff
path: root/library/std/src/rt.rs
AgeCommit message (Expand)AuthorLines
2023-12-15Cfg remove lang items in doctestCameron Steffen-1/+1
2023-12-14Fix cases where std accidentally relied on inline(never)Ben Kimock-1/+0
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+1
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-3/+3
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-4/+1
2022-09-01unix_sigpipe: Make `sigpipe` param docs long-formMartin Nordholts-2/+19
2022-08-31unix_sigpipe: Add docs for `init()` `sigpipe` paramMartin Nordholts-0/+2
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-3/+9
2022-01-28Change Termination::report return type to ExitCodeJane Lusby-1/+1
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-2/+1
2021-10-19Deduplicate panic_fmtGary Guo-2/+2
2021-10-03Use rtabort! instead of rtprintpanic! + abort_internalbjorn3-2/+1
2021-09-29Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnaybors-3/+85
2021-09-18Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisabors-3/+3
2021-09-16Replace a couple of asserts with rtassert! in rt codebjorn3-32/+32
2021-09-16Remove an allocation from rt::initbjorn3-1/+3
2021-09-16Merge sys_common::rt into rtbjorn3-3/+83
2021-09-15Avoid codegen for Result::into_ok in lang_startMark Rousskov-3/+3
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-0/+1
2021-06-19Change entry point to 🛡️ against 💥 💥-payloadsSimonas Kazlauskas-11/+26
2021-04-22Remove `Once` from `init`Christiaan Dirkx-1/+4
2021-04-22Rework `at_exit` to `cleanup`Christiaan Dirkx-24/+4
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-4/+6
2020-07-27mv std libs to library/mark-0/+68