| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -22/+16 |
| 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 | Rollup merge of #123852 - kamaboko123:fix_typo_in_std_lib_rs, r=lqd | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123833 - dpaoliello:stdarch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-04-12 | Rollup merge of #123825 - saethlin:report-nounwind-panics, r=petrochenkov | Matthias Krüger | -1/+6 |
| 2024-04-12 | Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgr | bors | -3/+3 |
| 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 | Stabilize AArch64 SHA3 intrinsics | Tony Arcieri | -23/+24 |
| 2024-04-12 | Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-04-12 | Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieu | bors | -0/+224 |
| 2024-04-12 | core: get rid of `USIZE_MARKER` | joboet | -45/+49 |
| 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 | Auto merge of #123490 - niluxv:strict_prov_unwind_seh, r=Amanieu | bors | -41/+73 |
| 2024-04-12 | fix pin.rs typo | Yuanzhuo Yang | -1/+1 |
| 2024-04-12 | Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=Amanieu | Matthias Krüger | -2/+8 |
| 2024-04-12 | Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu | bors | -3/+12 |
| 2024-04-11 | Update stdarch submodule | Daniel Paoliello | -0/+1 |
| 2024-04-12 | Use inline assembly for Arm64EC | Daniel Paoliello | -3/+2 |
| 2024-04-11 | Remove `From` impls for unstable types that break inference | Trevor Gross | -2/+2 |
| 2024-04-11 | Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgr | bors | -13/+43 |
| 2024-04-11 | Call the panic hook for non-unwind panics in proc-macros | Ben Kimock | -1/+6 |
| 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 | -2/+12 |
| 2024-04-11 | Rollup merge of #123798 - tniessen:patch-1, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-04-11 | Rollup merge of #122882 - Zoxc:panic-output-panic, r=Amanieu | Matthias Krüger | -9/+29 |
| 2024-04-11 | Auto merge of #123814 - matthiaskrgr:rollup-lxn0t4t, r=matthiaskrgr | bors | -5/+5 |
| 2024-04-11 | Add a `Debug` impl and some basic functions to `f16` and `f128` | Trevor Gross | -0/+224 |
| 2024-04-11 | Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven... | niluxv | -41/+73 |
| 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 | -2/+12 |
| 2024-04-11 | Avoid invalid socket address in length calculation | Tobias Nießen | -2/+2 |
| 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 | Correct broken link in core::pin doc | Tomoki Nakagawa | -5/+5 |
| 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 #123661 - tgross35:stabilize-cstr_count_bytes, r=dtolnay | León Orell Valerian Liehr | -3/+1 |
| 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 | -32/+206 |
| 2024-04-10 | clean up docs for `File::sync_*` | Lukas Markeffsky | -3/+11 |