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