index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
rt.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Change the cfg to a dash
Ben Kimock
-2
/
+2
2025-09-21
Add panic=immediate-abort
Ben Kimock
-2
/
+2
2025-09-20
Fix old typo in lang_start_internal comment
Ben Kimock
-1
/
+1
2025-05-15
deduplicate abort implementations
joboet
-1
/
+8
2025-04-18
rtprintpanic: clarify that the error is aborting the process
Lieselotte
-1
/
+1
2025-01-20
Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum
许杰友 Jieyou Xu (Joe)
-0
/
+5
2025-01-14
std: lazily allocate the main thread handle
joboet
-19
/
+4
2025-01-14
Revert "Remove the Arc rt::init allocation for thread info"
joboet
-1
/
+1
2025-01-13
further improve panic_immediate_abort by removing rtprintpanic messages
klensy
-0
/
+5
2025-01-11
avoid nesting the user-defined main so deeply on the stack
Ralf Jung
-12
/
+17
2025-01-11
use a single large catch_unwind in lang_start
Ralf Jung
-14
/
+22
2024-10-19
Remove the Arc rt::init allocation for thread info
GnomedDev
-1
/
+1
2024-10-12
std: fix stdout-before-main
joboet
-3
/
+18
2024-10-02
std: make `thread::current` available in all `thread_local!` destructors
joboet
-9
/
+25
2024-08-31
Fixed some typos in the standard library documentation/comments
ranger-ross
-1
/
+1
2024-07-19
Use `#[rustfmt::skip]` on some `use` groups to prevent reordering.
Nicholas Nethercote
-0
/
+2
2024-07-16
Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper
Trevor Gross
-1
/
+0
2024-07-17
Avoid comments that describe multiple `use` items.
Nicholas Nethercote
-1
/
+0
2024-07-14
sys::init is not unsafe on teeos
Pavel Grigorenko
-5
/
+6
2024-07-05
Move exit guard from sys::common::exit_guard to sys::exit_guard.
Zachary S
-2
/
+1
2024-07-03
Move unique_thread_exit call to lang_start_internal so it is not in a generic...
Zachary S
-3
/
+4
2024-06-20
On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...
Zachary S
-0
/
+3
2024-06-16
std: move `sys_common::backtrace` to `sys`
joboet
-1
/
+1
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-1
/
+1
2024-04-04
Remove rt::init allocation for thread name
David Thomas
-3
/
+1
2024-04-01
update comment
joboet
-4
/
+1
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-4
/
+2
2023-12-15
Cfg remove lang items in doctest
Cameron Steffen
-1
/
+1
2023-12-14
Fix cases where std accidentally relied on inline(never)
Ben Kimock
-1
/
+0
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-0
/
+1
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-3
/
+3
2022-10-20
Change process spawning to inherit the parent's signal mask by default
Rain
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-4
/
+1
2022-09-01
unix_sigpipe: Make `sigpipe` param docs long-form
Martin Nordholts
-2
/
+19
2022-08-31
unix_sigpipe: Add docs for `init()` `sigpipe` param
Martin Nordholts
-0
/
+2
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-3
/
+9
2022-01-28
Change Termination::report return type to ExitCode
Jane Lusby
-1
/
+1
2021-10-31
Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett
Matthias Krüger
-2
/
+1
2021-10-19
Deduplicate panic_fmt
Gary Guo
-2
/
+2
2021-10-03
Use rtabort! instead of rtprintpanic! + abort_internal
bjorn3
-2
/
+1
2021-09-29
Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnay
bors
-3
/
+85
2021-09-18
Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisa
bors
-3
/
+3
2021-09-16
Replace a couple of asserts with rtassert! in rt code
bjorn3
-32
/
+32
2021-09-16
Remove an allocation from rt::init
bjorn3
-1
/
+3
2021-09-16
Merge sys_common::rt into rt
bjorn3
-3
/
+83
2021-09-15
Avoid codegen for Result::into_ok in lang_start
Mark Rousskov
-3
/
+3
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-0
/
+1
2021-06-19
Change entry point to 🛡️ against 💥 💥-payloads
Simonas Kazlauskas
-11
/
+26
2021-04-22
Remove `Once` from `init`
Christiaan Dirkx
-1
/
+4
2021-04-22
Rework `at_exit` to `cleanup`
Christiaan Dirkx
-24
/
+4
[next]