about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-02-14Rollup merge of #118890 - Amanieu:allocator-lifetime, r=Mark-SimulacrumOli Scherer-2/+8
2024-02-14Rollup merge of #116387 - kpreid:wake-doc, r=cuviperOli Scherer-3/+17
2024-02-13Store core::str::CharSearcher::utf8_size as u8GnomedDev-11/+23
2024-02-13Add information about allocation lifetime to Allocator::allocateAmanieu d'Antras-0/+4
2024-02-13implement `Default` for `AsciiChar`joseLuís-1/+4
2024-02-12iterator.rs: remove "Basic usage" textTshepang Mbambo-40/+0
2024-02-12Support safe intrinsics with fallback bodiesOli Scherer-8/+4
2024-02-12Give const_deallocate a default bodyOli Scherer-14/+17
2024-02-12Teach llvm backend how to fall back to default bodiesOli Scherer-12/+16
2024-02-12Check signature of intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-12Clarify the lifetimes of allocations returned by the `Allocator` traitAmanieu d'Antras-2/+4
2024-02-12Fix comment in core/src/str/validations.rsPizzasBear-1/+1
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-69/+69
2024-02-11Rollup merge of #120888 - saethlin:unsafe-precondition-cleanup, r=RalfJungMatthias Krüger-38/+34
2024-02-11Rollup merge of #120880 - RalfJung:vtable-fnptr-partialeq, r=cuviperMatthias Krüger-0/+16
2024-02-11add comparison warning to RawWakerVTable as wellRalf Jung-0/+6
2024-02-11Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgrbors-3/+51
2024-02-11Cleanup around the new assert_unsafe_preconditionBen Kimock-38/+34
2024-02-11Rollup merge of #120307 - djc:duration-constructors, r=Mark-SimulacrumMatthias Krüger-0/+120
2024-02-11Rollup merge of #119449 - Nilstrieb:library-clippy, r=cuviperMatthias Krüger-0/+12
2024-02-11Rollup merge of #119242 - BenWiederhake:dev-from-nanos, r=joshtriplettMatthias Krüger-0/+5
2024-02-11Rollup merge of #118307 - scottmcm:tuple-eq-simpler, r=joshtriplettMatthias Krüger-13/+1
2024-02-10Additional doc links and explanation of `Wake`.Kevin Reid-3/+17
2024-02-11Rollup merge of #119213 - RalfJung:simd_shuffle, r=workingjubileeMatthias Krüger-3/+51
2024-02-10add note on comparing vtables / function pointersRalf Jung-0/+10
2024-02-10Rollup merge of #120823 - LegionMammal978:clarify-atomic-align, r=RalfJungMatthias Krüger-1/+10
2024-02-10Rollup merge of #120764 - Alfriadox:master, r=m-ou-seMatthias Krüger-1/+14
2024-02-10various docs tweaksRalf Jung-7/+7
2024-02-10simd_scatter: mention left-to-right orderRalf Jung-0/+3
2024-02-10add more missing simd intrinsicsRalf Jung-0/+32
2024-02-10simd intrinsics: add simd_shuffle_genericRalf Jung-3/+16
2024-02-10Stabilize slice_split_at_uncheckedDaniel Sedlak-7/+2
2024-02-10Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obkbors-14/+37
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-168/+40
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