| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | Rollup merge of #132321 - betrusted-io:xous/fix-rustc_const_stable-attribute,... | Matthias Krüger | -2/+0 |
| 2024-10-29 | Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35 | bors | -21/+139 |
| 2024-10-29 | xous: sync: remove `rustc_const_stable` attribute | Sean Cross | -2/+0 |
| 2024-10-29 | Win: rename: Use offset_of! in struct size calculation | George Tokmaji | -4/+7 |
| 2024-10-29 | Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=Noratrieb | Jubilee | -1/+1 |
| 2024-10-29 | Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee | Jubilee | -970/+1003 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -12/+38 |
| 2024-10-29 | Add float and integer traits from compiler-builtins | Trevor Gross | -0/+518 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -0/+314 |
| 2024-10-29 | Stabilize `const_atomic_from_ptr` | Trevor Gross | -3/+3 |
| 2024-10-28 | Move architecture-specific code to `src/math/arch` | Trevor Gross | -249/+261 |
| 2024-10-28 | Update `select_implementation` to accept arch configuration | Trevor Gross | -6/+39 |
| 2024-10-28 | Add an "arch" Cargo feature that is on by default | Trevor Gross | -1/+18 |
| 2024-10-28 | Vendor `cfg_if::cfg_if!` | Trevor Gross | -3/+43 |
| 2024-10-28 | Update `libm-test/build.rs` to skip directories | Trevor Gross | -1/+18 |
| 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-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -1/+5 |
| 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 | Rc destructor: tweak inlining | Lukas Markeffsky | -8/+17 |
| 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 | Split `boxed.rs` into a few modules | Maybe Lapkin | -970/+1003 |
| 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 | Rollup merge of #131441 - SpriteOvO:proc-macro-to-tokens-trait, r=dtolnay | Jubilee | -0/+314 |
| 2024-10-28 | clarified std::fs truncate doc | yakiimoninja | -1/+1 |
| 2024-10-28 | Add basic docstrings to some functions (#337) | Johanna Sörngård | -0/+61 |