| Age | Commit message (Expand) | Author | Lines |
| 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/+23 |
| 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/+9 |
| 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 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -10/+10 |
| 2024-06-16 | Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnay | Jacob Pratt | -0/+3 |
| 2024-06-15 | Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum | Guillaume Gomez | -417/+66 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -927/+717 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -28/+39 |
| 2024-06-15 | std: suggest OnceLock over Once | Jubilee Young | -4/+14 |
| 2024-06-14 | Polish `std::path::absolute` documentation. | Kevin Reid | -28/+39 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -93/+184 |
| 2024-06-14 | Rollup merge of #126266 - tbu-:pr_doc_alloc_default_system, r=jhpratt | Matthias Krüger | -1/+3 |
| 2024-06-14 | Rollup merge of #126135 - hermit-os:fuse, r=jhpratt | Matthias Krüger | -92/+181 |
| 2024-06-14 | Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDenton | Matthias Krüger | -19/+2 |
| 2024-06-13 | Rollup merge of #123726 - jieyouxu:command-new-docs, r=Nilstrieb | Matthias Krüger | -0/+19 |
| 2024-06-13 | std::unix::fs::link using direct linkat call for Solaris and macOs. | David Carlier | -19/+2 |
| 2024-06-12 | export std::os::fd module on HermitOS | Stefan Lankes | -13/+4 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -30/+14 |
| 2024-06-12 | Rollup merge of #126322 - m-ou-se:panicinfo-and-panicinfo-2, r=RalfJung | Guillaume Gomez | -4/+1 |
| 2024-06-12 | Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco | Guillaume Gomez | -1/+5 |
| 2024-06-12 | Use payload_as_str instead of two downcasts. | Mara Bos | -4/+1 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -6/+27 |
| 2024-06-12 | Rollup merge of #126305 - workingjubilee:fix-os-string-to-string-utf8-invaria... | Jubilee | -0/+17 |
| 2024-06-12 | Rollup merge of #126287 - nnethercote:reformat-cranelift-patch, r=bjorn3 | Jubilee | -2/+2 |
| 2024-06-12 | Rollup merge of #126281 - ChrisDenton:env, r=jhpratt | Jubilee | -4/+8 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -28/+32 |
| 2024-06-12 | Make PathBuf less Ok with adding UTF-16 then `into_string` | Jubilee Young | -0/+17 |
| 2024-06-12 | Update a cranelift patch file for formatting changes. | Nicholas Nethercote | -2/+2 |
| 2024-06-11 | set_env: State the conclusion upfront | Chris Denton | -4/+8 |
| 2024-06-11 | Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists | Eduardo Sánchez Muñoz | -19/+18 |