| Age | Commit message (Expand) | Author | Lines |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -7/+1 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -3/+3 |
| 2024-11-12 | Make `CloneToUninit` dyn-compatible | Zachary S | -3/+3 |
| 2024-10-01 | std: replace `LazyBox` with `OnceBox` | joboet | -89/+0 |
| 2024-09-29 | Fix std tests for wasm32-wasip2 target | Nicola Krumschmidt | -1/+1 |
| 2024-09-29 | Hook up std::net to wasi-libc on wasm32-wasip2 target | Nicola Krumschmidt | -1/+2 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -6/+5 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -0/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -58/+57 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -6/+23 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -6/+23 |
| 2024-07-29 | Sparkle some attributes over `CloneToUninit` stuff | Pavel Grigorenko | -0/+1 |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+11 |
| 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 |