about summary refs log tree commit diff
path: root/library/compiler-builtins/crates
AgeCommit message (Expand)AuthorLines
2025-08-09symcheck: Skip `__ymm@` symbols on WindowsTrevor Gross-1/+1
2025-08-07symcheck: Ignore symbols in `.debug_gdb_scripts`Trevor Gross-0/+5
2025-08-07symcheck: Store the section name in `SymInfo` if availableTrevor Gross-10/+20
2025-07-24Enable tests that were skipped on PowerPCTrevor Gross-2/+0
2025-07-24symcheck: Switch the `object` dependency from git to crates.ioTrevor Gross-2/+1
2025-07-10Upgrade dependencies to the latest versionTrevor Gross-2/+2
2025-07-08Remove josh-sync crateJakub Beránek-454/+0
2025-07-04symcheck: Improve diagnostics from spawned CargoTrevor Gross-7/+22
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-14/+23
2025-07-04Remove the `let_chains` feature now that it is stableTrevor Gross-2/+0
2025-06-30josh-sync: Replace `#xxxx`-style links in messagesTrevor Gross-0/+31
2025-06-14symcheck: Add a wrapper around an archiveTrevor Gross-24/+80
2025-06-04`panic-handler`: Remove the `no_core` featureTrevor Gross-5/+2
2025-06-04Add tooling for `josh` syncsTrevor Gross-0/+423
2025-06-04Replace the musl submodule with a download scriptTrevor Gross-1/+1
2025-06-01Upgrade all dependencies to the latest available versionTrevor Gross-3/+3
2025-05-29symcheck: Print the command to make reproducing errors easierTrevor Gross-7/+8
2025-05-29Remove the now-unneeded llvm-tools-previewTrevor Gross-1/+1
2025-05-29Replace the `nm` symbol check with a Rust implementationTrevor Gross-0/+244
2025-05-18fix an if statement that can be collapsedFolkert de Vries-19/+21
2025-04-23libm-macros: Allow a way to bulk match f16 and f128 functionsTrevor Gross-41/+121
2025-04-23libm-macros: Start tracking which functions are publicTrevor Gross-172/+219
2025-04-22musl: Update submoduleTrevor Gross-0/+0
2025-04-21Update licensing information after repository refactoringTrevor Gross-0/+3
2025-04-20Set the musl submodule to 61399d4b ("loongarch64: add TLSDESC support")Trevor Gross-0/+0
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-74/+277
2025-04-19libm: Fix crate compilationTrevor Gross-1/+1
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-0/+2572
2025-03-19Switch repository layout to use a virtual manifestTrevor Gross-0/+4
2025-03-06Migrate `testcrate` and `panic-handler` to edition 2024Trevor Gross-1/+1
2024-07-26Add `release-plz` for automatic releases.Trevor Gross-0/+1
2024-07-06Get rid of a warningAndrey Turkin-0/+1
2021-04-02Fix panic-handler documentationAaron Kutch-1/+1
2018-09-13`panic_handler` is now stablePaolo Teti-1/+1
2018-09-01Rename panic_implementation -> panic_handlerPaolo Teti-3/+3
2018-07-12Try to fix intrinsics example on nightlyAlex Crichton-0/+17