gingerBill 59025b75ba Merge branch 'master' of https://github.com/odin-lang/Odin 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 1baeb9406f Utilize `union #shared_nil` in more places 3 years ago
container 2289b7a33d Remove `#caller_location` from certain calls in `core:container/small_array` 3 years ago
crypto 26ffec845b [crypto] Remove unused `mem` import for siphash. 3 years ago
dynlib 5676c9e7eb initial OpenBSD support 3 years ago
encoding 1baeb9406f Utilize `union #shared_nil` in more places 3 years ago
fmt 507722954c Improve core:fmt formatting 3 years ago
hash c6dc517004 Correct: murmur32 3 years ago
image 17e36bd5e1 Utilize `union #shared_nil` to `core:image` `Error` 3 years ago
intrinsics a232c0888c `intrinsics.atomic_type_is_lock_free` 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 9ea45d35db [ease] Fix `flux_stop`. 3 years ago
mem 4484a3433d Update `mem.nil_allocator` to match the same in `runtime` 3 years ago
odin b6b3377786 Remove unneeded semicolons 3 years ago
os 4eb4ae6305 Replace `sync` with `sync2` 3 years ago
path df32b5b46c [windows] Fix leak in `glob`. 3 years ago
reflect 4f5203e661 Fix some core:encoding/hxa stuff (error handling, header, max -> min) 3 years ago
runtime abf0fd7efc Merge pull request #1671 from colrdavidson/add_nocrt 3 years ago
slice 29e660b16f Add more things to `package slice` 3 years ago
sort 566a750899 Fix unused imports. 3 years ago
strconv 96e36c7c39 Minor fix to strconv.unquote_string 3 years ago
strings b5aa50aaa4 documentation for the rest of the strings library 3 years ago
sync 2bc89260f1 Add explicit memory ordering for the internal Sema implementation 3 years ago
sys 4c14e92952 sys/windows: add several procedures and macros 3 years ago
testing ba1930eb01 Update core to use new atomic intrinsics 3 years ago
text 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
thread 22b961ea53 Update Thread Pool in `core:thread` 3 years ago
time 5676c9e7eb initial OpenBSD support 3 years ago
unicode ae6441182d Add `core:unicode/utf8/utf8string` to `examples/all` 3 years ago