about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-02-09Change wordingVenus Xeon-Blonde-7/+6
2024-02-09Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgrbors-7/+16
2024-02-09Rollup merge of #120815 - camsteffen:inspect-docs, r=m-ou-seMatthias Krüger-7/+16
2024-02-09Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-170/+42
2024-02-09Bump Unicode to version 15.1.0, regenerate tablesMarcondiro-6/+6
2024-02-09Improve Option::inspect docsCameron Steffen-7/+16
2024-02-09Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgrbors-10/+13
2024-02-09Rollup merge of #120809 - reitermarkus:generic-nonzero-constructors, r=NilstriebMatthias Krüger-3/+1
2024-02-09Rollup merge of #120308 - utkarshgupta137:duration-opt, r=m-ou-seMatthias Krüger-7/+12
2024-02-08Clarify that atomic and regular integers can differ in alignmentLegionMammal978-1/+10
2024-02-08Add and use Unique::as_non_null_ptrBen Kimock-4/+9
2024-02-08Make `NonZero::get` generic.Markus Reiter-20/+21
2024-02-08Use `transmute_unchecked` in `NonZero::new`.Markus Reiter-3/+1
2024-02-08Reduce use of NonNull::new_unchecked in library/Ben Kimock-14/+13
2024-02-08Remove a now-obviated debug_assert!Ben Kimock-1/+0
2024-02-08Rewrite assert_unsafe_precondition around the new intrinsicBen Kimock-59/+147
2024-02-08Add a new debug_assertions intrinsicBen Kimock-0/+11
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-138/+10
2024-02-08Bump version placeholdersMark Rousskov-34/+34
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-36/+0
2024-02-07Fix whitespace issues that tidy caughtVenus Xeon-Blonde-4/+4
2024-02-07Add documentation on `str::starts_with`Venus Xeon-Blonde-0/+14
2024-02-08Auto merge of #120521 - reitermarkus:generic-nonzero-constructors, r=dtolnaybors-87/+99
2024-02-08Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errorsbors-1/+3
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-13/+25
2024-02-07Replace `transmute_copy` with `ptr::read`.Markus Reiter-1/+2
2024-02-07Don't use `assert_unsafe_precondition` twice.Markus Reiter-12/+10
2024-02-07Make `NonZero` constructors generic.Markus Reiter-71/+84
2024-02-07Simplify `impl_zeroable_primitive` macro.Markus Reiter-13/+13
2024-02-07Update testsr0cky-0/+1
2024-02-06Auto merge of #117905 - RalfJung:no-const-mut, r=lcnrbors-12/+17
2024-02-06Harmonize blanket implementations for AsyncFn* traitsMichael Goulet-14/+37
2024-02-06Bless tests, add commentsMichael Goulet-2/+19
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-0/+8
2024-02-05revert stabilization of const_intrinsic_copyRalf Jung-12/+17
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-4/+0
2024-02-05Remove some invalid cfg(doc) codeOli Scherer-36/+0
2024-02-05Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-SimulacrumMatthias Krüger-36/+36
2024-02-05Rollup merge of #118960 - tvallotton:local_waker, r=Mark-SimulacrumMatthias Krüger-37/+353
2024-02-05Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnayMatthias Krüger-8/+52
2024-02-05Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula...Matthias Krüger-7/+7
2024-02-04Reconstify `Add`Deadbeef-1/+3
2024-02-03Docs for std::ptr::slice_from_raw_partsKornel-2/+26
2024-02-02fix typoRalf Jung-2/+2
2024-02-01Revert unsound libcore changes of #119911Oli Scherer-385/+149
2024-01-30Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnayGuillaume Gomez-50/+14
2024-01-30Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=NilstriebGuillaume Gomez-14/+14
2024-01-30Update feature names for new stdarchAmanieu d'Antras-4/+0
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-50/+14
2024-01-29Rollup merge of #116677 - joshlf:patch-11, r=RalfJungDylan DPC-0/+24