.. |
bufio
|
dc8b7a0eb8
fix some typos
|
3 years ago |
builtin
|
3b842ffe29
Remove semicolons
|
3 years ago |
bytes
|
d3081bd889
Add `buffer_read_ptr` and `buffer_write_ptr`
|
3 years ago |
c
|
dc8b7a0eb8
fix some typos
|
3 years ago |
compress
|
9c1f270bd5
Rename `load_from_slice` to `load_from_bytes` across `core`
|
3 years ago |
container
|
e40b3ad338
Remove unused `n` from PQ; add `reflect.is_bit_set`
|
3 years ago |
crypto
|
dc8b7a0eb8
fix some typos
|
3 years ago |
dynlib
|
d8e77cd738
Add `#optional_ok` to `dynlib.symbol_address`
|
3 years ago |
encoding
|
b739044e69
Update marshal.odin
|
3 years ago |
fmt
|
c9eed04b51
Add comment regarding the layout of a `map` to explain how it is iterated
|
3 years ago |
hash
|
3e6ec65dd9
Fix murmur64a's tail handling.
|
3 years ago |
image
|
a5a56e061c
Fix to png example.odin
|
3 years ago |
intrinsics
|
82e840a0ca
EXPERIMENTAL `intrinsics.valgrind_client_request`
|
3 years ago |
io
|
c90b7c38f1
Rename strings.Builder procedures to be consistent with the rest of the core library
|
3 years ago |
log
|
c041d15569
Merge pull request #1928 from IanLilleyT/logger_extra_space
|
3 years ago |
math
|
9064ebfe97
Change math/linalg/general.odin vector_length and vector_normalize to only accept vectors of float types rather than any numeric type
|
3 years ago |
mem
|
3469178dc1
Fix #1973.
|
3 years ago |
odin
|
a83ca2120e
Remove unused import
|
3 years ago |
os
|
cb9e16f4df
Correct syscalls for `linux_i386`
|
3 years ago |
path
|
25869b7504
Change open to be read only when opening directory
|
3 years ago |
reflect
|
b50b6b9f33
Add `reflect.get_union_variant`
|
3 years ago |
runtime
|
8c1dfabb6b
Fix `append` for size_of(E) == 0
|
3 years ago |
simd
|
bb7f291f5f
Remove `simd_rem`; Disallow `simd_div` for integers
|
3 years ago |
slice
|
2908923db9
Fix #1972
|
3 years ago |
sort
|
4cb489b9e4
Fix sort.compare_strings for prefixes
|
3 years ago |
strconv
|
96e36c7c39
Minor fix to strconv.unquote_string
|
3 years ago |
strings
|
c97a8418dc
Clean-up and unification for the allocation procedures
|
3 years ago |
sync
|
82765ca96e
Fix `RtlWaitOnAddress` behaviour with `SetLastError(RtlNtStatusToDosError(status))` if an error occurred
|
3 years ago |
sys
|
cb9e16f4df
Correct syscalls for `linux_i386`
|
3 years ago |
testing
|
5c18cca1ca
[core:testing] add global_fail_timeout_thread nil check
|
3 years ago |
text
|
cde002c579
Fix `i18n`
|
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 |