about summary refs log tree commit diff
path: root/library/std/src/sys_common/rt.rs
AgeCommit message (Collapse)AuthorLines
2021-09-16Merge sys_common::rt into rtbjorn3-81/+0
2021-05-19Rename `rterr` to `rtprintpanic`Christiaan Dirkx-2/+6
2021-05-19Remove `sys_common::util::abort`Christiaan Dirkx-1/+6
2021-05-19Introduce `sys_common::rt::rterr!`Christiaan Dirkx-1/+9
2021-04-22Remove `Once` from `init`Christiaan Dirkx-5/+6
2021-04-22Document that `init` and `cleanup` are not guaranteed to runChristiaan Dirkx-2/+3
2021-04-22Apply suggestions from reviewChristiaan Dirkx-2/+2
2021-04-22Move most init to `sys::init`Christiaan Dirkx-6/+1
2021-04-22Move all cleanup to `sys::cleanup`Christiaan Dirkx-2/+0
2021-04-22Rework `at_exit` to `cleanup`Christiaan Dirkx-0/+69