about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-07-30Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgrbors-37/+5
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+28
2024-07-30Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubileeMatthias Krüger-37/+5
2024-07-30Auto merge of #128234 - jcsp:retain-empty-case, r=tgross35bors-0/+6
2024-07-30Insert some blank lines.Nicholas Nethercote-0/+2
2024-07-30Move a comment.Nicholas Nethercote-1/+1
2024-07-29CloneToUninit: use a private specialization traitPavel Grigorenko-117/+134
2024-07-29Sparkle some attributes over `CloneToUninit` stuffPavel Grigorenko-0/+12
2024-07-29impl CloneToUninit for Path and OsStrPavel Grigorenko-0/+95
2024-07-29impl CloneToUninit for str and CStrPavel Grigorenko-0/+61
2024-07-29Stabilize offset_of_nestedGeorge Bateman-56/+59
2024-07-29Auto merge of #128334 - matthiaskrgr:rollup-nhxdt0c, r=matthiaskrgrbors-4/+9
2024-07-29Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomezMatthias Krüger-4/+9
2024-07-29Optimize empty case in Vec::retainJohn Spray-0/+6
2024-07-29Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35bors-5/+8
2024-07-29Rollup merge of #128310 - kmicklas:btree-map-peek-next-docs, r=tgross35Matthias Krüger-3/+3
2024-07-29Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d...Matthias Krüger-53/+61
2024-07-29Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnayMatthias Krüger-32/+37
2024-07-28Update compiler_builtins to 0.1.114Nicholas Bishop-5/+8
2024-07-29Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`Miguel Ojeda-0/+5
2024-07-29Remove spurious backticks detected by `rustdoc::unescaped_backticks`Miguel Ojeda-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2192/+1546
2024-07-28chore: releasegithub-actions[bot]-1/+1
2024-07-28Set allow_dirty to release-plzTrevor Gross-0/+5
2024-07-28Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s...Sören Meier-32/+37
2024-07-28Partially stabilize `io_error_more`Pavel Grigorenko-16/+16
2024-07-28step cfg(bootstrap)Mark Rousskov-113/+3
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-23/+23
2024-07-28Add forbid(unsafe_op_in_unsafe_fn)Daria Sukhonina-0/+1
2024-07-28Rollup merge of #128240 - mbrubeck:patch-3, r=joboetGuillaume Gomez-0/+18
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-16/+44
2024-07-28Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=AmanieuGuillaume Gomez-0/+38
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-738/+808
2024-07-28fix: psvita's std codeDaria Sukhonina-37/+4
2024-07-28Force LLVM to use CMOV for binary searchAmanieu d'Antras-0/+28
2024-07-28stabilize const_wakerSlanterns-16/+44
2024-07-28Add missing periods on `BTreeMap` cursor `peek_next` docsKen Micklas-3/+3
2024-07-28Implement cursors for `BTreeSet`Ken Micklas-1/+426
2024-07-28Update NonNull::align_offset quaranteesWiktor Przetacznik-3/+10
2024-07-28Enable `std::io::copy` specialisation for `std::pipe::{PipeReader, PipeWriter}`Jiahao XU-0/+25
2024-07-28Rollup merge of #128282 - pitaj:nonzero_bitwise, r=workingjubileeMatthias Krüger-3/+430
2024-07-28Rollup merge of #128279 - slanterns:is_sorted, r=dtolnayMatthias Krüger-19/+6
2024-07-28stabilize `is_sorted`Slanterns-19/+6
2024-07-27bitwise and bytewise methods on `NonZero`Peter Jaszkowiak-3/+430
2024-07-27Rollup merge of #128259 - sunshowers:msg-nosignal, r=Mark-SimulacrumTrevor Gross-0/+5
2024-07-27Rollup merge of #125897 - RalfJung:from-ref, r=AmanieuTrevor Gross-8/+88
2024-07-27Improve panic sections for sort*, sort_unstable* and select_nth_unstable*Lukas Bergdoll-15/+28
2024-07-27Improve panic message and surrounding documentation for Ord violationsLukas Bergdoll-4/+19
2024-07-27Auto merge of #128255 - stepancheg:doc-shl, r=scottmcmbors-0/+13
2024-07-27Okay, I guess I have to give these a different feature nameltdk-5/+5