| Age | Commit message (Expand) | Author | Lines |
| 2025-04-21 | Rollup merge of #140009 - ShE3py:tls-abort, r=thomcc | Chris Denton | -2/+6 |
| 2025-04-21 | Rollup merge of #139982 - coolreader18:time-doc-tweak, r=jhpratt | Chris Denton | -2/+3 |
| 2025-04-21 | Rollup merge of #139946 - mumbleskates:any-fix-missing-word, r=jhpratt | Chris Denton | -2/+2 |
| 2025-04-21 | Replace colon with parentheses, add missing period | Tamir Duberstein | -1/+1 |
| 2025-04-21 | cleanup redundant pattern instances | Jonathan Gruner | -1/+1 |
| 2025-04-21 | Fix compiler-builtins publish | Trevor Gross | -16/+7 |
| 2025-04-21 | Update README and CONTRIBUTING for the new repository layout | Trevor Gross | -158/+213 |
| 2025-04-21 | Move README.md to compiler-builtins, CONTRIBUTING.md to root | Trevor Gross | -1/+1 |
| 2025-04-21 | Update licensing information after repository refactoring | Trevor Gross | -6/+17 |
| 2025-04-21 | avr: Provide `abort()` | Patryk Wychowaniec | -0/+26 |
| 2025-04-21 | Remove `unsafe` from `naked_asm!` blocks | Trevor Gross | -9/+10 |
| 2025-04-21 | Solved suggestions | Hegui Dai | -15/+14 |
| 2025-04-21 | Solved suggestions | Hegui Dai | -17/+11 |
| 2025-04-20 | Auto merge of #140079 - ChrisDenton:rollup-2h5cg94, r=ChrisDenton | bors | -6/+6 |
| 2025-04-20 | Augment `stdarch-test` to parse PPC | sayantn | -4/+7 |
| 2025-04-20 | Remove `x86_64-unknown-linux-gnu` run | sayantn | -26/+15 |
| 2025-04-20 | Add `-Ctarget-feature=+avx512f` run for the emulated run | sayantn | -5/+12 |
| 2025-04-20 | Add `test-everything` annotations to more archs to ensure test coverage, and ... | sayantn | -21/+53 |
| 2025-04-20 | Upgrade qemu CPU to `max` | sayantn | -13/+10 |
| 2025-04-20 | Remove `STDARCH_DISABLE_DEDUP_GUARD` as it was unused | sayantn | -51/+8 |
| 2025-04-20 | Replace `cfg(stdarch_intel_sde)` with `STDARCH_TEST_SKIP_FUNCTION` | sayantn | -11/+2 |
| 2025-04-20 | Change test skipping logic a little, separate feature-based and function-base... | sayantn | -31/+27 |
| 2025-04-20 | Remove `cupid` dependency and `env-override-no-avx` CI run | sayantn | -182/+3 |
| 2025-04-20 | Add PowerPC64 to CI | sayantn | -0/+10 |
| 2025-04-20 | Re-enable all conditionally-disabled x86 `assert_instr` tests | sayantn | -341/+101 |
| 2025-04-20 | Upgrade CI OS versions | sayantn | -30/+30 |
| 2025-04-20 | ci: Fix release-plz configuration | Trevor Gross | -3/+5 |
| 2025-04-20 | std_detect: Remove /proc/cpuinfo-based detection | Taiki Endo | -508/+7 |
| 2025-04-20 | Rollup merge of #138870 - beetrees:tier-2-nans, r=RalfJung | Chris Denton | -3/+5 |
| 2025-04-20 | Use `currently` for futher improvement | xizheyin | -1/+1 |
| 2025-04-20 | Update `libc` to 0.2.172 for std | 王宇逸 | -3/+3 |
| 2025-04-20 | Rollup merge of #140054 - c-git:patch-1, r=joboet | Chris Denton | -1/+1 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -5/+5 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -5/+5 |
| 2025-04-20 | Allow `dangerous_implicit_autorefs` lint in some tests | Urgau | -1/+1 |
| 2025-04-20 | Implement lint against dangerous implicit autorefs | Urgau | -1/+1 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+12 |
| 2025-04-20 | Add panic-handler to the workspace | Trevor Gross | -0/+1 |
| 2025-04-20 | ci: Remove the old libm workflow file | Trevor Gross | -324/+0 |
| 2025-04-20 | ci: Configure release-plz to run semver checks on `libm` | Trevor Gross | -2/+5 |
| 2025-04-20 | ci: Clean up workflow file and docker script | Trevor Gross | -12/+12 |
| 2025-04-20 | ci: Use lowercase for bash locals, fix shellcheck | Trevor Gross | -5/+7 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -1/+1 |
| 2025-04-20 | Stabilize <[T; N]>::as_mut_slice as const | Thalia Archibald | -1/+1 |
| 2025-04-20 | ci: Add a timeout for all jobs | Trevor Gross | -0/+3 |
| 2025-04-20 | ci: Skip testing libm in PRs if it did not change | Trevor Gross | -37/+66 |
| 2025-04-20 | ci: Add `/cargo/bin` to the path in Docker | Trevor Gross | -2/+4 |
| 2025-04-20 | Set the musl submodule to 61399d4b ("loongarch64: add TLSDESC support") | Trevor Gross | -0/+0 |
| 2025-04-20 | ci: Enable testing of `libm` crates | Trevor Gross | -227/+176 |
| 2025-04-20 | ci: Add extensive tests from rust-lang/libm | Trevor Gross | -0/+68 |