| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix memory leak in `internal_rat_norm` | blob1807 | 2025-06-23 | 1 | -0/+2 |
| * | Move negation in `internal_rat_to_float` to end of procedure | Feoramund | 2025-06-10 | 1 | -3/+3 |
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -2/+2 |
| * | Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo... | gingerBill | 2023-06-26 | 1 | -1/+1 |
| * | Fix `rat_set_f64` | gingerBill | 2021-12-11 | 1 | -5/+5 |
| * | Fix bugs in big.Rat caused by typos | gingerBill | 2021-12-07 | 1 | -3/+3 |
| * | Implement `ldexp` and `frexp` in native Odin | gingerBill | 2021-11-16 | 1 | -1/+1 |
| * | `big.Rat` (Experimental) | gingerBill | 2021-10-29 | 1 | -0/+540 |