about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2025-08-07Rollup merge of #144974 - tgross35:update-builtins, r=tgross35Trevor Gross-533/+464
2025-08-05configure: Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustcTrevor Gross-47/+10
2025-08-05compiler-builtins: plumb LSE support for aarch64 on linuxPaul Murphy-10/+66
2025-07-30Simplify the configuration for no-panicTrevor Gross-174/+174
2025-07-30ci: Set pipefail before running ci-utilTrevor Gross-1/+3
2025-07-30ci: Add a way to run `libm` tests that would otherwise be skippedTrevor Gross-0/+13
2025-07-30ci: Commonize the way `PrInfo` is loaded from envTrevor Gross-10/+22
2025-07-30ci: Don't print output twice in `ci-util`Trevor Gross-3/+1
2025-07-30ci: Switch to strongly typed directivesTrevor Gross-25/+54
2025-07-29ci: Simplify tests for verbatim pathsTrevor Gross-5/+4
2025-07-29cleanup: Trim trailing whitespaceTrevor Gross-4/+4
2025-07-29Switch to using a GH app for authenticating sync PRsJakub Beránek-5/+3
2025-07-27Remove `no-asm` gating when there is no alternative implementationTrevor Gross-29/+12
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-52/+55
2025-07-27Avoid inlining `floor` into `rem_pio2`quaternic-1/+9
2025-07-26libm: Update for new warn-by-default clippy lintsTrevor Gross-1/+4
2025-07-24Use `x86_no_sse` configuration in more placesTrevor Gross-17/+16
2025-07-24Enable skipped `f32` and `f64` multiplication testsTrevor Gross-4/+0
2025-07-24Enable tests that were skipped on aarch64Trevor Gross-9/+0
2025-07-24Enable tests that were skipped on PowerPCTrevor Gross-120/+34
2025-07-24ci: Upgrade ubuntu:25.04 for the PowerPC64LE testTrevor Gross-3/+1
2025-07-24ci: Use a mirror for muslTrevor Gross-1/+1
2025-07-24symcheck: Switch the `object` dependency from git to crates.ioTrevor Gross-2/+1
2025-07-24ci: Update to the latest ubuntu:25.04 Docker imagesTrevor Gross-20/+21
2025-07-23ci: Add native PowerPC64LE and s390x jobsTrevor Gross-0/+22
2025-07-21ci: Switch to nightly rustfmtTrevor Gross-2/+2
2025-07-18Merge ref '82310651b93a' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-0/+2
2025-07-18Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-07-18Change the `memcmp` and `bcmp` return type to `c_int`Julien THILLARD-4/+5
2025-07-18mem: Use `core::ffi::c_int`Trevor Gross-8/+1
2025-07-17Update the `no-merges` PR titleJakub Beránek-1/+1
2025-07-17Allow a new lint failure in nightlyTrevor Gross-0/+2
2025-07-12Tell triagebot to reopen bot PRs to run CI on themJakub Beránek-0/+3
2025-07-12Add CI workflow for automatically performing subtree sync pullsJakub Beránek-0/+23
2025-07-10Upgrade `iai-callgrind` to 0.15Trevor Gross-3/+3
2025-07-10Upgrade dependencies to the latest versionTrevor Gross-4/+4
2025-07-10Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35Matthias Krüger-0/+2
2025-07-10Add documentation about subtree syncJakub Beránek-0/+9
2025-07-08Disable docs for `compiler-builtins` and `sysroot`Josh Stone-0/+2
2025-07-08Add josh-sync config fileJakub Beránek-0/+3
2025-07-08Remove josh-sync crateJakub Beránek-455/+0
2025-07-04Test building custom targets and resolve an issue probing `rustc`Trevor Gross-6/+63
2025-07-04Remove unused custom target JSON filesTrevor Gross-110/+0
2025-07-04symcheck: Improve diagnostics from spawned CargoTrevor Gross-7/+22
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-29/+35
2025-07-04Remove the `let_chains` feature now that it is stableTrevor Gross-2/+0
2025-07-02Use the compiler to determine whether or not to enable `f16` and `f128`Trevor Gross-111/+66
2025-07-01libm: Improved integer utilities, implement shifts and bug fixes for i256 and...quaternic-60/+223
2025-06-30josh-sync: Replace `#xxxx`-style links in messagesTrevor Gross-0/+31
2025-06-29apply suggestions for clippy::manual_is_multiple_of in libm-testquaternic-3/+3