Daniel Gavin 517c8ff1dd Include Matrix_Type to the `is_literal_type` switch statement. 3 years ago
..
bufio 251da264ed Remove unneeded semicolons from the core library 4 years ago
builtin 54e6c50769 Implement `f16` functionality 4 years ago
bytes 251da264ed Remove unneeded semicolons from the core library 4 years ago
c f09638318f Add support for darwin to `core:c/libc` 3 years ago
compress 8fcd1794a6 png: Add sane compile-time maximums for dimensions + chunk sizes. 3 years ago
container 344abf2cb2 Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do` 3 years ago
crypto 6bafa21bee crypto: Add rand_bytes 3 years ago
dynlib ca33cb990b Strip semicolons in core which were missing 4 years ago
encoding a75dc9d86d Fix minor issue with unmarshal for booleans 3 years ago
fmt f55fc4cd08 Add `complex32` and `quaternion64` for the 16-bit float types to `fmt` 3 years ago
hash 12c1291805 Add optional seed parameters to all hashes 3 years ago
image b4b53aeb71 png: Channel helper metadata. 3 years ago
intrinsics 796a0c3968 core/intrinsics: Add mem_zero_volatile 3 years ago
io 675ba44e67 Fix typo in io.read_at_least() 3 years ago
log 3323c2730f memleak fix on destroy_multi_logger() 3 years ago
math f40f12d480 Minor cleanup to math constants 3 years ago
mem 61c581baeb core/sys/unix: Add syscalls_linux.odin 3 years ago
odin 517c8ff1dd Include Matrix_Type to the `is_literal_type` switch statement. 3 years ago
os 6616882708 Correct reading from a console on Windows 3 years ago
path a55f0cfb63 fix memory leak in path.join 3 years ago
reflect 1556fad65a Change syntax for matrices to `matrix[R, C]T` 3 years ago
runtime 07ec93bfeb Add `procs_windows_amd64.asm` for use with `-no-crt` 3 years ago
slice 4439d59105 add builtin. 3 years ago
sort 360f75a65c Keep `-vet` happy 3 years ago
strconv ebc09d5e4e Add `i128` and `u128` parsers to `strconv` 3 years ago
strings 6ca793f0e9 Remove deprecation from the build specific procedures 3 years ago
sync 61c581baeb core/sys/unix: Add syscalls_linux.odin 3 years ago
sys 61c581baeb core/sys/unix: Add syscalls_linux.odin 3 years ago
testing 0d258e8b55 Make many `package time` procedures use `"contextless"` calling convention 3 years ago
text 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
thread d165de0d4d Move thread initialization variables in thread_unix.odin 3 years ago
time 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
unicode 7876660d8c Add new utf16 procedures: `decode`, `decode_to_utf8` 3 years ago