| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Core library clean up: Make range expressions more consistent and replace ↵ | gingerBill | 2021-06-14 | 1 | -1/+1 |
| | | | | | uses of `..` with `..=` | ||||
| * | Add `bytes.remove`, `bytes.remove_all`, `strings.remove`, `strings.remove_all` | gingerBill | 2021-05-23 | 1 | -0/+8 |
| | | |||||
| * | Add truncate_to_byte and truncate_to_rune for packages strings and bytes | gingerBill | 2021-04-22 | 1 | -0/+15 |
| | | |||||
| * | `split*_iterator` procedures for package bytes and strings | gingerBill | 2021-03-18 | 1 | -0/+110 |
| | | |||||
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -4/+4 |
| | | |||||
| * | Make bytes.odin consistent with strings.odin in functionality | gingerBill | 2020-12-17 | 1 | -54/+39 |
| | | |||||
| * | Rename bytes/strings.odin to bytes/bytes.odin | gingerBill | 2020-12-17 | 1 | -0/+1032 |