| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core: improve package doc comments for the documentation generator | Laytan Laats | 2024-09-03 | 1 | -12/+13 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | core/encoding/endian: Tidy up a comment (NFC) | Yawning Angel | 2023-11-14 | 1 | -1/+1 |
| | | |||||
| * | core/encoding/endian: Use intrinsics for loads/stores | Yawning Angel | 2023-11-14 | 1 | -66/+76 |
| | | | | | | | - Use `intrinsics.unaligned_load`/`intrinsics.unaligned_store` - Make all the routines contextless - Add unchecked variants for code that "Knows What It Is Doing(TM)" | ||||
| * | Add `core:encoding/endian` | gingerBill | 2022-05-12 | 2 | -0/+176 |