Jeroen van Rijn 335b724209 [xxh3] Fix flaws in streaming implementation 3 years ago
..
bufio 1baeb9406f Utilize `union #shared_nil` in more places 3 years ago
builtin 5eea23cf76 Fix typo 3 years ago
bytes 2e7157ae9c Correct bytes._split_iterator 3 years ago
c a232c0888c `intrinsics.atomic_type_is_lock_free` 3 years ago
compress b022167df1 Remove unused fmt. 3 years ago
container 9ce64916e6 Add missing result parameter names 3 years ago
crypto 63331ef731 Revert "Merge pull request #1702 from Kelimion/filename_generation" 3 years ago
dynlib 5676c9e7eb initial OpenBSD support 3 years ago
encoding 3978e7e1ca [xml] Add `parse_from_string` overload. 3 years ago
fmt 507722954c Improve core:fmt formatting 3 years ago
hash 335b724209 [xxh3] Fix flaws in streaming implementation 3 years ago
image 6ade9acc4d [pbm] Remove stray comment. 3 years ago
intrinsics 305510bea0 Update intrinsics.odin 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 c81fd2e5dd Fix #1644 3 years ago
mem a412d34574 Fix #1740 3 years ago
odin 698fcb7813 mem: replace size procedures with constants 3 years ago
os a4d2ff05a9 Merge pull request #1688 from bkrypt/fix_file_windows_open_create_append_order 3 years ago
path b44b6e7e50 [path/filepath] Add file stem and long-extension procedures 3 years ago
reflect 4f5203e661 Fix some core:encoding/hxa stuff (error handling, header, max -> min) 3 years ago
runtime 9349dfba8f Add new builtin `container_of` 3 years ago
slice 7428e52264 Duplicate some basic slice procedures from core:mem into core:slice 3 years ago
sort 566a750899 Fix unused imports. 3 years ago
strconv 96e36c7c39 Minor fix to strconv.unquote_string 3 years ago
strings f026753692 strings: levenshtein_distance: remove `do` 3 years ago
sync 2720f64c06 Remove unused imports 3 years ago
sys d2bac0c35e sys/windows: fix build issues 3 years ago
testing ba1930eb01 Update core to use new atomic intrinsics 3 years ago
text 9c9c2b483c [i18n] Enable *nix tests again. 3 years ago
thread ee67a0b9a1 reorder procedure parameters to make sure the optional argument in pool_add_task() is last, and the argument order is consistent with pool_init() 3 years ago
time 91037766d2 Update time.odin 3 years ago
unicode c4e0d1efa1 Merge branch 'master' into xml 3 years ago