| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| * | core/crypto: Exile keccak, md5 and sha1 to legacy | Yawning Angel | 2023-11-17 | 1 | -3/+3 |
| * | core/crypto/util: Remove, no longer needed | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/whirlpool: Remove, historical/exotic | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/tiger: Remove, historical/exotic | Yawning Angel | 2023-11-17 | 1 | -4/+0 |
| * | core/crypto/streebog: Remove, exotic | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/ripemd: Remove, historical/exotic | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/md4: Remove, badly broken | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/md2: Remove, badly broken | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/jh: Remove, use SHA-3 | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/haval: Remove, badly broken | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/groestl: Remove, use SHA-3 | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/gost: Remove, exotic | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | core/crypto/blake: Remove, use BLAKE2b/BLAKE2s | Yawning Angel | 2023-11-17 | 1 | -2/+0 |
| * | Add `core:math/cmpl` to all_main.odin | gingerBill | 2023-07-07 | 1 | -0/+2 |
| * | Add missing packages to `examples/all` | gingerBill | 2023-06-07 | 1 | -1/+18 |
| * | Add more text packages to `examples/all` | gingerBill | 2023-06-07 | 1 | -0/+6 |
| * | add core_net to examples | Colin Davidson | 2023-03-03 | 1 | -1/+3 |
| * | [examples] Add math/noise, align imports. | Jeroen van Rijn | 2022-09-15 | 1 | -79/+81 |
| * | [sys/info] Add to examples\all | Jeroen van Rijn | 2022-09-05 | 1 | -0/+3 |
| * | Minor changes to `core:slice/heap`; add to examples/all | gingerBill | 2022-06-12 | 1 | -0/+2 |
| * | Keep -vet happy | gingerBill | 2022-05-26 | 1 | -0/+1 |
| * | Add `core:simd` | gingerBill | 2022-05-25 | 1 | -0/+1 |
| * | Fix type and keep -vet happy | gingerBill | 2022-05-14 | 1 | -0/+2 |
| * | Add image packages to examples/all | gingerBill | 2022-05-14 | 1 | -0/+2 |
| * | [i18n] Add tests. | Jeroen van Rijn | 2022-04-29 | 1 | -0/+4 |
| * | [compress/shoco] Add short string compressor. | Jeroen van Rijn | 2022-04-22 | 1 | -0/+2 |
| * | [QOI] Add to examples/all. | Jeroen van Rijn | 2022-04-17 | 1 | -0/+2 |
| * | Replace `sync` with `sync2` | gingerBill | 2022-03-30 | 1 | -2/+0 |
| * | Add `core:unicode/utf8/utf8string` to `examples/all` | gingerBill | 2022-03-18 | 1 | -0/+2 |
| * | [examples] Add `core:encoding/varint` to `examples/all`. | Jeroen van Rijn | 2022-03-11 | 1 | -0/+2 |
| * | Minor fix for -vet | gingerBill | 2022-02-15 | 1 | -0/+1 |
| * | `core:container/lru`dev-2022-02 | gingerBill | 2022-02-01 | 1 | -1/+2 |
| * | Fix all_main.odin | gingerBill | 2022-01-30 | 1 | -2/+0 |
| * | Correct CI | gingerBill | 2022-01-30 | 1 | -2/+0 |
| * | Update all_main.odin to include all the crypto packages | gingerBill | 2022-01-25 | 1 | -0/+81 |
| * | Update examples/all | gingerBill | 2022-01-17 | 1 | -2/+2 |
| * | Update `all_main.odin` to include `core:math/linalg/hlsl` | gingerBill | 2021-11-04 | 1 | -0/+2 |
| * | Add `core:math/linalg/glsl` to all_main.odin | gingerBill | 2021-11-04 | 1 | -0/+2 |
| * | Update examples/all | gingerBill | 2021-10-02 | 1 | -0/+53 |
| * | Split `examples/all` into different files | gingerBill | 2021-09-29 | 1 | -15/+0 |
| * | Add `vendor:raylib` (core only) | gingerBill | 2021-09-08 | 1 | -0/+1 |
| * | Merge pull request #1112 from odin-lang/optional-semicolons | gingerBill | 2021-09-06 | 1 | -0/+12 |
| |\ |
|
| | * | Remove unneeded semicolon from examples/demo and examples/all | gingerBill | 2021-08-31 | 1 | -0/+12 |
| * | | examples: Add `libc` to `examples/all`. | Jeroen van Rijn | 2021-09-06 | 1 | -0/+1 |
| |/ |
|
| * | Make `or_else` and `or_return` operators (binary and suffix respectively) | gingerBill | 2021-08-15 | 1 | -50/+50 |
| * | Add `core:math/big` to `examples/all` | gingerBill | 2021-08-15 | 1 | -0/+1 |
| * | Update examples/all/all_main.odin | gingerBill | 2021-08-11 | 1 | -1/+1 |
| * | Add `examples/all` which imports every package | gingerBill | 2021-06-06 | 1 | -0/+58 |