about summary refs log tree commit diff
path: root/library/compiler-builtins/crates
AgeCommit message (Expand)AuthorLines
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