| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-14 | Adjust frame IP in backtraces relative to image base for SGX target | Mohsen Zohrevandi | -0/+5 |
| 2023-10-19 | Auto merge of #116132 - darthunix:connect_poll, r=cuviper | bors | -3/+1 |
| 2023-10-13 | Make TCP connect() handle EINTR correctly | Denis Smirnov | -3/+1 |
| 2023-10-04 | std: abort instead of panicking if the global allocator uses TLS | joboet | -1/+4 |
| 2023-10-03 | std: panic when the global allocator tries to register a TLS destructor | joboet | -5/+9 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -0/+1 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -1/+0 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -0/+2 |
| 2023-09-22 | Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se | Matthias Krüger | -0/+4 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -0/+1 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+1 |
| 2023-09-20 | Auto merge of #115753 - tgross35:threadinfo-refactor, r=thomcc | bors | -16/+21 |
| 2023-09-11 | Refactor `thread_info` to remove the `RefCell` | Trevor Gross | -16/+21 |
| 2023-08-24 | also print clearing the environment entirely | Ralf Jung | -0/+4 |
| 2023-08-22 | libstd: add xous to libstd | Sean Cross | -0/+1 |
| 2023-08-18 | Auto merge of #114591 - joboet:thread_parking_ordering_fix, r=thomcc | bors | -11/+6 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -0/+2 |
| 2023-08-07 | std: synchronize with all calls to `unpark` in id-based thread parker | joboet | -11/+6 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+19 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+0 |
| 2023-07-07 | Allow limited access to `OsString` bytes | Ed Page | -0/+15 |