| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-01 | libm: Improved integer utilities, implement shifts and bug fixes for i256 ↵ | quaternic | -54/+79 | |
| and u256 `i256` and `u256` - operators now use the same overflow convention as primitives - implement `<<` and `-` (previously just `>>` and `+`) - implement `Ord` correctly (the previous `PartialOrd` was broken) - correct `i256::SIGNED` to `true` The `Int`-trait is extended with `trailing_zeros`, `carrying_add`, and `borrowing_sub`. | ||||
| 2025-05-13 | Fix `i256::MAX` | Tobias Decking | -1/+1 | |
| 2025-04-19 | Run `cargo fmt` on all projects | Trevor Gross | -6/+24 | |
| Apply the same formatting rules to both `libm` and `compiler-builtins`. | ||||
| 2025-04-19 | libm: Flatten the `libm/libm` directory | Trevor Gross | -0/+239 | |
