about summary refs log tree commit diff
path: root/library/core/src/io
AgeCommit message (Expand)AuthorLines
2025-07-17Rollup merge of #143829 - a1phyr:trim_borrowed_buf, r=ChrisDentonLeón Orell Valerian Liehr-29/+6
2025-07-14Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrumbors-0/+51
2025-07-09core: Change `BorrowedCursor::written`'s originBenoît du Garreau-9/+3
2025-07-09core: Remove `BorrowedCursor::uninit_mut`Benoît du Garreau-10/+3
2025-07-09core: Remove `BorrowedCursor::init_ref` methodBenoît du Garreau-10/+0
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-07-01core: Add `BorrowedCursor::with_unfilled_buf`Benoît du Garreau-0/+51
2025-06-17Remove a panicking branch in `BorrowedCursor::advance`Benoît du Garreau-3/+3
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-7/+7
2024-11-02Add BorrowedBuf::into_filled{,_mut} methods to allow returning buffer with or...Alex Saveau-0/+20
2024-07-26Fix doc nitsJohn Arundel-5/+5
2024-04-15Remove bound checks from `BorrowedBuf` and `BorrowedCursor` methodsBenoît du Garreau-6/+18
2024-04-11core: panic on overflow in `BorrowedCursor`joboet-2/+3
2024-03-10BorrowedCursor docs clarificationRalf Jung-2/+4
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-1/+21
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+21
2023-11-11Rename MaybeUninit::write_sliceKornel-1/+1
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+307