.. |
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
|
f74e281efa
Various changes to TGA reader
|
3 years ago |
container
|
7a6fc3a93b
Add bounds check for peeks
|
3 years ago |
crypto
|
dc8b7a0eb8
fix some typos
|
3 years ago |
dynlib
|
d8e77cd738
Add `#optional_ok` to `dynlib.symbol_address`
|
3 years ago |
encoding
|
ecfea027a0
Fixed marshal_to_writer not supporting i128
|
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
|
3d4698debe
[TGA] Add B&W and RLE color-mapped.
|
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
|
8482f943ea
fix ease.odin compile error from missing comma
|
3 years ago |
mem
|
ca76d53452
Fix more typos
|
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
|
12c8db927b
Remove direct `core:mem` dependency in `core:reflect`
|
3 years ago |
runtime
|
96be494730
Fix `append_nothing`
|
3 years ago |
simd
|
bb7f291f5f
Remove `simd_rem`; Disallow `simd_div` for integers
|
3 years ago |
slice
|
3f3ae4b2b6
fix sort_by_with_indices for zero and one length slices:
|
3 years ago |
sort
|
4cb489b9e4
Fix sort.compare_strings for prefixes
|
3 years ago |
strconv
|
026900c7f0
Add optional `n` parameter to `strconv.parse_*` procedures to state how many bytes could be read
|
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
|
4858e16a11
Merge pull request #1976 from matias-eduardo/patch-2
|
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 |