gingerBill 73beed0477 Merge pull request #1921 from Hyp-X/master 3 years ago
..
bufio 1baeb9406f Utilize `union #shared_nil` in more places 3 years ago
builtin 3b842ffe29 Remove semicolons 3 years ago
bytes d3081bd889 Add `buffer_read_ptr` and `buffer_write_ptr` 3 years ago
c 2ae5bf4395 Merge branch 'master' of https://github.com/odin-lang/Odin 3 years ago
compress 9c1f270bd5 Rename `load_from_slice` to `load_from_bytes` across `core` 3 years ago
container 79eb7b52d9 Merge pull request #1828 from JungerBoyo/patch-2 3 years ago
crypto 0e91e63043 Fix issue 1761. Added the test vector to the core and vendor tests 3 years ago
dynlib d8e77cd738 Add `#optional_ok` to `dynlib.symbol_address` 3 years ago
encoding d913155972 Fix bug unmarshalling JSON with assertions disabled 3 years ago
fmt 157c87b2a2 Fix typo 3 years ago
hash 3e6ec65dd9 Fix murmur64a's tail handling. 3 years ago
image c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library 3 years ago
intrinsics bb7f291f5f Remove `simd_rem`; Disallow `simd_div` for integers 3 years ago
io c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library 3 years ago
log 33895b6d92 Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate 3 years ago
math 00e704b216 fix `linalg.angle_from_quaternion` 3 years ago
mem f45e8e5d47 Added virtual memory headers for Darwin. 3 years ago
odin 5168cf03a9 Remove dead `#maybe` code 3 years ago
os 3db3047f47 Minor improvements 3 years ago
path 25869b7504 Change open to be read only when opening directory 3 years ago
reflect 0571b80d37 Fix printing of `bit_set` types 3 years ago
runtime e0ecdd4b24 Simplify logic of `append` of zero sized elements 3 years ago
simd bb7f291f5f Remove `simd_rem`; Disallow `simd_div` for integers 3 years ago
slice 9f413862e9 Add `strings.prefix_length` & `slice.prefix_length` 3 years ago
sort 566a750899 Fix unused imports. 3 years ago
strconv 96e36c7c39 Minor fix to strconv.unquote_string 3 years ago
strings c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library 3 years ago
sync 9eb3da0474 Remove import cycle on FreeBSD 3 years ago
sys e6236e5c3e Update user32.odin 3 years ago
testing 5c18cca1ca [core:testing] add global_fail_timeout_thread nil check 3 years ago
text 33895b6d92 Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate 3 years ago
thread 85edcf9cc2 Revert. 3 years ago
time fb49841b1d Remove `strings` dependency from `core:sys/windows` 3 years ago
unicode ae9d540c1c Correct naming in tests 3 years ago