about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-09Rollup merge of #136213 - erickt:fs, r=Mark-SimulacrumUrgau-1/+17
2025-02-09Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-SimulacrumUrgau-5/+35
2025-02-08occured -> occurredMichael Goulet-1/+1
2025-02-08Rustfmtbjorn3-250/+292
2025-02-08Document `Sum::sum` returns additive identities for `[]`Jaken Herman-1/+6
2025-02-08Implement Extend<AsciiChar> for StringMatthew Zeitlin-0/+39
2025-02-08Rollup merge of #136099 - Kijewski:pr-rc-str-default, r=ibraheemdevMatthias Krüger-3/+6
2025-02-08Rollup merge of #135696 - joboet:move_pal_io, r=NoratriebMatthias Krüger-318/+165
2025-02-08Replace an `assert!` with `debug_assert!` in `u256::shr`Trevor Gross-1/+23
2025-02-08Change how operators are `black_box`edTrevor Gross-7/+3
2025-02-08Add simple icount benchmarks for `u256` operationsTrevor Gross-1/+104
2025-02-08Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgrbors-178/+377
2025-02-08Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]`Frank Steffahn-3/+0
2025-02-07Decrease the allowed error for `cbrt`Trevor Gross-2/+3
2025-02-07Port the CORE-MATH version of `cbrt`Trevor Gross-103/+216
2025-02-07Add an enum representation of rounding modeTrevor Gross-0/+22
2025-02-07Work arouind iai-callgrind apt failuresTrevor Gross-0/+2
2025-02-07Uncomment some hex float tests that should work nowTrevor Gross-8/+5
2025-02-07some doc changesFolkert de Vries-5/+5
2025-02-07add `vec_splats` for s390xFolkert de Vries-2/+97
2025-02-07add `vec_abs` for s390xFolkert de Vries-1/+53
2025-02-07add `vec_max` and `vec_min` for s390xFolkert de Vries-2/+84
2025-02-07add `vec_sub` and `vec_mul` for s390xFolkert de Vries-1/+304
2025-02-07implement `VectorAdd` for `s390x`Folkert de Vries-2/+9
2025-02-07Small refactorings in `x86-intel.rs`sayantn-65/+18
2025-02-07Move all x86 std_detect tests to `x86-specific.rs` to reduce duplicationsayantn-91/+15
2025-02-07Remove CSR accessing tests as they are immediate UBsayantn-115/+4
2025-02-07Fix names of several testssayantn-57/+52
2025-02-07Update `compiler-builtins` to 0.1.146Trevor Gross-4/+4
2025-02-07Rollup merge of #136682 - ChrisDenton:move-win-proc-tests, r=joboetMatthias Krüger-148/+0
2025-02-07Rollup merge of #136635 - jieyouxu:base_port, r=joboetMatthias Krüger-30/+3
2025-02-07Rollup merge of #136615 - Ayush1325:uefi-net-unsupported, r=joboetMatthias Krüger-0/+374
2025-02-07Improve examples for file lockingBen Schulz-2/+2
2025-02-07Rollup merge of #135945 - estebank:useless-parens, r=compiler-errorsMatthias Krüger-31/+31
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-1/+0
2025-02-07std: get rid of `sys_common::io`joboet-88/+84
2025-02-07std: move `io` module out of `pal`joboet-230/+81
2025-02-07Use more explicit and reliable ptr select in sort implsLukas Bergdoll-18/+13
2025-02-07Clean up 'HashMap' and 'HashSet' docs;Gabriel Bjørnager Jensen-8/+8
2025-02-07Rollup merge of #136634 - bjoernager:const-mut-cursor, r=m-ou-seMatthias Krüger-2/+2
2025-02-07Move two windows process tests to tests/uiChris Denton-148/+0
2025-02-07library: doc: core::alloc::Allocator: trivial typo fixAskar Safin-1/+1
2025-02-06Convert `fmaf` to a generic implementationTrevor Gross-99/+129
2025-02-06Remove or reduce the scope of `allow(unused)` where possibleTrevor Gross-29/+20
2025-02-07fmaf128: fix exponent calculation for subnormalsTrevor Gross-12/+26
2025-02-07Check more subnormal values during edge cases testsTrevor Gross-2/+20
2025-02-07Run standard tests before running integration testsTrevor Gross-0/+3
2025-02-06Revert vita's c_char back to i8Aphek-2/+6
2025-02-06Add better edge case testing for `scalbn`Trevor Gross-24/+101
2025-02-06Add `fmaf128`Trevor Gross-67/+237