about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-10-12library: Stabilize `const_replace`Jubilee Young-3/+4
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-12/+12
2024-10-12library: Stabilize `const_intrinsic_forget`Jubilee Young-2/+1
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-7/+6
2024-10-11Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlinTrevor Gross-0/+53
2024-10-11Avoid superfluous UB checks in `IndexRange`Josh Stone-4/+7
2024-10-11Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJungTrevor Gross-3/+5
2024-10-11Rollup merge of #131287 - RalfJung:const_result, r=tgross35Trevor Gross-4/+9
2024-10-11Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboetTrevor Gross-12/+4
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+53
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+27
2024-10-11stabilize const_resultRalf Jung-4/+9
2024-10-11stabilize duration_consts_floatRalf Jung-7/+6
2024-10-11Rollup merge of #131512 - j7nw4r:master, r=jhprattMatthias Krüger-1/+2
2024-10-11rename RcBox in other places tooJonathan Dönszelmann-7/+7
2024-10-10Fixing rustDoc for LayoutError.Johnathan W-1/+2
2024-10-10Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubileeMatthias Krüger-4/+4
2024-10-10Stabilise 'const_char_encode_utf8';Gabriel Bjørnager Jensen-3/+5
2024-10-09Clean up is_aligned_and_not_nullBen Kimock-3/+3
2024-10-09Add more precondition check testsBen Kimock-3/+5
2024-10-09Allow zero-size reads/writes on null pointersBen Kimock-19/+29
2024-10-09Optimize escape_asciiltdk-23/+91
2024-10-09Rollup merge of #131383 - AngelicosPhosphoros:better_doc_for_slice_slicing_at...Matthias Krüger-0/+21
2024-10-09Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdevMatthias Krüger-18/+22
2024-10-09Add "not guaranteed to be equal"Kevin Reid-1/+1
2024-10-09Apply suggestions from code reviewKevin Reid-2/+4
2024-10-09Expand `ptr::fn_addr_eq()` documentation.Kevin Reid-6/+32
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-18/+22
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-4/+4
2024-10-08Stabilize Pin::as_deref_mutNoa-1/+1
2024-10-08Stabilize `isqrt` featureChai T. Rex-13/+8
2024-10-08Add LowerExp and UpperExp implementationsrickdewater-16/+30
2024-10-08Add docs about slicing slices at the endsAngelicosPhosphoros-0/+21
2024-10-07cfg out checks in add and sub but not offsetBen Kimock-0/+8
2024-10-07Add precondition checks to ptr::offset, ptr::add, ptr::subBen Kimock-3/+173
2024-10-06Expand set_ptr_value / with_metadata_of docsAndreas Molzer-20/+61
2024-10-06grammar fixdacian-1/+1
2024-10-06Rollup merge of #131316 - programmerjake:patch-4, r=NoratriebMatthias Krüger-1/+1
2024-10-05Fix typo in primitive_docs.rsJacob Lifshay-1/+1
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-0/+1
2024-10-05Rollup merge of #131281 - RalfJung:const-cell, r=AmanieuMatthias Krüger-6/+12
2024-10-05library: Stabilize const `MaybeUninit::assume_init_mut`Jubilee Young-3/+7
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-0/+1
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-18/+16
2024-10-05make Cell unstably constRalf Jung-6/+12
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-18/+16
2024-10-05Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk`onestacked-8/+14
2024-10-04Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,...Jubilee-4/+7
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-13/+21
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-15/+7