index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
compiler-builtins
/
libm
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Mark float intrinsics with no preconditions as safe
ltdk
-1
/
+1
2025-08-19
Fix some typos
Stefan Schindler
-1
/
+1
2025-07-30
Simplify the configuration for no-panic
Trevor Gross
-174
/
+174
2025-07-27
Implement `floor` and `ceil` in assembly on `i586`
Folkert de Vries
-30
/
+55
2025-07-27
Avoid inlining `floor` into `rem_pio2`
quaternic
-1
/
+9
2025-07-26
libm: Update for new warn-by-default clippy lints
Trevor Gross
-1
/
+4
2025-07-24
Use `x86_no_sse` configuration in more places
Trevor Gross
-1
/
+1
2025-07-24
Enable tests that were skipped on PowerPC
Trevor Gross
-2
/
+1
2025-07-17
Allow a new lint failure in nightly
Trevor Gross
-0
/
+2
2025-07-01
libm: Improved integer utilities, implement shifts and bug fixes for i256 and...
quaternic
-57
/
+162
2025-06-13
fmaximum,fminimum: Fix incorrect result and add tests
Trevor Gross
-57
/
+392
2025-06-02
libm-test: Fix unintentional skips in `binop_common`
Trevor Gross
-1
/
+9
2025-06-02
cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`
Trevor Gross
-14
/
+12
2025-06-01
Fix new `dead_code` warnings from recent nightlies
Trevor Gross
-103
/
+116
2025-05-29
Reuse `libm`'s `Caat` and `CastFrom` in `compiler-builtins`
Trevor Gross
-0
/
+5
2025-05-29
cleanup: Reuse `MinInt` and `Int` from `libm` in `compiler-builtins`
Trevor Gross
-0
/
+9
2025-05-28
aarch64: Add a note saying why we use `frintx` rather than `frintn`
Trevor Gross
-0
/
+6
2025-05-28
Update `CmpResult` to use a pointer-sized return type
Trevor Gross
-0
/
+2
2025-05-22
libm: Clean up unused files
Trevor Gross
-310
/
+0
2025-05-13
Fix `i256::MAX`
Tobias Decking
-1
/
+1
2025-05-06
Require `target_has_atomic = "ptr"` for runtime feature detection
Trevor Gross
-6
/
+15
2025-05-05
Replace `super::super` with `crate::support` where possible
Trevor Gross
-22
/
+19
2025-05-03
Use runtime feature detection for fma routines on x86
Trevor Gross
-3
/
+586
2025-05-03
Rename the i686 module to x86
Trevor Gross
-2
/
+2
2025-04-29
Refactor the fma modules
Trevor Gross
-174
/
+178
2025-04-29
Move `fma` implementations to `mod generic`
Trevor Gross
-0
/
+0
2025-04-29
Resolve `unnecessary_transmutes` lints
Trevor Gross
-9
/
+8
2025-04-22
Reimplement the generic fmod
quaternic
-66
/
+55
2025-04-19
Run `cargo fmt` on all projects
Trevor Gross
-93
/
+482
2025-04-19
libm: Flatten the `libm/libm` directory
Trevor Gross
-0
/
+17852