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
Age
Commit message (
Expand
)
Author
Lines
2025-07-17
Allow a new lint failure in nightly
Trevor Gross
-0
/
+2
2025-07-04
Test building custom targets and resolve an issue probing `rustc`
Trevor Gross
-3
/
+10
2025-07-02
Use the compiler to determine whether or not to enable `f16` and `f128`
Trevor Gross
-52
/
+29
2025-07-01
libm: Improved integer utilities, implement shifts and bug fixes for i256 and...
quaternic
-57
/
+162
2025-06-13
Clean up and sort manifest keys
Trevor Gross
-6
/
+4
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
Typo in README.md
Dario Damiani
-1
/
+1
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
chore: release
github-actions[bot]
-1
/
+7
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-04
chore: release
github-actions[bot]
-1
/
+7
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
chore: Release libm v0.2.13
Trevor Gross
-1
/
+7
2025-04-22
chore: release builtins 0.1.156 and libm 0.2.12
github-actions[bot]
-1
/
+37
2025-04-22
Reimplement the generic fmod
quaternic
-66
/
+55
2025-04-21
Update README and CONTRIBUTING for the new repository layout
Trevor Gross
-35
/
+21
2025-04-21
Move README.md to compiler-builtins, CONTRIBUTING.md to root
Trevor Gross
-82
/
+0
2025-04-19
Run `cargo fmt` on all projects
Trevor Gross
-95
/
+490
2025-04-19
Add a .rustfmt.toml with style edition 2024
Trevor Gross
-5
/
+0
2025-04-19
libm: Flatten the `libm/libm` directory
Trevor Gross
-0
/
+0
2025-04-19
libm: Reorganize into compiler-builtins
Trevor Gross
-12530
/
+314
2025-04-19
libm: Remove compiler-builtins-smoke-test
Trevor Gross
-245
/
+0
2025-04-19
Update .git-blame-ignore-revs after the libm merge
Trevor Gross
-5
/
+0
2025-04-19
Update submodules after the `libm` merge
Trevor Gross
-4
/
+0
2025-04-18
Migrate all crates except `libm` to edition 2024
Trevor Gross
-30
/
+34
2025-04-18
refactor: Introduce a virtual manifest
Trevor Gross
-302
/
+305
2025-04-18
refactor: Move the `libm` crate to a subdirectory
Trevor Gross
-23
/
+334
2025-04-18
Mark generic functions `#[inline]`
Trevor Gross
-2
/
+27
2025-04-18
Combine the source files for `fmod`
Trevor Gross
-31
/
+27
2025-04-18
Ensure all public functions are marked `no_panic`
Trevor Gross
-0
/
+15
2025-04-18
ci: Account for `PR_NUMBER` being set to an empty string
Trevor Gross
-1
/
+1
2025-04-18
Ensure configure.rs changes trigger rebuilds
Trevor Gross
-0
/
+3
2025-04-17
ci: Increase the timeout for extensive tests
Trevor Gross
-1
/
+1
2025-04-17
ci: Require `ci: allow-many-extensive` if a threshold is exceeded
Trevor Gross
-3
/
+25
2025-04-17
ci: Allow skipping extensive tests with `ci: skip-extensive`
Trevor Gross
-30
/
+73
2025-04-17
ci: Cancel jobs when a new push happens
Trevor Gross
-0
/
+5
2025-04-17
Combine the source files for more generic implementations
Trevor Gross
-804
/
+819
[next]