about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
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
2025-04-12docs: clarify uint exponent for `is_power_of_two`Ricardo Fernández Serrata-1/+1
2025-04-11Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviperbors-141/+420
2025-04-11Rollup merge of #137835 - scottmcm:signum, r=compiler-errorsJacob Pratt-8/+7
2025-04-11Update library/core/src/fmt/rt.rsAlice Ryhl-1/+0
2025-04-11Implement Default for raw pointersChris Denton-0/+16
2025-04-10Stabilize `slice_as_chunks` library featureScott McMurray-15/+12
2025-04-11Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcmStuart Cook-6/+6
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-3/+36
2025-04-10indirect-const-stabilize the `exact_div` intrinsicScott McMurray-6/+1
2025-04-10Apply suggestions from code reviewCelina G. Val-2/+2
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-48/+88
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-3/+36
2025-04-10cfi: do not transmute function pointers in formatting codeAlice Ryhl-23/+24
2025-04-10Don't allow flattened format_args in const.Mara Bos-1/+8
2025-04-09PR feedbackScott McMurray-8/+8
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-174/+69
2025-04-09Auto merge of #139595 - matthiaskrgr:rollup-kaa8aim, r=matthiaskrgrbors-4/+8
2025-04-09Rollup merge of #139575 - timesince:master, r=wesleywiserMatthias Krüger-1/+1
2025-04-09Rollup merge of #139532 - bjoernager:master, r=tgross35Matthias Krüger-2/+2
2025-04-09Rollup merge of #139164 - xizheyin:issue-139034, r=joboetMatthias Krüger-1/+5
2025-04-09Auto merge of #124810 - lincot:speed-up-string-push-and-string-insert, r=tgro...bors-30/+62
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-48/+88