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
2024-10-28
Rename the `special_case` module to `precision` and move default ULP
Trevor Gross
-55
/
+55
2024-10-28
Run tests against MPFR on CI where possible
Trevor Gross
-3
/
+19
2024-10-28
Add a test against MPFR using random inputs
Trevor Gross
-70
/
+228
2024-10-28
Create interfaces for testing against MPFR
Trevor Gross
-0
/
+394
2024-10-28
Combine the WASM CI job with the others
Trevor Gross
-17
/
+8
2024-10-28
Make use of `select_implementation`
Trevor Gross
-90
/
+50
2024-10-28
Introduce a `select_implementation` macro
Trevor Gross
-30
/
+69
2024-10-28
Introduce `math::arch::intrinsics`
Trevor Gross
-0
/
+62
2024-10-28
Replace `feature = "unstable-intrinsics"` with `intrinsics_enabled`
Trevor Gross
-11
/
+34
2024-10-28
Move the existing "unstable" feature to "unstable-intrinsics"
Trevor Gross
-9
/
+16
2024-10-28
chore: release v0.2.11
github-actions[bot]
-1
/
+14
2024-10-28
Enable caching on all CI jobs that build the crate (#341)
Trevor Gross
-0
/
+4
2024-10-28
Reduce the number of iterations on emulated aarch64 Linux
Trevor Gross
-37
/
+46
2024-10-28
Mark libm-macros and musl-math-sys as publish=false
Trevor Gross
-0
/
+2
2024-10-28
Enable more targets on CI
Trevor Gross
-40
/
+151
2024-10-28
Disable a unit test that is failing on i586
Trevor Gross
-0
/
+2
2024-10-28
Add dockerfiles for i586, riscv, and thumb
Trevor Gross
-0
/
+56
2024-10-28
Add a test against musl libm
Trevor Gross
-16
/
+247
2024-10-28
Introduce a generic way to control checks for specific cases
Trevor Gross
-8
/
+163
2024-10-28
Add a deterministic random generator
Trevor Gross
-0
/
+132
2024-10-28
Add a helper for cached test inputs
Trevor Gross
-0
/
+72
2024-10-28
Add traits for testing
Trevor Gross
-0
/
+249
2024-10-28
Add numeric traits
Trevor Gross
-0
/
+185
2024-10-28
Add a test that `for_each_fn` correctly lists all functions
Trevor Gross
-0
/
+61
2024-10-28
Collect all function names to an array
Trevor Gross
-3
/
+100
2024-10-28
Add a procedural macro for expanding all function signatures
Trevor Gross
-0
/
+887
2024-10-28
Add a script for downloading musl
Trevor Gross
-0
/
+24
2024-10-28
Introduce `musl-math-sys` for bindings to musl math symbols
Trevor Gross
-2
/
+703
2024-10-28
fix type of constants in ported sincosf (#331)
quaternic
-29
/
+21
2024-10-28
Add basic docstrings to some functions (#337)
Johanna Sörngård
-0
/
+61
2024-10-27
ci: `rustup --no-self-update` and reuqire MSRV checks
Trevor Gross
-30
/
+33
2024-10-27
Don't deny warnings when checking MSRV
Trevor Gross
-0
/
+2
2024-10-27
chore: release v0.2.10
github-actions[bot]
-1
/
+7
2024-10-27
Set the MSRV to 1.63 and document it as such
Trevor Gross
-3
/
+12
2024-10-27
Change `build.rs` to use the older `:` rather than `::`
Trevor Gross
-3
/
+3
2024-10-27
Add a CI test that the crate builds on stable
Trevor Gross
-0
/
+10
2024-10-26
Add a .git-blame-ignore-revs file
Trevor Gross
-0
/
+5
2024-10-26
Run `cargo fmt` with new settings
Trevor Gross
-393
/
+131
2024-10-26
Add a rustfmt.toml file matching rust-lang/rust
Trevor Gross
-1
/
+6
2024-10-26
chore: release v0.1.136
github-actions[bot]
-1
/
+1
2024-10-26
Update the libm submodule
Trevor Gross
-0
/
+0
2024-10-26
chore: release v0.2.9
github-actions[bot]
-4
/
+37
2024-10-26
Fix release-plz workflow configuration
Trevor Gross
-2
/
+0
2024-10-26
Add release-plz for automated releases
Trevor Gross
-0
/
+31
2024-10-26
Update licensing to MIT AND Apache-2.0 WITH LLVM-exception
Trevor Gross
-70
/
+249
2024-10-26
Update licensing to MIT AND (MIT OR Apache-2.0)
Trevor Gross
-236
/
+269
2024-10-26
Don't deny warnings in lib.rs
Trevor Gross
-8
/
+7
2024-10-25
Rename the `musl-bitwise-tests` feature to `test-musl-serialized`
Trevor Gross
-10
/
+10
2024-10-25
Add an `abs` function to the `Float` trait
Trevor Gross
-0
/
+5
2024-10-25
Rename `Float::repr` and `Float::from_repr`
Trevor Gross
-72
/
+71
[prev]
[next]