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-06-24
Use `asm_cfg` in `probestack`
Folkert de Vries
-23
/
+13
2025-06-14
symcheck: Add a wrapper around an archive
Trevor Gross
-24
/
+80
2025-06-14
Add minimal triagebot config
Urgau
-0
/
+21
2025-06-14
use `extern "custom"` on naked functions with a custom calling convention
Folkert de Vries
-28
/
+19
2025-06-14
use `is_multiple_of` to check if an addr is aligned
Folkert de Vries
-9
/
+9
2025-06-14
Work around out-of-tree testing with a shim crate
Trevor Gross
-4
/
+77
2025-06-14
Merge ref 'd087f112b7d1:/library/compiler-builtins' from https://github.com/r...
Trevor Gross
-292
/
+206
2025-06-14
Update the upstream Rust version
Trevor Gross
-1
/
+1
2025-06-14
Delete `.release-plz.toml`
Trevor Gross
-13
/
+0
2025-06-13
Mark compiler-builtins as `publish = false`
Trevor Gross
-0
/
+1
2025-06-13
Clean up and sort manifest keys
Trevor Gross
-12
/
+7
2025-06-13
fmaximum,fminimum: Fix incorrect result and add tests
Trevor Gross
-57
/
+392
2025-06-13
Eliminate `build.rs`-generated Aarch64 atomic macros (#951)
qinghon
-65
/
+75
2025-06-10
indent the probestack inline assembly
Folkert de Vries
-110
/
+110
2025-06-10
merge the sgx/fortanix `__rust_probestack` into the general `x86_64` one
Folkert de Vries
-73
/
+23
2025-06-10
use `#[naked]` for `__rust_probestack`
Folkert de Vries
-97
/
+33
2025-06-10
add a fixme to use `extern_custom` when available
Folkert de Vries
-0
/
+9
2025-06-10
ci: Fix a typo that was causing a command failure
Trevor Gross
-1
/
+1
2025-06-10
compiler-builtins: Remove unused `lints.rust` table
Trevor Gross
-4
/
+0
2025-06-09
compiler-builtins: Emit `rustc-check-cfg` earlier
Trevor Gross
-2
/
+3
2025-06-09
compiler-builtins: Specify `:r` registers for `usize`
Trevor Gross
-3
/
+3
2025-06-09
compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 Android
Trevor Gross
-10
/
+30
2025-06-08
compiler-builtins: Fix a `rustdoc::bare-urls` error
Trevor Gross
-1
/
+1
2025-06-08
Use the in-tree `compiler-builtins`
Trevor Gross
-3
/
+1
2025-06-04
`panic-handler`: Remove the `no_core` feature
Trevor Gross
-9
/
+3
2025-06-04
Merge ref 'df8102fe5f24:/library/compiler-builtins' from https://github.com/r...
Trevor Gross
-2
/
+1
2025-06-04
Update the upstream Rust version
Trevor Gross
-0
/
+1
2025-06-04
Add tooling for `josh` syncs
Trevor Gross
-0
/
+424
2025-06-04
Add an empty rust-version file
Trevor Gross
-0
/
+0
2025-06-04
Replace the musl submodule with a download script
Trevor Gross
-18
/
+30
2025-06-02
compiler-builtins: Eliminate symlinks
Trevor Gross
-2
/
+1
2025-06-02
libm-test: Fix unintentional skips in `binop_common`
Trevor Gross
-12
/
+34
2025-06-02
ci: Refactor benchmark regression checks
Trevor Gross
-74
/
+29
2025-06-02
cleanup: Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`
Trevor Gross
-19
/
+14
2025-06-01
Upgrade all dependencies to the latest available version
Trevor Gross
-16
/
+16
2025-06-01
Fix new `dead_code` warnings from recent nightlies
Trevor Gross
-103
/
+116
2025-05-30
chore: release
github-actions[bot]
-1
/
+16
2025-05-29
ci: Allow for multiple icount benchmarks in the same run
Trevor Gross
-8
/
+37
2025-05-29
libm-test: Make `extensive` an attribute rather than a test type
Trevor Gross
-25
/
+60
2025-05-29
Increase the benchmark rustc version to 2025-05-28
Trevor Gross
-1
/
+1
2025-05-29
ci: Allow concurrency outside of pull requests
Trevor Gross
-1
/
+1
2025-05-29
Run `builtins-test-intrinsics` when possible
Trevor Gross
-12
/
+24
2025-05-29
Add benchmarks for float parsing and printing
Trevor Gross
-17
/
+83
2025-05-29
symcheck: Print the command to make reproducing errors easier
Trevor Gross
-7
/
+8
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
[prev]
[next]