| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | zkvm: fix references to `os_str` module | Erik Kaneda | -2/+4 |
| 2024-04-15 | Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obk | bors | -0/+1 |
| 2024-04-15 | Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushi | bors | -6/+10 |
| 2024-04-15 | Update doc for std::io::Error::downcast | Jiahao XU | -1/+5 |
| 2024-04-15 | Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubilee | bors | -8/+5 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -29/+31 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -0/+1 |
| 2024-04-14 | `statx` probe: `ENOSYS` might come from a faulty FUSE driver | Tobias Bucher | -8/+5 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -8/+11 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -8/+11 |
| 2024-04-14 | Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum | Matthias Krüger | -17/+24 |
| 2024-04-14 | Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-04-14 | Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-04-13 | Rollup merge of #123716 - Kriskras99:patch-2, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |
| 2024-04-13 | Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhpratt | Jacob Pratt | -1/+0 |
| 2024-04-13 | Add missing `unsafe` to internal `std::thread::Thread` creation functions | beetrees | -14/+21 |
| 2024-04-13 | Add missing `unsafe` to internal function `std::sys::pal::unix::thread::min_s... | beetrees | -3/+3 |
| 2024-04-12 | Rollup merge of #123867 - eduardosm:unsafe-fns, r=ChrisDenton | Matthias Krüger | -12/+14 |
| 2024-04-12 | Rollup merge of #123858 - marijanp:fix-zkvm-cmath-path, r=joboet | Matthias Krüger | -2/+0 |
| 2024-04-12 | Rollup merge of #123857 - devnexen:tcp_listener_update_backlog, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-04-12 | Rollup merge of #123807 - joboet:sys_common_thread, r=jhpratt | Matthias Krüger | -24/+22 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-04-12 | Add `unsafe` to two functions with safety invariants | Eduardo Sánchez Muñoz | -12/+14 |
| 2024-04-12 | zkvm: remove cmath | Marijan Petričević | -2/+0 |
| 2024-04-12 | std::net: TcpListener shrinks the backlog argument to 32 for Haiku. | David Carlier | -0/+4 |
| 2024-04-12 | Update document for std::io::Error::downcast | Jiahao XU | -6/+6 |
| 2024-04-12 | fix typo in library/std/src/lib.rs | kamaboko123 | -1/+1 |
| 2024-04-12 | Avoid panicking branch in `append_to_string` | Benoît du Garreau | -1/+4 |
| 2024-04-12 | `VecDeque::read_to_string`: avoid making the slices contiguous | Benoît du Garreau | -9/+2 |
| 2024-04-12 | Improve several `Read` implementations | Benoît du Garreau | -1/+28 |
| 2024-04-12 | Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=Amanieu | Matthias Krüger | -2/+8 |
| 2024-04-11 | Move rare overflow error to a cold function | Kornel | -2/+8 |
| 2024-04-11 | Rollup merge of #123806 - joboet:advanced_overflow, r=Amanieu | Matthias Krüger | -0/+9 |
| 2024-04-11 | Rollup merge of #122882 - Zoxc:panic-output-panic, r=Amanieu | Matthias Krüger | -9/+29 |
| 2024-04-12 | Stabilize `Seek::seek_relative` | Slanterns | -2/+1 |
| 2024-04-11 | Auto merge of #123732 - a1phyr:io_error_factor, r=cuviper | bors | -159/+67 |
| 2024-04-11 | std: use queue-based `RwLock` on Windows 7 | joboet | -50/+6 |
| 2024-04-11 | std: use queue-based `RwLock` on Xous | joboet | -74/+0 |
| 2024-04-11 | std: use queue-based `RwLock` on SGX | joboet | -261/+47 |
| 2024-04-11 | std: remove `sys_common::thread` | joboet | -24/+22 |
| 2024-04-11 | core: panic on overflow in `BorrowedCursor` | joboet | -0/+9 |
| 2024-04-11 | OpenBSD fix long socket addresses | Sebastien Marie | -0/+10 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -159/+67 |
| 2024-04-11 | Rollup merge of #123756 - lukas-code:file-sync, r=jhpratt | León Orell Valerian Liehr | -3/+11 |
| 2024-04-11 | Rollup merge of #123360 - adamgemmell:dev/adagem01/restricted-std, r=ehuss | León Orell Valerian Liehr | -1/+10 |
| 2024-04-11 | Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=Amanieu | León Orell Valerian Liehr | -0/+114 |
| 2024-04-10 | clean up docs for `File::sync_*` | Lukas Markeffsky | -3/+11 |
| 2024-04-10 | Add basic f16 and f128 modules | Trevor Gross | -0/+114 |
| 2024-04-10 | Auto merge of #123725 - GuillaumeGomez:rollup-gk2bbrg, r=GuillaumeGomez | bors | -6/+123 |
| 2024-04-10 | Rollup merge of #123534 - ChrisDenton:name, r=workingjubilee | Guillaume Gomez | -6/+123 |