gingerBill a5a7226885 Remove `auto_cast` 2 年之前
..
bufio f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 3 年之前
builtin 3b842ffe29 Remove semicolons 3 年之前
bytes c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 3 年之前
c 9f55404845 fix core:c/libc.errno link_name for Linux and FreeBSD 3 年之前
compress f7211408fc Merge pull request #1544 from FancyKillerPanda/build_ignore 3 年之前
container f029b4beb1 Add more utility procedures to small array 2 年之前
crypto dc8b7a0eb8 fix some typos 3 年之前
debug 729ffeee09 Begin work on `core:debug/pe` 3 年之前
dynlib d8e77cd738 Add `#optional_ok` to `dynlib.symbol_address` 3 年之前
encoding 04a1e7d638 Correct json/unmarshal.odin 2 年之前
fmt fd4633eb25 Clean up float_fmt logic 2 年之前
hash a5a7226885 Remove `auto_cast` 2 年之前
image f7211408fc Merge pull request #1544 from FancyKillerPanda/build_ignore 3 年之前
intrinsics a74093784c Add `intrinsics.map_cell_info` and `intrinsics.map_info` 2 年之前
io e008eeac6a Simplify `package io` by removing different unnecessary types and calls 3 年之前
log 7f601c9535 Add `Allocator_Mode.Alloc_Non_Zerored` 3 年之前
math 70e48e39a4 Fix typo in linalg.any 2 年之前
mem d904ae5191 Replaced opaque bit-shifts with readable constants for memory units 2 年之前
odin ef372bd861 Replace `#optional_second` with `#optional_allocator_error` 3 年之前
os 3935957979 remove unused c import 2 年之前
path f9f4551e8d Add `user_data: rawptr` to `filepath.Walk_Proc` callback 2 年之前
reflect 64047cbf05 Fix #2304 2 年之前
runtime 2dca39b557 Remove `auto_cast` procedure field flag 2 年之前
simd d5f94d73ad [sys/info] Initial version. 3 年之前
slice 7fbee88061 Fix typo err: runtime.Allocator to Allocator_Error 2 年之前
sort 4cb489b9e4 Fix sort.compare_strings for prefixes 3 年之前
strconv 68173f4bc7 Remove unused formatting flag 2 年之前
strings 677e7ff642 Don't write leading + unless +Inf or we ask for it. 2 年之前
sync f8452bf1fc Add different variants for `once_do` 2 年之前
sys 171d5b4012 more windows kerfuffle 2 年之前
testing 5c18cca1ca [core:testing] add global_fail_timeout_thread nil check 3 年之前
text 63a0395a79 refactor SPECIALS_TABLE 2 年之前
thread 85edcf9cc2 Revert. 3 年之前
time dad10ef800 create _yeild stub for wasi_wasm32 target to avoid compile error 3 年之前
unicode ae9d540c1c Correct naming in tests 3 年之前