gingerBill b845db1618 Add prototypes for `intrinsics.fixed_point_*` 4 years ago
..
bufio 3bcccf88d5 vet all core packages 4 years ago
builtin 54e6c50769 Implement `f16` functionality 4 years ago
bytes d33350e3a5 Add truncate_to_byte and truncate_to_rune for packages strings and bytes 4 years ago
c aa93305015 Replace usage of `inline proc` with `#force_inline proc` in the core library 4 years ago
compress 5f617c56e1 Minor stylistic code changes to compress and image packages 4 years ago
container 43ac6ca8f4 Add `linalg.matrix_cast` 4 years ago
dynlib fe33a64b2e Remove `#opaque` usage in core library 4 years ago
encoding 54e6c50769 Implement `f16` functionality 4 years ago
fmt e7e1866e50 Fix #893 4 years ago
hash f4d0f74dbb Allow seeding CRC32, CRC64 & Adler32 with previous partial hash. 4 years ago
image 0659a11a1a PNG: Fix tRNS handling. 4 years ago
intrinsics b845db1618 Add prototypes for `intrinsics.fixed_point_*` 4 years ago
io 8827818b1d Clean-up fallback `io.read_at` and `io.write_at` behaviour 4 years ago
log a60d22fefd Make trailing comma usage consistent 4 years ago
math 9ed826f6fb Remove `import "core:runtime"` from `core:math/bits` 4 years ago
mem e9b1d4f633 Fix #906 4 years ago
odin 0a66f8c9a3 Remove `intrinsics.x86_mmx` type 4 years ago
os 6667b78c12 Correct core:os/os2 mock-up 4 years ago
path 22867ec6f0 fix variable name in path_unix 4 years ago
reflect 0a66f8c9a3 Remove `intrinsics.x86_mmx` type 4 years ago
runtime 24fce21d90 Add "naked" calling convention (removes prologue and epilogue) 4 years ago
slice d602709133 Fix typo 4 years ago
sort 41f6a684e1 Rename `slice.sort_proc` to `slice.sort_by`; add `slice.sort_by_key` 4 years ago
strconv 54e6c50769 Implement `f16` functionality 4 years ago
strings d33350e3a5 Add truncate_to_byte and truncate_to_rune for packages strings and bytes 4 years ago
sync ffffb04d85 Remove unused import 4 years ago
sys 6d1eb473cf Correct `\n` ignore rules 4 years ago
testing 0659a11a1a PNG: Fix tRNS handling. 4 years ago
text 6c2b93d519 Improve text/scanner whitespace parameter to use a bit_set instead; Improve error message for `for x in y` where y is not iterable but allows `in` as an operator 4 years ago
thread ebed29fc09 Revert *nix thread stuff to old sync 4 years ago
time 72aa0e6e38 Replace many `foreign` llvm calls with intrinsics 4 years ago
unicode aa93305015 Replace usage of `inline proc` with `#force_inline proc` in the core library 4 years ago