about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-06-20On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...Zachary S-0/+93
2024-06-20Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgrbors-12/+22
2024-06-20Stabilize `PanicInfo::message()` and `PanicMessage`StackOverflowExcept1on-1/+0
2024-06-19Stabilize `hint_assert_unchecked`Trevor Gross-1/+0
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+8
2024-06-20Convert some module-level `//` and `///` comments to `//!`.Nicholas Nethercote-12/+14
2024-06-19Stabilise c_unwindGary Guo-1/+1
2024-06-18Replace `move||` with `move ||` in `compiler/` and `library/`Vonr-16/+16
2024-06-17Add PanicMessage type for PanicInfo::message().Mara Bos-5/+8
2024-06-17std: rename module for clarityjoboet-2/+2
2024-06-17std: update TLS module documentationjoboet-16/+22
2024-06-17std: use the `c_int` from `core::ffi` instead of `libc`joboet-1/+1
2024-06-17std: simplify `#[cfg]`s for TLSjoboet-15/+10
2024-06-17Rollup merge of #126346 - hermit-os:fd, r=Amanieu许杰友 Jieyou Xu (Joe)-13/+4
2024-06-16std: move `sys_common::backtrace` to `sys`joboet-10/+10
2024-06-16Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnayJacob Pratt-0/+3
2024-06-15Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-SimulacrumGuillaume Gomez-417/+66
2024-06-15std: refactor the TLS implementationjoboet-927/+717
2024-06-15Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgrbors-28/+39
2024-06-15std: suggest OnceLock over OnceJubilee Young-4/+14
2024-06-14Polish `std::path::absolute` documentation.Kevin Reid-28/+39
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors-92/+183
2024-06-14Rollup merge of #126266 - tbu-:pr_doc_alloc_default_system, r=jhprattMatthias Krüger-1/+3
2024-06-14Rollup merge of #126135 - hermit-os:fuse, r=jhprattMatthias Krüger-91/+180
2024-06-14Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDentonMatthias Krüger-19/+2
2024-06-13Rollup merge of #123726 - jieyouxu:command-new-docs, r=NilstriebMatthias Krüger-0/+19
2024-06-13std::unix::fs::link using direct linkat call for Solaris and macOs.David Carlier-19/+2
2024-06-12export std::os::fd module on HermitOSStefan Lankes-13/+4
2024-06-12Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-30/+14
2024-06-12Rollup merge of #126322 - m-ou-se:panicinfo-and-panicinfo-2, r=RalfJungGuillaume Gomez-4/+1
2024-06-12Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwcoGuillaume Gomez-1/+5
2024-06-12Use payload_as_str instead of two downcasts.Mara Bos-4/+1
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-6/+13
2024-06-12Rollup merge of #126305 - workingjubilee:fix-os-string-to-string-utf8-invaria...Jubilee-0/+3
2024-06-12Rollup merge of #126287 - nnethercote:reformat-cranelift-patch, r=bjorn3Jubilee-2/+2
2024-06-12Rollup merge of #126281 - ChrisDenton:env, r=jhprattJubilee-4/+8
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-28/+32
2024-06-12Make PathBuf less Ok with adding UTF-16 then `into_string`Jubilee Young-0/+3
2024-06-12Update a cranelift patch file for formatting changes.Nicholas Nethercote-2/+2
2024-06-11set_env: State the conclusion upfrontChris Denton-4/+8
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-19/+18
2024-06-11Unify guarantees about the default allocatorTobias Bucher-1/+3
2024-06-11remove cfg(bootstrap)Pietro Albini-16/+0
2024-06-11replace version placeholderPietro Albini-14/+14
2024-06-11Formatting.Mara Bos-1/+3
2024-06-11Bump deprecation of std's PanicInfo alias to 1.82.0.Mara Bos-1/+1
2024-06-11Add PanicHookInfo::payload_as_str().Mara Bos-0/+39
2024-06-11Fix display of panic message in recursive panic.Mara Bos-9/+6
2024-06-11Add note on panic payload type.Mara Bos-0/+7
2024-06-11Downcast panic payload to String too in example.Mara Bos-0/+2