about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-05-20Rollup merge of #141282 - DJMcNab:core-float-math-math, r=tgross35Matthias Krüger-772/+828
2025-05-20`core_float_math`: Move functions to `math` folderDaniel McNab-772/+828
2025-05-20use Self alias in self types rather than manually substituting itMichael Goulet-1/+1
2025-05-20Split `autodiff` into `autodiff_forward` and `autodiff_reverse`Marcelo Domínguez-1/+15
2025-05-20make std::intrinsic functions actually be intrinsicsRalf Jung-303/+309
2025-05-18add exact_div functionsJeremy Smart-1/+207
2025-05-19Rollup merge of #141110 - xizheyin:issue-141107, r=workingjubileeStuart Cook-2/+2
2025-05-18Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrumbors-4/+113
2025-05-18Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscrossLeón Orell Valerian Liehr-1/+1
2025-05-18float: Add `f16` parsing and printingTrevor Gross-4/+113
2025-05-18[std] fix the presentation of `split_off_mut` and `split_off` documentationxizheyin-2/+2
2025-05-18Rollup merge of #140511 - mathisbot:master, r=dtolnayLeón Orell Valerian Liehr-3/+4
2025-05-18Stabilize `avx512_target_feature`sayantn-1/+1
2025-05-17Auto merge of #138087 - tgross35:core-float-math, r=Amanieubors-2/+1684
2025-05-17Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcmMatthias Krüger-0/+63
2025-05-17Switch library rustc_unimplemented to use `Self` and `This`mejrs-69/+66
2025-05-17Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-SimulacrumMatthias Krüger-0/+1
2025-05-16Implement `advance_by` via `try_fold` for `Sized` iteratorsBenoît du Garreau-5/+31
2025-05-16Add assert_unsafe_precondition!()s to as_ascii_unchecked() methodssam skeoch-0/+20
2025-05-16Add as_ascii_unchecked() methods to char, str, and u8sam skeoch-0/+43
2025-05-16Updated feature and stable flagsRyan van Polen-4/+3
2025-05-16Rollup merge of #140791 - xizheyin:issue-140761, r=ibraheemdevMatthias Krüger-2/+8
2025-05-15Updated std doctests for wasmEric Huss-8/+8
2025-05-15Auto merge of #141050 - matthiaskrgr:rollup-uyzqbmj, r=matthiaskrgrbors-5/+5
2025-05-15Rollup merge of #139749 - ruancomelli:docs/library/core/src/pin/fix-typo-nece...Matthias Krüger-5/+5
2025-05-15Auto merge of #136264 - GuillaumeGomez:optimize-integers-to-string, r=Amanieubors-9/+19
2025-05-14Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35Matthias Krüger-1/+1
2025-05-14Skip {f32,f64}::mul_add tests on MinGWTrevor Gross-0/+6
2025-05-14Add `Ipv4Addr` and `Ipv6Addr` diagnostic itemsSamuel Tardieu-0/+2
2025-05-14MaybeUninit::write: fix docMathis Bottinelli-1/+1
2025-05-13Initial implementation of `core_float_math`Trevor Gross-2/+1678
2025-05-13Format and skip formatting for pinMichael Goulet-0/+2
2025-05-13Add `#[must_use]` to Array::mapJulian Knodt-0/+1
2025-05-12Specify that split_ascii_whitespace uses the same definition as is_ascii_whit...Simon Sapin-1/+3
2025-05-12update cfg(bootstrap)Pietro Albini-66/+29
2025-05-12update version placeholdersPietro Albini-26/+26
2025-05-11Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushiLeón Orell Valerian Liehr-4/+4
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-84/+180
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-12/+0
2025-05-10Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-...Matthias Krüger-9/+0
2025-05-10Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=AmanieuMatthias Krüger-1/+9
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-4/+4
2025-05-09Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}`Urgau-164/+108
2025-05-09remove 'unordered' atomic intrinsicsRalf Jung-12/+0
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-76/+228
2025-05-08Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-SimulacrumMatthias Krüger-0/+4
2025-05-08Indicate that the warning on black_box is a general property of RustBen Kimock-0/+4
2025-05-08std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on...xizheyin-0/+6
2025-05-08std: Make consistence between `From` and `Into`xizheyin-2/+2
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-1/+0