about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-08-28Improve `isqrt` tests and add benchmarksChai T. Rex-32/+313
2024-08-28fmt-debug optionKornel-0/+4
2024-08-28Auto merge of #129691 - matthiaskrgr:rollup-owlcr3m, r=matthiaskrgrbors-76/+82
2024-08-28Rollup merge of #129668 - coolreader18:fix-pin-set-regr, r=dtolnayMatthias Krüger-9/+12
2024-08-28Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errorsMatthias Krüger-57/+54
2024-08-28Rollup merge of #129551 - RalfJung:ub-checks-fallback, r=saethlinMatthias Krüger-2/+3
2024-08-28Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboetMatthias Krüger-8/+13
2024-08-28Enable some ilog2 tests as wellBen Kimock-13/+5
2024-08-28Auto merge of #129589 - saethlin:improve-panic-immediate-abort, r=tgross35bors-3/+5
2024-08-28addr_of on places derived from raw pointers should preserve permissionsRalf Jung-3/+7
2024-08-27Fix Pin::set bounds regressionNoa-9/+12
2024-08-27Rollup merge of #129652 - RalfJung:ptr-to-ref, r=traviscrossMatthias Krüger-23/+15
2024-08-27Rollup merge of #129645 - beetrees:fix-float-docs, r=tgross35Matthias Krüger-8/+6
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-57/+54
2024-08-27fix Pointer to reference conversion docsRalf Jung-23/+15
2024-08-27clarify that addr_of creates read-only pointersRalf Jung-0/+4
2024-08-27Use last swap optimization in bubblesortLukas Bergdoll-9/+18
2024-08-27Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomccTrevor Gross-36/+130
2024-08-27Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubileeTrevor Gross-1/+1
2024-08-27Reflow a couple of paragraphs in floating-point primitive docsbeetrees-6/+4
2024-08-27Fix typos in floating-point primitive type docsbeetrees-3/+3
2024-08-27Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errorsMatthias Krüger-21/+350
2024-08-27Rollup merge of #128157 - lolbinarycat:unify-ptr-ref-docs, r=cuviperMatthias Krüger-210/+73
2024-08-26Apply suggestions from code reviewJosh Stone-9/+9
2024-08-26Rollup merge of #129592 - saethlin:core-cfg-test, r=tgross35Matthias Krüger-659/+649
2024-08-26Rollup merge of #129539 - oconnor663:poll_link, r=tgross35Matthias Krüger-0/+2
2024-08-26Rollup merge of #129377 - chorman0773:unbounded-shifts-impl, r=scottmcmMatthias Krüger-0/+118
2024-08-26move per-target NaN info into a tableRalf Jung-7/+14
2024-08-26float types: document NaN bit pattern guaranteesRalf Jung-36/+123
2024-08-26Convert cfg blocks to cfg_ifLukas Bergdoll-79/+68
2024-08-26Reduce code duplication by moving partition_lomuto_branchless_simple into qui...Lukas Bergdoll-79/+39
2024-08-26Auto merge of #129595 - matthiaskrgr:rollup-4udn7nn, r=matthiaskrgrbors-15/+21
2024-08-25Remove cfg(test) from library/coreBen Kimock-659/+649
2024-08-26Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu...Matthias Krüger-15/+21
2024-08-25Auto merge of #129488 - saethlin:alignment-precondition, r=workingjubileebors-2/+0
2024-08-25Tweak some attributes to improve panic_immediate_abortBen Kimock-3/+5
2024-08-25Add binary-size optimized variants for stable and unstable sort as well as se...Lukas Bergdoll-33/+284
2024-08-25link to Future::poll from the Poll docsJack O'Connor-0/+2
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-0/+6
2024-08-25ub_checks intrinsics: fall back to cfg(ub_checks)Ralf Jung-2/+3
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-2/+28
2024-08-24Rollup merge of #129449 - coolreader18:pin-as_deref_mut-signature, r=dtolnayTrevor Gross-70/+73
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-0/+1
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-15/+21
2024-08-24Rollup merge of #129500 - fee1-dead-contrib:fxrel, r=compiler-errorsMatthias Krüger-1/+0
2024-08-24Rollup merge of #129323 - Urgau:ptr_fn_addr_eq, r=Mark-SimulacrumMatthias Krüger-0/+27
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-1/+1
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+6
2024-08-24remove invalid `TyCompat` relation for effectsDeadbeef-1/+0
2024-08-24Pass `fmt::Arguments` by reference to `PanicInfo` and `PanicMessage`StackOverflowExcept1on-8/+8