| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |