about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-04-21Solved suggestionsHegui Dai-15/+14
2025-04-21Solved suggestionsHegui Dai-17/+11
2025-04-20Auto merge of #140079 - ChrisDenton:rollup-2h5cg94, r=ChrisDentonbors-6/+6
2025-04-20Rollup merge of #138870 - beetrees:tier-2-nans, r=RalfJungChris Denton-3/+5
2025-04-20Rollup merge of #140054 - c-git:patch-1, r=joboetChris Denton-1/+1
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-5/+5
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-5/+5
2025-04-20Allow `dangerous_implicit_autorefs` lint in some testsUrgau-1/+1
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+10
2025-04-20stabilize `naked_functions`Folkert de Vries-1/+1
2025-04-20Stabilize <[T; N]>::as_mut_slice as constThalia Archibald-1/+1
2025-04-19docs: fix typo change from inconstants to invariantsOnè-1/+1
2025-04-19Rollup merge of #139533 - jogru0:130711, r=Mark-SimulacrumChris Denton-0/+33
2025-04-19Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35Chris Denton-0/+16
2025-04-19added doctest for Enumerate::next_indexJonathan Gruner-0/+21
2025-04-19add next_index to EnumerateJonathan Gruner-0/+12
2025-04-19simd_select_bitmask: the 'padding' bits in the mask are just ignoredRalf Jung-3/+1
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-102/+35
2025-04-19Improve rustdocs on slice_as_chunks methodsScott McMurray-8/+94
2025-04-18Remove errant doc comment linesTamir Duberstein-2/+0
2025-04-17Rollup merge of #139977 - Amanieu:select_unpredictable_drop, r=RalfJungMatthias Krüger-9/+23
2025-04-17Rollup merge of #139483 - RalfJung:nan, r=tgross35Matthias Krüger-32/+40
2025-04-17Fix drop handling in `hint::select_unpredictable`Amanieu d'Antras-9/+23
2025-04-16fix missing word in commentKent Ross-2/+2
2025-04-15Auto merge of #139632 - Darksonn:cfi-fmt, r=m-ou-sebors-25/+50
2025-04-15Implement `pin!()` using `super let`.Mara Bos-102/+35
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-18/+63
2025-04-15Add commentAlice Ryhl-0/+19
2025-04-15Use full path for core::mem::transmuteAlice Ryhl-2/+2
2025-04-15Remove #![feature(no_sanitize)]Tamir Duberstein-1/+0
2025-04-15Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er...Stuart Cook-18/+63
2025-04-14Rollup merge of #139745 - thaliaarchi:iter-unused-clone-copy, r=joboetMatthias Krüger-20/+163
2025-04-14Fix some grammar errors and hyperlinks in doc for `trait Allocator`Janggun Lee-2/+4
2025-04-14ptr docs: add missing backtics around 'usize'Ralf Jung-1/+1
2025-04-13docs: Add example to `Iterator::take` with `by_ref`Diego Ongaro-0/+18
2025-04-13Avoid unused clones in Cloned<I> and Copied<I>Thalia Archibald-20/+163
2025-04-13Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W...Jacob Pratt-0/+232
2025-04-13docs(library/core/src/pin): rewrite for clarityRuan Comelli-5/+5
2025-04-14Implement `Random` for tupleShun Sakai-0/+13
2025-04-13Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDentonbors-59/+60
2025-04-13docs(library/core/src/pin): fix typo "necessarily" -> "necessary"Ruan Comelli-1/+1
2025-04-13Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnayChris Denton-59/+60
2025-04-13Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrumbors-30/+205
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+232
2025-04-12Extend the chaining logic to slices tooScott McMurray-30/+205
2025-04-13Move `select_unpredictable` to the `hint` moduleAmanieu d'Antras-59/+60
2025-04-12Rollup merge of #139701 - Rudxain:doc-pow2, r=tgross35Chris Denton-1/+1
2025-04-12Rollup merge of #139163 - scottmcm:stabilize-exact_div, r=RalfJungChris Denton-6/+1
2025-04-12Optimize `ToString` implementation for integersGuillaume Gomez-9/+19
2025-04-12cfg(kcfi)Alice Ryhl-1/+8