about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-06-26Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrumbors-90/+1198
2024-06-25std: test a variety of ways to extend a Wtf8BufJubilee Young-0/+24
2024-06-25set self.is_known_utf8 to false in extend_from_sliceash-1/+1
2024-06-25std: separate TLS key creation from TLS accessjoboet-125/+100
2024-06-25`PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12...ash-27/+42
2024-06-25remove references to `PathBuf::as_mut_vec` in `PathBuf::_set_extension`ash-6/+5
2024-06-25inner truncate methods for UEFI platformsash-3/+13
2024-06-25#126333 remove `PathBuf::as_mut_vec` reference at top of `PathBuf::_push`ash-1/+2
2024-06-25Add tests for `f16` and `f128`Trevor Gross-35/+1029
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-0/+59
2024-06-25Check that we get somewhat sane PIDs when spawning with pidfdsThe 8472-0/+3
2024-06-25more fine-grained feature-detection for pidfd spawningThe 8472-21/+33
2024-06-25document safety properties of the internal Process::new constructorThe 8472-0/+6
2024-06-25use pidfd_spawn for faster process creation when pidfds are requestedThe 8472-6/+106
2024-06-25document the cvt methodsThe 8472-0/+4
2024-06-24Rollup merge of #125082 - kpreid:const-uninit, r=dtolnayMichael Goulet-6/+4
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-6/+4
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-928/+733
2024-06-24std: fix wasm buildsjoboet-2/+16
2024-06-23wasm64 build with target-feature=+simd128,+atomicswooden-worm-10/+16
2024-06-24Extract repeated constants from `f32` and `f64` sourceTrevor Gross-55/+110
2024-06-24Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-06-24Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-SimulacrumMatthias Krüger-35/+15
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb...Matthias Krüger-5/+5
2024-06-23std::unix::os::home_dir: fallback's optimisation.David Carlier-2/+3
2024-06-22Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errorsMatthias Krüger-1/+0
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-19/+18
2024-06-22Auto merge of #124101 - the8472:pidfd-methods, r=cuviperbors-124/+265
2024-06-22to extract a pidfd we must consume the childThe 8472-12/+19
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-117/+251
2024-06-21std::unix::fs: copy simplification for apple.David Carlier-35/+15
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-1/+0
2024-06-21fix issue numberTristan Guichaoua-5/+5
2024-06-20Don't perform mitigation for thread-unsafe libc::exit under Miri.Zachary S-1/+9
2024-06-20fix rustdoc URLZachary S-3/+4
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