| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Remove `import "core:runtime"` from `core:math/bits` | gingerBill | 2021-04-25 | 1 | -1/+0 |
| * | Add `intrinsics.count_zeros` | gingerBill | 2021-04-25 | 1 | -64/+9 |
| * | Rename intrinsics to count_trailing_zeros and count_leading_zeros | gingerBill | 2021-04-25 | 1 | -27/+6 |
| * | Replace many `foreign` llvm calls with intrinsics | gingerBill | 2021-04-25 | 1 | -142/+18 |
| * | Minimize unneeded casts | gingerBill | 2021-03-03 | 1 | -4/+4 |
| * | Add to package math/bits `bitfield_extract` and `bitfield_insert` | gingerBill | 2021-02-19 | 1 | -0/+125 |
| * | Improve bits.rotate_left* | gingerBill | 2020-05-31 | 1 | -9/+25 |
| * | Update math/bits | gingerBill | 2020-05-30 | 1 | -5/+243 |
| * | Add `runtime.bswap_*` required for -llvm-api | gingerBill | 2020-04-11 | 1 | -25/+42 |
| * | Rename math/bits package name to `math_bits` | gingerBill | 2019-12-31 | 1 | -1/+1 |
| * | Add i128/u128 support for bit sets | gingerBill | 2019-05-28 | 1 | -1/+8 |
| * | Move core:bits to core:math/bits | gingerBill | 2019-03-24 | 1 | -0/+253 |