gingerBill 35ee7f3cba Add `system:legacy_stdio_definitions.lib` to `.odin` for Windows 2 anos atrás
..
bufio f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 2 anos atrás
builtin 3b842ffe29 Remove semicolons 3 anos atrás
bytes c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 anos atrás
c 35ee7f3cba Add `system:legacy_stdio_definitions.lib` to `.odin` for Windows 2 anos atrás
compress f74e281efa Various changes to TGA reader 3 anos atrás
container 7a6fc3a93b Add bounds check for peeks 3 anos atrás
crypto dc8b7a0eb8 fix some typos 3 anos atrás
debug 729ffeee09 Begin work on `core:debug/pe` 2 anos atrás
dynlib d8e77cd738 Add `#optional_ok` to `dynlib.symbol_address` 3 anos atrás
encoding f65bdf5733 else statement to allow skipping unused struct fields 2 anos atrás
fmt f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 2 anos atrás
hash 3e6ec65dd9 Fix murmur64a's tail handling. 3 anos atrás
image 3d4698debe [TGA] Add B&W and RLE color-mapped. 3 anos atrás
intrinsics f77709e67e Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_ptr_variants` 2 anos atrás
io e008eeac6a Simplify `package io` by removing different unnecessary types and calls 2 anos atrás
log c041d15569 Merge pull request #1928 from IanLilleyT/logger_extra_space 3 anos atrás
math 320b84df4f Fix #2052 typo in linalg.max_single 2 anos atrás
mem a35d6a6f8d Improve mem/virtual handling of out of memory on Windows 2 anos atrás
odin ef372bd861 Replace `#optional_second` with `#optional_allocator_error` 2 anos atrás
os d52a9b61af Fix indentation 2 anos atrás
path 25869b7504 Change open to be read only when opening directory 3 anos atrás
reflect 0c9ddd51a4 Keep -vet happy 2 anos atrás
runtime c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 anos atrás
simd d5f94d73ad [sys/info] Initial version. 3 anos atrás
slice c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 anos atrás
sort 4cb489b9e4 Fix sort.compare_strings for prefixes 3 anos atrás
strconv cd910b1512 [strconv] Add parsing of Inf & NaN 2 anos atrás
strings c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 anos atrás
sync 52475b1761 Use __ulock_wait macOS; fix #1959 3 anos atrás
sys efa86ddf46 Merge pull request #2085 from matias-eduardo/patch-2 2 anos atrás
testing 5c18cca1ca [core:testing] add global_fail_timeout_thread nil check 3 anos atrás
text cde002c579 Fix `i18n` 3 anos atrás
thread 85edcf9cc2 Revert. 3 anos atrás
time fb49841b1d Remove `strings` dependency from `core:sys/windows` 3 anos atrás
unicode ae9d540c1c Correct naming in tests 3 anos atrás