about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/musl-math-sys/musl
AgeCommit message (Collapse)AuthorLines
2025-06-04Replace the musl submodule with a download scriptTrevor Gross-0/+0
The submodule was causing issues in rust-lang/rust, so eliminiate it here. `build-musl` is also removed from `libm-test`'s default features so the crate doesn't need to be built by default.
2025-04-22musl: Update submoduleTrevor Gross-0/+0
Update the musl submodule to c47ad25ea3 ("iconv: harden UTF-8 output code path against input decoder bugs").
2025-04-20Set the musl submodule to 61399d4b ("loongarch64: add TLSDESC support")Trevor Gross-0/+0
Set the submodule to the same version we had been using in rust-lang/libm. This is a downgrade from the current version but it avoids some new deviations that show up, which can be corrected later.
2025-04-19libm: Fix crate compilationTrevor Gross-0/+0
Update paths and submodules to fix `libm-test` and `util` building so we will be able to add them to the workspace.