gingerBill 7e5342f41f Use `contextless` where possible 3 years ago
..
bufio 251da264ed Remove unneeded semicolons from the core library 4 years ago
builtin 5eea23cf76 Fix typo 3 years ago
bytes 2e7157ae9c Correct bytes._split_iterator 3 years ago
c 5676c9e7eb initial OpenBSD support 3 years ago
compress b8c4bf2afb Add `#partial [Enum]Type{...}` support to check for missing enumerated array fields 3 years ago
container 697f8c7ee6 replace a branch with `max` in `core:container/bit_array.set` 3 years ago
crypto 5676c9e7eb initial OpenBSD support 3 years ago
dynlib 5676c9e7eb initial OpenBSD support 3 years ago
encoding c85ac955f7 Simplify docs to hide the copyright 3 years ago
fmt 14cb19c2df Update fmt to record the bytes written in the fmt.Info 3 years ago
hash f0529535e0 `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant 3 years ago
image 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 3 years ago
intrinsics 7e4067c44c Begin work to move entry point code to Odin itself rather than in C++ side 3 years ago
io f20105ddfe Update docs for packages fmt and io 3 years ago
log 3323c2730f memleak fix on destroy_multi_logger() 3 years ago
math 817bc7434d Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds tests for the noise procedures. 3 years ago
mem 7e5342f41f Use `contextless` where possible 3 years ago
odin edc13c29df Merge pull request #1331 from DanielGavin/parser-fault-recovery 3 years ago
os dd9843aa21 Merge pull request #1557 from semarie/openbsd-support 3 years ago
path 5676c9e7eb initial OpenBSD support 3 years ago
reflect 14cb19c2df Update fmt to record the bytes written in the fmt.Info 3 years ago
runtime dd9843aa21 Merge pull request #1557 from semarie/openbsd-support 3 years ago
slice 2f1aeaf757 Remove the unneeded `$` 3 years ago
sort 566a750899 Fix unused imports. 3 years ago
strconv 1d7c9cf872 Make `strconv` more robust 3 years ago
strings 2abba6e057 Don't use leading asterisks 3 years ago
sync 5676c9e7eb initial OpenBSD support 3 years ago
sys 5676c9e7eb initial OpenBSD support 3 years ago
testing da1edac56d Enforce `-strict-style` in CI 3 years ago
text 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
thread 5676c9e7eb initial OpenBSD support 3 years ago
time 5676c9e7eb initial OpenBSD support 3 years ago
unicode 773cfac449 fix typo 3 years ago