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
Age
Commit message (
Expand
)
Author
Lines
2025-05-29
Change `compiler-builtins` to edition 2024
Trevor Gross
-20
/
+30
2025-05-29
Remove the now-unneeded llvm-tools-preview
Trevor Gross
-2
/
+1
2025-05-29
Replace the `nm` symbol check with a Rust implementation
Trevor Gross
-108
/
+262
2025-05-29
Remove unneeded C symbols
Trevor Gross
-3
/
+2
2025-05-29
Reuse `libm`'s `Caat` and `CastFrom` in `compiler-builtins`
Trevor Gross
-52
/
+16
2025-05-29
cleanup: Reuse `MinInt` and `Int` from `libm` in `compiler-builtins`
Trevor Gross
-345
/
+168
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
-26
/
+48
2025-05-22
libm: Clean up unused files
Trevor Gross
-310
/
+0
2025-05-22
fixed typo in readme
Pályi Lőrinc
-1
/
+1
2025-05-21
Enable `__powitf2` on MSVC
beetrees
-4
/
+0
2025-05-18
fix an if statement that can be collapsed
Folkert de Vries
-19
/
+21
2025-05-13
Fix `i256::MAX`
Tobias Decking
-2
/
+2
2025-05-12
chore(compiler_builtins): release v0.1.159
github-actions[bot]
-1
/
+7
2025-05-12
Remove cfg(bootstrap)
nora
-12
/
+0
2025-05-06
release-plz: Include the libm changelog in compiler-builtins
Trevor Gross
-0
/
+1
2025-05-06
chore: release
github-actions[bot]
-2
/
+14
2025-05-06
Require `target_has_atomic = "ptr"` for runtime feature detection
Trevor Gross
-6
/
+15
2025-05-05
ci: Mention `ci: skip-extensive` in the error message
Trevor Gross
-1
/
+3
2025-05-05
Replace `super::super` with `crate::support` where possible
Trevor Gross
-22
/
+19
2025-05-04
docs: fix typo in Cargo.toml
ELginas
-1
/
+1
2025-05-04
chore: release
github-actions[bot]
-2
/
+14
2025-05-03
Use runtime feature detection for fma routines on x86
Trevor Gross
-3
/
+588
2025-05-03
Rename the i686 module to x86
Trevor Gross
-4
/
+4
2025-05-03
update-api-list: Match subdirectories within arch
Trevor Gross
-1
/
+3
2025-05-01
fmaf: Add a test case from a MinGW failure
Trevor Gross
-1
/
+12
2025-05-01
builtins-test: Remove `no_mangle` from `eh_personality`
Trevor Gross
-1
/
+0
2025-04-29
Refactor the fma modules
Trevor Gross
-175
/
+179
2025-04-29
Move `fma` implementations to `mod generic`
Trevor Gross
-0
/
+0
2025-04-29
Resolve `unnecessary_transmutes` lints
Trevor Gross
-48
/
+32
2025-04-23
Warn on `unsafe_op_in_unsafe_fn` by default
Trevor Gross
-51
/
+172
2025-04-23
libm-macros: Allow a way to bulk match f16 and f128 functions
Trevor Gross
-122
/
+128
2025-04-23
libm-macros: Start tracking which functions are public
Trevor Gross
-175
/
+226
2025-04-22
musl: Update submodule
Trevor Gross
-0
/
+0
2025-04-22
chore: Release libm v0.2.13
Trevor Gross
-1
/
+7
2025-04-22
fix: Switch to resolver v2
Trevor Gross
-1
/
+1
2025-04-22
chore: Combine CHANGELOG files for compiler-builtins
Trevor Gross
-108
/
+100
2025-04-22
chore: release builtins 0.1.156 and libm 0.2.12
github-actions[bot]
-2
/
+50
2025-04-22
Reimplement the generic fmod
quaternic
-66
/
+55
2025-04-21
Rename the `public-test-deps` feature to `unstable-public-internals`
Trevor Gross
-19
/
+19
2025-04-21
ci: Fix extensive tests
Trevor Gross
-16
/
+25
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-20
ci: Fix release-plz configuration
Trevor Gross
-3
/
+5
2025-04-20
Add panic-handler to the workspace
Trevor Gross
-0
/
+1
[next]