about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-07-10core: Limit remaining f16 doctests to x86_64 linuxUlrich Weigand-0/+15
2024-07-10size_of_val_raw: for length 0 this is safe to callRalf Jung-0/+10
2024-07-10Rollup merge of #127091 - Sky9x:fused-error-sources-iter, r=dtolnayJacob Pratt-0/+7
2024-07-08Auto merge of #127235 - martn3:no-mips-f16, r=tgross35,scottmcmbors-6/+9
2024-07-08Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb许杰友 Jieyou Xu (Joe)-400/+315
2024-07-07Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgrbors-1/+15
2024-07-07Rollup merge of #127354 - nicholasbishop:bishop-sized-doc, r=NilstriebMatthias Krüger-0/+14
2024-07-07Rollup merge of #127179 - tgross35:typeid-debug-hex, r=NilstriebMatthias Krüger-1/+1
2024-07-07Specialize `TrustedLen` for `Iterator::unzip()`Chayim Refael Friedman-15/+107
2024-07-06Mitigate focused memory leaks in `core` doctests for Miri.Zachary S-0/+6
2024-07-06Remove non-focused memory leaks in `core` doctests for Miri.Zachary S-0/+14
2024-07-06Stabilize const_cstr_from_ptr (CStr::from_ptr, CStr::count_bytes)David Tolnay-4/+4
2024-07-06offset_from intrinsic: always allow pointers to point to the same addressRalf Jung-18/+19
2024-07-06as_simd: fix comment to be in line with 507583a (#121201)Greaka-22/+4
2024-07-06Rollup merge of #127275 - RalfJung:offset-from-isize-min, r=AmanieuMatthias Krüger-265/+118
2024-07-05Rollup merge of #125751 - pitaj:new_range_api, r=jhprattJubilee-2/+1163
2024-07-05Rollup merge of #127363 - GuillaumeGomez:improve-fmt-code-readability, r=AmanieuMichael Goulet-7/+15
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-1/+0
2024-07-05add `new_range_api` for RFC 3550Peter Jaszkowiak-2/+1163
2024-07-05Improve readability of some fmt code examplesGuillaume Gomez-7/+15
2024-07-05Describe Sized requirements for mem::offset_ofNicholas Bishop-0/+14
2024-07-04impl FusedIterator and a size hint for the error sources iterSky-0/+7
2024-07-04core: erase redundant stability attrs in va_listJubilee Young-106/+0
2024-07-04library: outline VaList into ffi::va_listJubilee Young-400/+421
2024-07-05Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubileebors-6/+13
2024-07-04Document safety of a few intrinsicsCelina G. Val-2/+16
2024-07-04Move a few intrinsics to use Rust abiCelina G. Val-57/+146
2024-07-04mark `can_not_overflow` as `#[rustc_const_stable(...)]`Bennet Bleßmann-2/+1
2024-07-04stabilize `const_int_from_str`Skgland-4/+5
2024-07-04Improve dead code analysismu001999-1/+0
2024-07-04also remove redundant requirements from offset()Ralf Jung-196/+100
2024-07-04offset_from: "the difference must fit in an isize" is a corollaryRalf Jung-70/+19
2024-07-04chore: remove repeat wordscuishuang-2/+2
2024-07-04Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercotebors-5/+6
2024-07-03core: Limit four f16 doctests to x86_64 linuxMartin Nordholts-6/+9
2024-07-03Rollup merge of #127204 - dimpolo:stabilize_atomic_bool_fetch_not, r=jhprattJacob Pratt-2/+1
2024-07-03Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnayJacob Pratt-25/+75
2024-07-02Add edge-case examples to `{count,leading,trailing}_{ones,zeros}` methodsNick Fitzgerald-6/+35
2024-07-02Rollup merge of #127230 - hattizai:patch01, r=saethlinMatthias Krüger-3/+3
2024-07-02chore: remove duplicate wordshattizai-3/+3
2024-07-01Optimize SipHash by reordering compress instructionsmat-5/+6
2024-07-01Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=...Guillaume Gomez-2/+3
2024-07-01Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-seGuillaume Gomez-6/+6
2024-07-01Stabilize atomic_bool_fetch_notdimi-2/+1
2024-07-01Rollup merge of #127182 - danielhuang:patch-4, r=NilstriebMatthias Krüger-2/+2
2024-06-30Update ip_addr.rsDaniel Huang-2/+2
2024-06-30Print `TypeId` as hex for debuggingTrevor Gross-1/+1
2024-06-30Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=NilstriebMatthias Krüger-2/+1
2024-06-30Rollup merge of #126895 - betelgeuse:improve_simd_gather_documentation, r=Ama...Matthias Krüger-3/+0
2024-06-30Rollup merge of #127134 - tgross35:typeid-debug, r=NilstriebMatthias Krüger-1/+12