about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-10-20Skip C-unwind fn pointer impls with the bootstrap compilerRyan Lopopolo-0/+1
2022-10-20clarify documentation about the memory layout of `UnsafeCell`Pointerbender-25/+34
2022-10-19Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ...Thom Chiovoloni-20/+23
2022-10-20Use a faster allocation size check in slice::from_raw_partsBen Kimock-5/+16
2022-10-19Update stability annotations on fnptr impls for C-unwind ABIRyan Lopopolo-13/+19
2022-10-19Add default trait implementations for "c-unwind" ABI function pointersRyan Lopopolo-0/+7
2022-10-19Remove extra spacesclubby789-8/+8
2022-10-19Derive `Eq` and `Hash` for `ControlFlow`inquisitivecrystal-1/+3
2022-10-19doc: rewrite doc for signed int::{carrying_add,borrowing_sub}Trevor Spiteri-36/+75
2022-10-19Rollup merge of #103127 - SUPERCILEX:inline-const-uninit, r=scottmcmDylan DPC-2/+5
2022-10-19Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgrbors-0/+74
2022-10-19Rollup merge of #103166 - the8472:copied-next-chunk, r=m-ou-seMatthias Krüger-0/+74
2022-10-19specialize slice_iter.copied().next_chunk()The 8472-0/+74
2022-10-18Rollup merge of #102507 - scottmcm:more-binary-search-docs, r=m-ou-seMatthias Krüger-0/+32
2022-10-18Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-seMatthias Krüger-31/+49
2022-10-18Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcmYuki Okushi-4/+3
2022-10-18Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-SimulacrumYuki Okushi-2/+2
2022-10-17Remove all uses of array_assume_initAlex Saveau-4/+3
2022-10-17Remove the redundant `Some(try_opt!(..))` in `checked_pow`Josh Stone-2/+2
2022-10-17Fix typo in `ReverseSearcher` docsSky-1/+1
2022-10-16Fix types in documentation for Alignment::as_usize and Alignmnet::as_nonzeroThayne McCombs-2/+2
2022-10-16Make transpose const and inlineAlex Saveau-2/+5
2022-10-16Rollup merge of #103109 - RalfJung:phantom-data-impl, r=thomccMatthias Krüger-59/+53
2022-10-16Rollup merge of #103102 - H4x5:len_utf16_docs, r=scottmcmMatthias Krüger-0/+5
2022-10-16Clarify the possible return values of len_utf16Sky-0/+5
2022-10-16remove redundant Send impls for referencesRalf Jung-7/+6
2022-10-16PhantomData: inline a macro that is used only onceRalf Jung-59/+53
2022-10-16Rollup merge of #102023 - SUPERCILEX:maybeuninit-transpose, r=scottmcmYuki Okushi-0/+37
2022-10-16Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=AmanieuYuki Okushi-0/+44
2022-10-15Add MaybeUninit array transpose implsAlex Saveau-0/+37
2022-10-15More slice::partition_point examplesScott McMurray-0/+32
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-22/+19
2022-10-14Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgrbors-12/+1
2022-10-14Rollup merge of #103059 - beetrees:duration-from-negative-zero, r=thomccMatthias Krüger-1/+1
2022-10-14Rollup merge of #103045 - lukas-code:blank-lines, r=GuillaumeGomezMatthias Krüger-11/+0
2022-10-14Auto merge of #101030 - woppopo:const_location, r=scottmcmbors-3/+6
2022-10-14Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`beetrees-1/+1
2022-10-14remove leading newlines from integer primitive doc examplesLukas Markeffsky-11/+0
2022-10-14more dupe word typosRageking8-12/+12
2022-10-13Auto merge of #102919 - luojia65:update-stdarch, r=Amanieubors-0/+2
2022-10-13library: update stdarch submoduleluojia65-0/+2
2022-10-12expand documentation on type conversion w.r.t. `UnsafeCell`Pointerbender-8/+13
2022-10-12remove HRTB from `[T]::is_sorted_by{,_key}`Lukas Markeffsky-4/+4
2022-10-12Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3bors-54/+76
2022-10-12Update docs for `CStr::from_ptr`.Markus Reiter-4/+13
2022-10-12Make `CStr::from_ptr` `const`.Markus Reiter-7/+25
2022-10-12Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-seDylan DPC-85/+15
2022-10-11Fix inconsistent rounding of 0.5 when formatted to 0 decimal placesAndrew Tribick-1/+1
2022-10-11reorder panicking.rs to put main entry points at the topRalf Jung-61/+67
2022-10-11use panic_fmt_nounwind for assert_unsafe_preconditionRalf Jung-2/+2