about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2025-04-18Ensure configure.rs changes trigger rebuildsTrevor Gross-0/+3
2025-04-17ci: Increase the timeout for extensive testsTrevor Gross-1/+1
2025-04-17ci: Require `ci: allow-many-extensive` if a threshold is exceededTrevor Gross-3/+25
2025-04-17ci: Allow skipping extensive tests with `ci: skip-extensive`Trevor Gross-30/+73
2025-04-17ci: Cancel jobs when a new push happensTrevor Gross-0/+5
2025-04-17Combine the source files for more generic implementationsTrevor Gross-804/+819
2025-04-17Make `assert_biteq!` not rely on having `Int` in scopeTrevor Gross-9/+9
2025-04-17Add `NEG_NAN` to `Float`Trevor Gross-4/+22
2025-04-17chore: release v0.1.155github-actions[bot]-1/+9
2025-04-17use `#[cfg(bootstrap)]` for rustc syncFolkert de Vries-0/+14
2025-04-17Replace the `bl!` macro with `asm_sym`Trevor Gross-18/+18
2025-04-16avr: __udivmod(h|q)i4Paul Sbarra-0/+86
2025-04-16fmod: Correct the normalization of subnormalsTrevor Gross-2/+2
2025-04-16fmod: Add regression tests for subnormal issueTrevor Gross-2/+24
2025-04-16chore: release v0.1.154github-actions[bot]-1/+7
2025-04-16turn #[naked] into an unsafe attributeFolkert de Vries-14/+14
2025-04-15Implement rounding for the hex float parsing and prepare to improve error han...quaternic-111/+405
2025-04-09chore: release v0.1.153github-actions[bot]-1/+10
2025-04-09Update the `libm` submoduleTrevor Gross-0/+0
2025-04-09Add assembly version of simple operations on aarch64Trevor Gross-28/+155
2025-04-08Resolve small errors identified by recent clippyTrevor Gross-1/+1
2025-04-08Replace calls to `core::arch` intrinsics with assemblyTrevor Gross-15/+20
2025-04-08Remove a mention of `force-soft-float` in `build.rs`Trevor Gross-3/+1
2025-04-02Revert "Disable `f16` on AArch64 without the `neon` feature"Trevor Gross-2/+0
2025-03-23avr: Skip No More!Patryk Wychowaniec-125/+91
2025-03-22copy_misaligned_words: avoid out-of-bounds accesses (#799)Ralf Jung-32/+183
2025-03-22Clean up icount benchmarksTrevor Gross-87/+112
2025-03-21Add benchmarks using `iai-callgrind`Trevor Gross-0/+488
2025-03-19chore: release v0.1.152github-actions[bot]-1/+16
2025-03-19Remove use of `atomic_load_unordered` and undefined behaviour from `arm_linux...beetrees-3/+44
2025-03-19Switch repository layout to use a virtual manifestTrevor Gross-91/+95
2025-03-18Temporarily disable the test call to `rust_begin_unwind`Trevor Gross-7/+8
2025-03-18Upgrade all dependencies to the latestTrevor Gross-25/+20
2025-03-18nightlies without clippy are not a thing any moreRalf Jung-2/+1
2025-03-18Add a script for downloading compiler-rtTrevor Gross-6/+16
2025-03-18Mark `builtins-test-intrinsics` as `publish = false`Trevor Gross-0/+1
2025-03-18Move `examples/intrinsics.rs` to its own crateTrevor Gross-32/+69
2025-03-17remove element_unordered_atomic intrinsicsRalf Jung-132/+0
2025-03-17Revert "Disable broken powerpc64 test due to https://github.com/rust-lang/rus...Jens Reidel-5/+0
2025-03-17Revert "Disable some PPC64 tests which are failing due to an LLVM(?) bug"Jens Reidel-6/+0
2025-03-07Replace some uses of `sign` with `sig`Trevor Gross-15/+15
2025-03-06Use the v2 resolver in the workspaceTrevor Gross-0/+1
2025-03-06Migrate `testcrate` and `panic-handler` to edition 2024Trevor Gross-15/+20
2025-03-05Revert "Add a test config for __gnu_h2f_ieee and __gnu_f2h_ieee"Trevor Gross-21/+4
2025-03-05chore: release v0.1.151github-actions[bot]-1/+10
2025-03-05Add cygwin support王宇逸-21/+27
2025-03-05Enable `f16` for LoongArch (#770)hev-4/+11
2025-03-04Revert "ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu"Trevor Gross-2/+1
2025-03-04Add a test config for __gnu_h2f_ieee and __gnu_f2h_ieeeTrevor Gross-4/+21
2025-03-04Simplify test crate build featuresTrevor Gross-8/+25