about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-21Move README.md to compiler-builtins, CONTRIBUTING.md to rootTrevor Gross-1/+1
2025-04-21Update licensing information after repository refactoringTrevor Gross-6/+17
2025-04-21avr: Provide `abort()`Patryk Wychowaniec-0/+26
2025-04-21Remove `unsafe` from `naked_asm!` blocksTrevor Gross-9/+10
2025-04-21Solved suggestionsHegui Dai-15/+14
2025-04-21Solved suggestionsHegui Dai-17/+11
2025-04-20Auto merge of #140079 - ChrisDenton:rollup-2h5cg94, r=ChrisDentonbors-6/+6
2025-04-20Augment `stdarch-test` to parse PPCsayantn-4/+7
2025-04-20Remove `x86_64-unknown-linux-gnu` runsayantn-26/+15
2025-04-20Add `-Ctarget-feature=+avx512f` run for the emulated runsayantn-5/+12
2025-04-20Add `test-everything` annotations to more archs to ensure test coverage, and ...sayantn-21/+53
2025-04-20Upgrade qemu CPU to `max`sayantn-13/+10
2025-04-20Remove `STDARCH_DISABLE_DEDUP_GUARD` as it was unusedsayantn-51/+8
2025-04-20Replace `cfg(stdarch_intel_sde)` with `STDARCH_TEST_SKIP_FUNCTION`sayantn-11/+2
2025-04-20Change test skipping logic a little, separate feature-based and function-base...sayantn-31/+27
2025-04-20Remove `cupid` dependency and `env-override-no-avx` CI runsayantn-182/+3
2025-04-20Add PowerPC64 to CIsayantn-0/+10
2025-04-20Re-enable all conditionally-disabled x86 `assert_instr` testssayantn-341/+101
2025-04-20Upgrade CI OS versionssayantn-30/+30
2025-04-20ci: Fix release-plz configurationTrevor Gross-3/+5
2025-04-20std_detect: Remove /proc/cpuinfo-based detectionTaiki Endo-508/+7
2025-04-20Rollup merge of #138870 - beetrees:tier-2-nans, r=RalfJungChris Denton-3/+5
2025-04-20Use `currently` for futher improvementxizheyin-1/+1
2025-04-20Update `libc` to 0.2.172 for std王宇逸-3/+3
2025-04-20Rollup merge of #140054 - c-git:patch-1, r=joboetChris Denton-1/+1
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-5/+5
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-5/+5
2025-04-20Allow `dangerous_implicit_autorefs` lint in some testsUrgau-1/+1
2025-04-20Implement lint against dangerous implicit autorefsUrgau-1/+1
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+12
2025-04-20Add panic-handler to the workspaceTrevor Gross-0/+1
2025-04-20ci: Remove the old libm workflow fileTrevor Gross-324/+0
2025-04-20ci: Configure release-plz to run semver checks on `libm`Trevor Gross-2/+5
2025-04-20ci: Clean up workflow file and docker scriptTrevor Gross-12/+12
2025-04-20ci: Use lowercase for bash locals, fix shellcheckTrevor Gross-5/+7
2025-04-20stabilize `naked_functions`Folkert de Vries-1/+1
2025-04-20Stabilize <[T; N]>::as_mut_slice as constThalia Archibald-1/+1
2025-04-20ci: Add a timeout for all jobsTrevor Gross-0/+3
2025-04-20ci: Skip testing libm in PRs if it did not changeTrevor Gross-37/+66
2025-04-20ci: Add `/cargo/bin` to the path in DockerTrevor Gross-2/+4
2025-04-20Set the musl submodule to 61399d4b ("loongarch64: add TLSDESC support")Trevor Gross-0/+0
2025-04-20ci: Enable testing of `libm` cratesTrevor Gross-227/+176
2025-04-20ci: Add extensive tests from rust-lang/libmTrevor Gross-0/+68
2025-04-20std: mention `remove_dir_all` can emit `DirectoryNotEmpty` when concurrently ...xizheyin-0/+2
2025-04-20ci: Add a libm MSRV checkTrevor Gross-0/+21
2025-04-20Fix the libm-test logfile pathTrevor Gross-6/+1
2025-04-20Enable icount benchmarks in CITrevor Gross-3/+55
2025-04-19Add remaining `libm` crates to the workspaceTrevor Gross-16/+14
2025-04-19Move builtins-test-intrinsics out of the workspaceTrevor Gross-18/+27
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-187/+192