about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-05-29Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhprattbors-0/+24
2025-05-29Rollup merge of #139994 - tamird:cstr-display, r=AmanieuJacob Pratt-0/+24
2025-05-29Rollup merge of #141687 - RalfJung:atomic_compare_exchange, r=bjorn3Jacob Pratt-1/+4
2025-05-29Rollup merge of #141612 - jhpratt:phantom-docs, r=tgross35Jacob Pratt-0/+8
2025-05-29Rollup merge of #141533 - RalfJung:rintf, r=bjorn3Jacob Pratt-12/+0
2025-05-29Add `loongarch64` with `d` feature to `f32::midpoint` fast pathWANG Rui-0/+1
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-2/+46
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-12/+34
2025-05-28core: unstably expose atomic_compare_exchange so stdarch can use itRalf Jung-1/+4
2025-05-28UnsafePinned: also include the effects of UnsafeCellRalf Jung-22/+11
2025-05-28Revert "increase perf of charsearcher for single ascii characters"Jakub Beránek-32/+2
2025-05-28Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35bors-0/+60
2025-05-27Rollup merge of #141659 - tkr-sh:map-or-default, r=AmanieuTrevor Gross-0/+60
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-53/+86
2025-05-27✨ feat: map_or_default for result and optiontk-0/+60
2025-05-27Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3Michael Goulet-20/+9
2025-05-26Minor macro docs fixesMarcelo Domínguez-5/+6
2025-05-26core: begin deduplicating pointer docsbinarycat-123/+67
2025-05-26Call out possibility of invariant resultJacob Pratt-0/+8
2025-05-27Rollup merge of #141516 - bend-n:okay, r=workingjubilee许杰友 Jieyou Xu (Joe)-2/+32
2025-05-26impl `Default` for `array::IntoIter`Deadbeef-0/+7
2025-05-26Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnayJacob Pratt-1/+3
2025-05-26increase perf of charsearcher for single ascii charactersbendn-2/+32
2025-05-25Auto merge of #141086 - a1phyr:spec_advance_by, r=jhprattbors-5/+31
2025-05-25clean up old rintf leftoversRalf Jung-12/+0
2025-05-25Rollup merge of #141361 - folkertdev:varargs-cfg, r=workingjubileeJacob Pratt-175/+136
2025-05-24Rollup merge of #141498 - tamird:cstr-example-noise, r=jhprattGuillaume Gomez-34/+7
2025-05-24Rollup merge of #140066 - thaliaarchi:const-array-as-mut-slice, r=jhprattGuillaume Gomez-1/+1
2025-05-24Rollup merge of #137323 - joshlf:transmute-npo, r=RalfJungMatthias Krüger-14/+16
2025-05-24intrinsics: reduce references to LLVM and update notes on where the implement...Ralf Jung-20/+9
2025-05-24Use C-string literals to reduce boilerplateTamir Duberstein-34/+7
2025-05-24add CStr::displayTamir Duberstein-0/+24
2025-05-24Auto merge of #141415 - est31:let_chains_libcore, r=tgross35bors-1/+0
2025-05-23Rollup merge of #141065 - ehuss:wasm-doctest-xcompile, r=Mark-SimulacrumMatthias Krüger-8/+8
2025-05-23document representation of `Option<unsafe fn()>`Benno Lossin-1/+1
2025-05-23use `cfg_select!` to select the right `VaListImpl` definitionFolkert de Vries-175/+136
2025-05-23Remove #![feature(let_chains)] from libcoreest31-1/+0
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-69/+66
2025-05-22Rollup merge of #141130 - mejrs:use_self, r=compiler-errorsMatthias Krüger-69/+66
2025-05-22try_cast_aligned: avoid bare int-to-ptr castsRalf Jung-21/+15
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-27/+27
2025-05-21Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubileeMatthias Krüger-27/+45
2025-05-21Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnayMatthias Krüger-5/+5
2025-05-21limit impls of `VaArgSafe` to just types that are actually safeFolkert de Vries-27/+45
2025-05-21Add some track_caller info to precondition panicsBen Kimock-53/+86
2025-05-21Disable autodiff bootstrappingMarcelo Domínguez-17/+24
2025-05-21Rollup merge of #141222 - mathisbot:ptr_trycastaligned, r=tgross35Matthias Krüger-0/+85
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-27/+27
2025-05-20Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`.Mathis Bottinelli-0/+85
2025-05-20Rollup merge of #141289 - compiler-errors:more-self, r=jhprattMatthias Krüger-1/+1