| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -1/+1 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -10/+5 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -10/+5 |
| 2023-03-27 | Allow access to `OsStr` bytes | Ed Page | -1/+7 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -5/+6 |
| 2023-05-03 | Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-se | Manish Goregaokar | -129/+1 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+3 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+2 |
| 2023-04-27 | Update test. | Mara Bos | -19/+1 |
| 2023-04-27 | Remove unused std::sys_common::thread_local_key::Key. | Mara Bos | -61/+0 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -1/+0 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -1/+5 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -2/+2 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -5/+25 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -5/+25 |
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan Lankes | -1/+0 |
| 2023-02-22 | Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-02-18 | Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se | bors | -0/+22 |
| 2023-02-16 | std: replace generic thread parker with explicit no-op parker | joboet | -129/+1 |
| 2023-02-16 | Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se | Dylan DPC | -105/+1 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -3/+3 |
| 2023-02-10 | Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893) | Trevor Gross | -3/+3 |
| 2023-01-28 | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | -4/+4 |
| 2023-01-26 | std: optimize `LazyLock` size | joboet | -0/+22 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -1/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -3/+3 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -1/+2 |
| 2022-12-31 | std: use id-based thread parking on SOLID | joboet | -105/+1 |