| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -24/+10 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 |
| 2024-07-14 | std: Unsafe-wrap in Wtf8 impl | Jubilee Young | -5/+10 |
| 2024-07-14 | std: deny(unsafe_op_in_unsafe_fn) but allow sites | Jubilee Young | -0/+1 |
| 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 | `PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12... | ash | -6/+6 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -256/+0 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -228/+0 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -256/+0 |
| 2024-06-12 | Make PathBuf less Ok with adding UTF-16 then `into_string` | Jubilee Young | -0/+3 |
| 2024-06-11 | Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-06-04 | impl OsString::leak & PathBuf::leak | schvv31n | -0/+5 |
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -225/+0 |
| 2024-04-28 | Use `target_vendor = "apple"` instead of `target_os = "..."` | Mads Marquart | -4/+11 |
| 2024-04-26 | PathBuf: replace transmuting by accessor functions | Ralf Jung | -0/+6 |
| 2024-04-12 | Rollup merge of #123857 - devnexen:tcp_listener_update_backlog, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-04-12 | std::net: TcpListener shrinks the backlog argument to 32 for Haiku. | David Carlier | -0/+4 |
| 2024-04-11 | std: remove `sys_common::thread` | joboet | -19/+0 |
| 2024-04-07 | sys_common::thread_local_key: make a note that this is not used on Windows | Ralf Jung | -1/+4 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -54/+0 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -2/+2 |
| 2024-03-19 | SeqCst->{Release,Acquire} in sys_common::thread_local_key. | Mara Bos | -3/+3 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -1/+1 |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -476/+0 |
| 2024-03-02 | Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviper | Matthias Krüger | -1/+3 |
| 2024-03-01 | Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubilee | bors | -138/+0 |
| 2024-02-27 | Use the OS thread name by default for the current thread | Chris Denton | -1/+3 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -5/+5 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -8/+8 |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -138/+0 |
| 2024-02-18 | Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb | bors | -1/+1 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -1/+1 |
| 2024-02-18 | Rollup merge of #118569 - blyxxyz:platform-os-str-slice, r=Mark-Simulacrum | Matthias Krüger | -4/+94 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -6/+7 |
| 2024-02-07 | Update tests | r0cky | -0/+2 |
| 2024-01-21 | Move `OsStr::slice_encoded_bytes` validation to platform modules | Jan Verbeek | -4/+94 |
| 2024-01-13 | std: once: use queue implementation on Xous | Sean Cross | -0/+1 |
| 2023-12-10 | Remove an allocation in min_stack | Alex Saveau | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-12-02 | std: Invert logic for inclusion of `sys_common::net` | Alex Crichton | -8/+8 |
| 2023-11-19 | Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrum | bors | -0/+12 |
| 2023-11-17 | Use ptr::invalid_mut for SGX image base | Mohsen Zohrevandi | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+2 |
| 2023-11-14 | Move SGX-specific image base logic to sys_common | Mohsen Zohrevandi | -5/+12 |