.. |
bufio
|
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
|
2 years ago |
builtin
|
3b842ffe29
Remove semicolons
|
3 years ago |
bytes
|
c4d19dfa92
Use `uint` instead of `int` to improve code generation for bounds checking
|
2 years ago |
c
|
9f55404845
fix core:c/libc.errno link_name for Linux and FreeBSD
|
2 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 |
debug
|
729ffeee09
Begin work on `core:debug/pe`
|
2 years ago |
dynlib
|
d8e77cd738
Add `#optional_ok` to `dynlib.symbol_address`
|
3 years ago |
encoding
|
f65bdf5733
else statement to allow skipping unused struct fields
|
2 years ago |
fmt
|
22672a816e
Merge pull request #2153 from oskarnp/fix-fmt-string-width
|
2 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
|
f77709e67e
Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_ptr_variants`
|
2 years ago |
io
|
e008eeac6a
Simplify `package io` by removing different unnecessary types and calls
|
2 years ago |
log
|
c041d15569
Merge pull request #1928 from IanLilleyT/logger_extra_space
|
3 years ago |
math
|
a51943e27f
Add `core:math/rand.choice`
|
2 years ago |
mem
|
6a14c3edb4
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
|
2 years ago |
odin
|
ef372bd861
Replace `#optional_second` with `#optional_allocator_error`
|
2 years ago |
os
|
0e7109cab2
terminate read if we read EOF
|
2 years ago |
path
|
25869b7504
Change open to be read only when opening directory
|
3 years ago |
reflect
|
0c9ddd51a4
Keep -vet happy
|
2 years ago |
runtime
|
6a14c3edb4
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
|
2 years ago |
simd
|
d5f94d73ad
[sys/info] Initial version.
|
3 years ago |
slice
|
075040ae05
Update sort_private.odin
|
2 years ago |
sort
|
4cb489b9e4
Fix sort.compare_strings for prefixes
|
3 years ago |
strconv
|
4c78ba2152
Fix #2122
|
2 years ago |
strings
|
c4d19dfa92
Use `uint` instead of `int` to improve code generation for bounds checking
|
2 years ago |
sync
|
52475b1761
Use __ulock_wait macOS; fix #1959
|
3 years ago |
sys
|
7bcde35651
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
|
2 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
|
7bcde35651
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
|
2 years ago |
unicode
|
ae9d540c1c
Correct naming in tests
|
3 years ago |