gingerBill 17562e476f Remove math usage of raw LLVM intrinsic prototypes 2 years ago
..
bufio 9ee4b76cd9 Just make the `io.Reader` etc aliases 2 years ago
builtin 4c12addcaf Update builtin.odin 2 years ago
bytes 3f6775e29b Update to new io interface 2 years ago
c 9b54b99bf6 Use positional and named arguments within the core library 2 years ago
compress 19ea090633 Merge pull request #2584 from odin-lang/new-io 2 years ago
container 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
crypto 9ee4b76cd9 Just make the `io.Reader` etc aliases 2 years ago
debug 9b15bda055 Add missing packages to `examples/all` 2 years ago
dynlib e3b43b6e1c fixed dynlib wasm stub 2 years ago
encoding 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
fmt 6c6f9f7d25 Fix fmt implementation for `js` 2 years ago
hash a5a7226885 Remove `auto_cast` 2 years ago
image 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
intrinsics 2631e07bea Add `intrinsics.type_merge` 2 years ago
io 9ee4b76cd9 Just make the `io.Reader` etc aliases 2 years ago
log 9b54b99bf6 Use positional and named arguments within the core library 2 years ago
math 17562e476f Remove math usage of raw LLVM intrinsic prototypes 2 years ago
mem 3d9328fd79 Default to `panic` allocator for wasm targets 2 years ago
net 454709559b fix(dns): don't exit early on no hosts in hosts file 2 years ago
odin 600c97cc0f Add missing `Allocator_Error` and `@(require_results)` to many procedures 2 years ago
os 38d71e668d add `ADDRESS_FAMILY` to darwin (currently only available in linux) 2 years ago
path 025fc2685d Add docs to `core:path/filepath` 2 years ago
prof 4e146a75b6 Allow user to pass in scale directly in spall.context_create 2 years ago
reflect 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
runtime a2b3c72647 Improve accuracy of `abs` or `complex*` types 2 years ago
simd d5f94d73ad [sys/info] Initial version. 3 years ago
slice d50a844720 Replace `mem` with `runtime` in `core:slice` 2 years ago
sort 7bbcf22deb Remove dead code (sort/map.odin) 2 years ago
strconv 7a8aa03e54 doc tests verified 2 years ago
strings 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
sync 4a75a1e839 Merge branch 'master' into separate-int-word-sizes 2 years ago
sys 37469dc9c2 fix(poll): make interface more odinary 2 years ago
testing 9b54b99bf6 Use positional and named arguments within the core library 2 years ago
text 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
thread 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
time 0f9e747583 Merge pull request #2520 from matias-eduardo/master 2 years ago
unicode 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago