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-08-07
Rollup merge of #144974 - tgross35:update-builtins, r=tgross35
Trevor Gross
-533
/
+464
2025-08-05
configure: Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustc
Trevor Gross
-47
/
+10
2025-08-05
compiler-builtins: plumb LSE support for aarch64 on linux
Paul Murphy
-10
/
+66
2025-07-30
Simplify the configuration for no-panic
Trevor Gross
-174
/
+174
2025-07-30
ci: Set pipefail before running ci-util
Trevor Gross
-1
/
+3
2025-07-30
ci: Add a way to run `libm` tests that would otherwise be skipped
Trevor Gross
-0
/
+13
2025-07-30
ci: Commonize the way `PrInfo` is loaded from env
Trevor Gross
-10
/
+22
2025-07-30
ci: Don't print output twice in `ci-util`
Trevor Gross
-3
/
+1
2025-07-30
ci: Switch to strongly typed directives
Trevor Gross
-25
/
+54
2025-07-29
ci: Simplify tests for verbatim paths
Trevor Gross
-5
/
+4
2025-07-29
cleanup: Trim trailing whitespace
Trevor Gross
-4
/
+4
2025-07-29
Switch to using a GH app for authenticating sync PRs
Jakub Beránek
-5
/
+3
2025-07-27
Remove `no-asm` gating when there is no alternative implementation
Trevor Gross
-29
/
+12
2025-07-27
Implement `floor` and `ceil` in assembly on `i586`
Folkert de Vries
-52
/
+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
-17
/
+16
2025-07-24
Enable skipped `f32` and `f64` multiplication tests
Trevor Gross
-4
/
+0
2025-07-24
Enable tests that were skipped on aarch64
Trevor Gross
-9
/
+0
2025-07-24
Enable tests that were skipped on PowerPC
Trevor Gross
-120
/
+34
2025-07-24
ci: Upgrade ubuntu:25.04 for the PowerPC64LE test
Trevor Gross
-3
/
+1
2025-07-24
ci: Use a mirror for musl
Trevor Gross
-1
/
+1
2025-07-24
symcheck: Switch the `object` dependency from git to crates.io
Trevor Gross
-2
/
+1
2025-07-24
ci: Update to the latest ubuntu:25.04 Docker images
Trevor Gross
-20
/
+21
2025-07-23
ci: Add native PowerPC64LE and s390x jobs
Trevor Gross
-0
/
+22
2025-07-21
ci: Switch to nightly rustfmt
Trevor Gross
-2
/
+2
2025-07-18
Merge ref '82310651b93a' from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-0
/
+2
2025-07-18
Prepare for merging from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-1
/
+1
2025-07-18
Change the `memcmp` and `bcmp` return type to `c_int`
Julien THILLARD
-4
/
+5
2025-07-18
mem: Use `core::ffi::c_int`
Trevor Gross
-8
/
+1
2025-07-17
Update the `no-merges` PR title
Jakub Beránek
-1
/
+1
2025-07-17
Allow a new lint failure in nightly
Trevor Gross
-0
/
+2
2025-07-12
Tell triagebot to reopen bot PRs to run CI on them
Jakub Beránek
-0
/
+3
2025-07-12
Add CI workflow for automatically performing subtree sync pulls
Jakub Beránek
-0
/
+23
2025-07-10
Upgrade `iai-callgrind` to 0.15
Trevor Gross
-3
/
+3
2025-07-10
Upgrade dependencies to the latest version
Trevor Gross
-4
/
+4
2025-07-10
Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35
Matthias Krüger
-0
/
+2
2025-07-10
Add documentation about subtree sync
Jakub Beránek
-0
/
+9
2025-07-08
Disable docs for `compiler-builtins` and `sysroot`
Josh Stone
-0
/
+2
2025-07-08
Add josh-sync config file
Jakub Beránek
-0
/
+3
2025-07-08
Remove josh-sync crate
Jakub Beránek
-455
/
+0
2025-07-04
Test building custom targets and resolve an issue probing `rustc`
Trevor Gross
-6
/
+63
2025-07-04
Remove unused custom target JSON files
Trevor Gross
-110
/
+0
2025-07-04
symcheck: Improve diagnostics from spawned Cargo
Trevor Gross
-7
/
+22
2025-07-04
symcheck: Make `target` a positional argument
Trevor Gross
-29
/
+35
2025-07-04
Remove the `let_chains` feature now that it is stable
Trevor Gross
-2
/
+0
2025-07-02
Use the compiler to determine whether or not to enable `f16` and `f128`
Trevor Gross
-111
/
+66
2025-07-01
libm: Improved integer utilities, implement shifts and bug fixes for i256 and...
quaternic
-60
/
+223
2025-06-30
josh-sync: Replace `#xxxx`-style links in messages
Trevor Gross
-0
/
+31
2025-06-29
apply suggestions for clippy::manual_is_multiple_of in libm-test
quaternic
-3
/
+3
[next]