about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
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-23/+19
2022-10-14Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgrbors-12/+10
2022-10-14Rollup merge of #103059 - beetrees:duration-from-negative-zero, r=thomccMatthias Krüger-1/+10
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/+41
2022-10-14Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`beetrees-1/+10
2022-10-14remove leading newlines from integer primitive doc examplesLukas Markeffsky-11/+0
2022-10-14more dupe word typosRageking8-13/+13
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/+45
2022-10-11Fix inconsistent rounding of 0.5 when formatted to 0 decimal placesAndrew Tribick-5/+5
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
2022-10-11add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n...Ralf Jung-3/+19
2022-10-11Rollup merge of #102445 - jmillikin:cstr-is-empty, r=Mark-SimulacrumMatthias Krüger-0/+28
2022-10-11Rollup merge of #101774 - Riolku:atomic-update-aba, r=m-ou-seMatthias Krüger-0/+26
2022-10-11Rollup merge of #102258 - cjgillot:core-kappa, r=m-ou-seYuki Okushi-4/+0
2022-10-11Change tracking issue from #76156 to #102911woppopo-3/+4
2022-10-10Auto merge of #96711 - emilio:inline-slice-clone, r=nikicbors-0/+5
2022-10-10Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-deadDylan DPC-0/+1
2022-10-09From<Alignment> for usize & NonZeroUsizeScott McMurray-0/+16
2022-10-09expand documentation on type conversion w.r.t. `UnsafeCell`Pointerbender-13/+21
2022-10-10Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomccYuki Okushi-64/+115
2022-10-09fixup lint nameMaybe Waffle-1/+1
2022-10-09allow `for_loop_over_fallibles` in a `core` testMaybe Waffle-0/+1
2022-10-08Rollup merge of #102812 - est31:remove_lazy, r=dtolnayMichael Howell-3/+0
2022-10-08Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-itera...Matthias Krüger-2/+0
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-1/+6
2022-10-08Remove empty core::lazy and std::lazyest31-3/+0
2022-10-08Fix test (location_const_file)woppopo-1/+1
2022-10-07Auto merge of #102091 - RalfJung:const_err, r=oli-obkbors-3/+0
2022-10-07Rollup merge of #102300 - scottmcm:simpler-fold-closures, r=Mark-SimulacrumDylan DPC-114/+35
2022-10-07make const_err a hard errorRalf Jung-3/+0