| Age | Commit message (Expand) | Author | Lines |
| 2024-06-26 | Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrum | bors | -90/+1198 |
| 2024-06-25 | std: test a variety of ways to extend a Wtf8Buf | Jubilee Young | -0/+24 |
| 2024-06-25 | set self.is_known_utf8 to false in extend_from_slice | ash | -1/+1 |
| 2024-06-25 | std: separate TLS key creation from TLS access | joboet | -125/+100 |
| 2024-06-25 | `PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12... | ash | -27/+42 |
| 2024-06-25 | remove references to `PathBuf::as_mut_vec` in `PathBuf::_set_extension` | ash | -6/+5 |
| 2024-06-25 | inner truncate methods for UEFI platforms | ash | -3/+13 |
| 2024-06-25 | #126333 remove `PathBuf::as_mut_vec` reference at top of `PathBuf::_push` | ash | -1/+2 |
| 2024-06-25 | Add tests for `f16` and `f128` | Trevor Gross | -35/+1029 |
| 2024-06-25 | Add more `f16` and `f128` library functions and constants | Trevor Gross | -0/+59 |
| 2024-06-25 | Check that we get somewhat sane PIDs when spawning with pidfds | The 8472 | -0/+3 |
| 2024-06-25 | more fine-grained feature-detection for pidfd spawning | The 8472 | -21/+33 |
| 2024-06-25 | document safety properties of the internal Process::new constructor | The 8472 | -0/+6 |
| 2024-06-25 | use pidfd_spawn for faster process creation when pidfds are requested | The 8472 | -6/+106 |
| 2024-06-25 | document the cvt methods | The 8472 | -0/+4 |
| 2024-06-24 | Rollup merge of #125082 - kpreid:const-uninit, r=dtolnay | Michael Goulet | -6/+4 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -6/+4 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -928/+733 |
| 2024-06-24 | std: fix wasm builds | joboet | -2/+16 |
| 2024-06-23 | wasm64 build with target-feature=+simd128,+atomics | wooden-worm | -10/+16 |
| 2024-06-24 | Extract repeated constants from `f32` and `f64` source | Trevor Gross | -55/+110 |
| 2024-06-24 | Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-06-24 | Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-Simulacrum | Matthias Krüger | -35/+15 |
| 2024-06-23 | fix build | David Carlier | -2/+1 |
| 2024-06-23 | Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb... | Matthias Krüger | -5/+5 |
| 2024-06-23 | std::unix::os::home_dir: fallback's optimisation. | David Carlier | -2/+3 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -19/+18 |
| 2024-06-22 | Auto merge of #124101 - the8472:pidfd-methods, r=cuviper | bors | -124/+265 |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -12/+19 |
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -117/+251 |
| 2024-06-21 | std::unix::fs: copy simplification for apple. | David Carlier | -35/+15 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -1/+0 |
| 2024-06-21 | fix issue number | Tristan Guichaoua | -5/+5 |
| 2024-06-20 | Don't perform mitigation for thread-unsafe libc::exit under Miri. | Zachary S | -1/+9 |
| 2024-06-20 | fix rustdoc URL | Zachary S | -3/+4 |
| 2024-06-20 | On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`... | Zachary S | -0/+93 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -12/+22 |
| 2024-06-20 | Stabilize `PanicInfo::message()` and `PanicMessage` | StackOverflowExcept1on | -1/+0 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -1/+0 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+8 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -12/+14 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -16/+16 |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -5/+8 |
| 2024-06-17 | std: rename module for clarity | joboet | -2/+2 |
| 2024-06-17 | std: update TLS module documentation | joboet | -16/+22 |
| 2024-06-17 | std: use the `c_int` from `core::ffi` instead of `libc` | joboet | -1/+1 |
| 2024-06-17 | std: simplify `#[cfg]`s for TLS | joboet | -15/+10 |
| 2024-06-17 | Rollup merge of #126346 - hermit-os:fd, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -13/+4 |