| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove default value | gingerBill | 2023-09-30 | 1 | -1/+1 |
| * | Minor cleanups to the core library | gingerBill | 2023-09-30 | 1 | -9/+8 |
| * | Use `or_break` and `or_continue` where appropriate in the core library | gingerBill | 2023-09-30 | 1 | -12/+3 |
| * | Fix #2684 | Jeroen van Rijn | 2023-07-28 | 2 | -8/+36 |
| * | Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo... | gingerBill | 2023-06-26 | 1 | -2/+2 |
| * | Fix +build ignore | gingerBill | 2022-11-04 | 1 | -1/+1 |
| * | Fix `i18n` | gingerBill | 2022-08-08 | 2 | -7/+7 |
| * | Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate | gingerBill | 2022-05-16 | 2 | -6/+6 |
| * | [i18n] Enable *nix tests again. | Jeroen van Rijn | 2022-04-29 | 1 | -9/+9 |
| * | [i18n] Fix segfault on destroy on Linux | Jeroen van Rijn | 2022-04-29 | 2 | -11/+18 |
| * | [i18n] Add tests. | Jeroen van Rijn | 2022-04-29 | 5 | -106/+129 |
| * | [i18n/xml] Move I18N XML files to their own assets directory. | Jeroen van Rijn | 2022-04-29 | 3 | -63/+0 |
| * | [i18n] Move to `core:text/i18n`. | Jeroen van Rijn | 2022-04-29 | 7 | -0/+649 |