MarenFayre fd4633eb25 Clean up float_fmt logic 2 years ago
..
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 f7211408fc Merge pull request #1544 from FancyKillerPanda/build_ignore 2 years ago
container f029b4beb1 Add more utility procedures to small array 2 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 04a1e7d638 Correct json/unmarshal.odin 2 years ago
fmt fd4633eb25 Clean up float_fmt logic 2 years ago
hash dcf2c43863 Add aliases for fnv* no_a forms 2 years ago
image f7211408fc Merge pull request #1544 from FancyKillerPanda/build_ignore 2 years ago
intrinsics a74093784c Add `intrinsics.map_cell_info` and `intrinsics.map_info` 2 years ago
io e008eeac6a Simplify `package io` by removing different unnecessary types and calls 2 years ago
log 7f601c9535 Add `Allocator_Mode.Alloc_Non_Zerored` 2 years ago
math 70e48e39a4 Fix typo in linalg.any 2 years ago
mem d904ae5191 Replaced opaque bit-shifts with readable constants for memory units 2 years ago
odin ef372bd861 Replace `#optional_second` with `#optional_allocator_error` 2 years ago
os 3935957979 remove unused c import 2 years ago
path f9f4551e8d Add `user_data: rawptr` to `filepath.Walk_Proc` callback 2 years ago
reflect b3be2cdf9d Aliasing some procs to avoid code repetition 2 years ago
runtime d904ae5191 Replaced opaque bit-shifts with readable constants for memory units 2 years ago
simd d5f94d73ad [sys/info] Initial version. 3 years ago
slice 7fbee88061 Fix typo err: runtime.Allocator to Allocator_Error 2 years ago
sort 4cb489b9e4 Fix sort.compare_strings for prefixes 3 years ago
strconv 68173f4bc7 Remove unused formatting flag 2 years ago
strings 677e7ff642 Don't write leading + unless +Inf or we ask for it. 2 years ago
sync f8452bf1fc Add different variants for `once_do` 2 years ago
sys 171d5b4012 more windows kerfuffle 2 years ago
testing 5c18cca1ca [core:testing] add global_fail_timeout_thread nil check 3 years ago
text 63a0395a79 refactor SPECIALS_TABLE 2 years ago
thread 85edcf9cc2 Revert. 3 years ago
time dad10ef800 create _yeild stub for wasi_wasm32 target to avoid compile error 2 years ago
unicode ae9d540c1c Correct naming in tests 3 years ago